Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Pull latest changes from public repo to our fork #1

Open
wants to merge 835 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Aug 9, 2022

  1. chore(release): version 18.27.0 [skip ci]

    ## [18.27.0](v18.26.6...v18.27.0) (2022-08-09)
    
    ### Features
    
    * Default to clusters OIDC issuer URL for `aws_eks_identity_provider_config` ([#2190](#2190)) ([93065fa](93065fa))
    semantic-release-bot committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    34dc4bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2f162b View commit details
    Browse the repository at this point in the history
  3. chore(release): version 18.27.1 [skip ci]

    ### [18.27.1](v18.27.0...v18.27.1) (2022-08-09)
    
    ### Bug Fixes
    
    * Remove empty `""` from node group names output when node group creation is disabled ([#2197](#2197)) ([d2f162b](d2f162b))
    semantic-release-bot committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    c0f14fb View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    0a52d69 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 18.28.0 [skip ci]

    ## [18.28.0](v18.27.1...v18.28.0) (2022-08-17)
    
    ### Features
    
    * Add output for launch template name, and correct variable type value ([#2205](#2205)) ([0a52d69](0a52d69))
    semantic-release-bot committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    0957d67 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    f576a6f View commit details
    Browse the repository at this point in the history
  2. chore(release): version 18.29.0 [skip ci]

    ## [18.29.0](v18.28.0...v18.29.0) (2022-08-26)
    
    ### Features
    
    * Allow TLS provider to use versions 3.0+ (i.e. - `>= 3.0`) ([#2211](#2211)) ([f576a6f](f576a6f))
    semantic-release-bot committed Aug 26, 2022
    Configuration menu
    Copy the full SHA
    4ca9187 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    9e184dd View commit details
    Browse the repository at this point in the history
  2. docs: Add section to FAQ about conflicting security group tags (#2225)

    Co-authored-by: Anton Babenko <anton@antonbabenko.com>
    bryantbiggs and antonbabenko authored Sep 7, 2022
    Configuration menu
    Copy the full SHA
    57bb667 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. fix: Set image_id to come from the launch template instead of data …

    …source for self-managed node groups (#2239)
    bushong1 authored Sep 26, 2022
    Configuration menu
    Copy the full SHA
    c5944e5 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 18.29.1 [skip ci]

    ### [18.29.1](v18.29.0...v18.29.1) (2022-09-26)
    
    ### Bug Fixes
    
    * Set `image_id` to come from the launch template instead of data source for self-managed node groups ([#2239](#2239)) ([c5944e5](c5944e5))
    semantic-release-bot committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    3200006 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. feat: Add output for cluster TLS certificate SHA1 fingerprint and pro…

    …vider tags to cluster primary security group (#2249)
    bryantbiggs authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    a74e980 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 18.30.0 [skip ci]

    ## [18.30.0](v18.29.1...v18.30.0) (2022-09-29)
    
    ### Features
    
    * Add output for cluster TLS certificate SHA1 fingerprint and provider tags to cluster primary security group ([#2249](#2249)) ([a74e980](a74e980))
    semantic-release-bot committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    7f90184 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2022

  1. fix: Update CloudWatch log group creation deny policy to use wildcard (

    …#2267)
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    Zvikan and bryantbiggs authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    ac4d549 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 18.30.1 [skip ci]

    ### [18.30.1](v18.30.0...v18.30.1) (2022-10-11)
    
    ### Bug Fixes
    
    * Update CloudWatch log group creation deny policy to use wildcard ([#2267](#2267)) ([ac4d549](ac4d549))
    semantic-release-bot committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    8dc5ad4 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. fix: Disable creation of cluster security group rules that map to nod…

    …e security group when `create_node_security_group` = `false` (#2274)
    
    * fix: Disable creation of cluster security group rules that map to node security group when `create_node_security_group` = `false`
    
    * feat: Update Fargate example to run only Fargate and show disabling of both cluster and node security groups
    
    * fix: Ensure CoreDNS changes are made ahead of install
    bryantbiggs authored Oct 14, 2022
    Configuration menu
    Copy the full SHA
    28ccece View commit details
    Browse the repository at this point in the history
  2. chore(release): version 18.30.2 [skip ci]

    ### [18.30.2](v18.30.1...v18.30.2) (2022-10-14)
    
    ### Bug Fixes
    
    * Disable creation of cluster security group rules that map to node security group when `create_node_security_group` = `false` ([#2274](#2274)) ([28ccece](28ccece))
    semantic-release-bot committed Oct 14, 2022
    Configuration menu
    Copy the full SHA
    cc3fe05 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Configuration menu
    Copy the full SHA
    364c60d View commit details
    Browse the repository at this point in the history
  2. chore(release): version 18.30.3 [skip ci]

    ### [18.30.3](v18.30.2...v18.30.3) (2022-11-07)
    
    ### Bug Fixes
    
    * Update CI configuration files to use latest version ([#2293](#2293)) ([364c60d](364c60d))
    semantic-release-bot committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    417788c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. chore: Update examples to better demonstrate questions raised through…

    … issues (#2294)
    
    Resolves undefined
    bryantbiggs authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    1bc86e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    f24de33 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 18.31.0 [skip ci]

    ## [18.31.0](v18.30.3...v18.31.0) (2022-11-21)
    
    ### Features
    
    * New Karpenter sub-module for easily enabling Karpenter on EKS ([#2303](#2303)) ([f24de33](f24de33))
    semantic-release-bot committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    fe85170 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. fix: Include all certificate fingerprints in the OIDC provider thumbp…

    …rint list (#2307)
    
    Co-authored-by: gdjensen <gjensen@tradewelltech.co>
    ThetaSinner and gdjensen authored Nov 22, 2022
    Configuration menu
    Copy the full SHA
    7436178 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 18.31.1 [skip ci]

    ### [18.31.1](v18.31.0...v18.31.1) (2022-11-22)
    
    ### Bug Fixes
    
    * Include all certificate fingerprints in the OIDC provider thumbprint list ([#2307](#2307)) ([7436178](7436178))
    semantic-release-bot committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    000dd2c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    3fb28b3 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 18.31.2 [skip ci]

    ### [18.31.2](v18.31.1...v18.31.2) (2022-11-23)
    
    ### Bug Fixes
    
    * Ensure that `var.create` is tied to all resources correctly ([#2308](#2308)) ([3fb28b3](3fb28b3))
    semantic-release-bot committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    efbe952 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. feat!: Add support for Outposts, remove node security group, add supp…

    …ort for addon `preserve` and `most_recent` configurations (#2250)
    
    Co-authored-by: Anton Babenko <anton@antonbabenko.com>
    Resolves undefined
    bryantbiggs authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    b2e97ca View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.0.0 [skip ci]

    ## [19.0.0](v18.31.2...v19.0.0) (2022-12-05)
    
    ### ⚠ BREAKING CHANGES
    
    * Add support for Outposts, remove node security group, add support for addon `preserve` and `most_recent` configurations (#2250)
    
    ### Features
    
    * Add support for Outposts, remove node security group, add support for addon `preserve` and `most_recent` configurations ([#2250](#2250)) ([b2e97ca](b2e97ca))
    semantic-release-bot committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    4bb83e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. fix: Call to lookup() closed too early, breaks sg rule creation in cl…

    …uster sg if custom source sg is defined. (#2319)
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    AdamStaudt and bryantbiggs authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    7bc4a27 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.0.1 [skip ci]

    ### [19.0.1](v19.0.0...v19.0.1) (2022-12-06)
    
    ### Bug Fixes
    
    * Call to lookup() closed too early, breaks sg rule creation in cluster sg if custom source sg is defined. ([#2319](#2319)) ([7bc4a27](7bc4a27))
    semantic-release-bot committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    2def94e View commit details
    Browse the repository at this point in the history
  3. fix: public_access_cidrs require a value even if public endpoint is…

    … disabled (#2320)
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    smelchior and bryantbiggs authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    3f6d915 View commit details
    Browse the repository at this point in the history
  4. chore(release): version 19.0.2 [skip ci]

    ### [19.0.2](v19.0.1...v19.0.2) (2022-12-06)
    
    ### Bug Fixes
    
    * `public_access_cidrs` require a value even if public endpoint is disabled ([#2320](#2320)) ([3f6d915](3f6d915))
    semantic-release-bot committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    f09a643 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    9adc475 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.0.3 [skip ci]

    ### [19.0.3](v19.0.2...v19.0.3) (2022-12-07)
    
    ### Bug Fixes
    
    * Invalid value for "replace" parameter: argument must not be null. ([#2322](#2322)) ([9adc475](9adc475))
    semantic-release-bot committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    c0423ef View commit details
    Browse the repository at this point in the history
  3. fix: Ensure that custom KMS key is not created if encryption is not e…

    …nabled, support computed values in cluster name (#2328)
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    Resolves undefined
    Resolved undefined
    Closes undefined
    csantanapr authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    b83f6d9 View commit details
    Browse the repository at this point in the history
  4. chore(release): version 19.0.4 [skip ci]

    ### [19.0.4](v19.0.3...v19.0.4) (2022-12-07)
    
    ### Bug Fixes
    
    * Ensure that custom KMS key is not created if encryption is not enabled, support computed values in cluster name ([#2328](#2328)) ([b83f6d9](b83f6d9))
    semantic-release-bot committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    7124d76 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. docs: Correct spelling mistakes (#2334)

    Resolves undefined
    bryantbiggs authored Dec 8, 2022
    Configuration menu
    Copy the full SHA
    ca03fd9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2022

  1. feat: Add support for addon configuration_values (#2345)

    Resolves undefined
    bryantbiggs authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    3b62f6c View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.1.0 [skip ci]

    ## [19.1.0](v19.0.4...v19.1.0) (2022-12-16)
    
    ### Features
    
    * Add support for addon `configuration_values` ([#2345](#2345)) ([3b62f6c](3b62f6c))
    semantic-release-bot committed Dec 16, 2022
    Configuration menu
    Copy the full SHA
    678cf7f View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. fix: Use IAM session context data source to resolve the identities ro…

    …le when using `assumed_role` (#2347)
    bryantbiggs authored Dec 17, 2022
    Configuration menu
    Copy the full SHA
    71b8eca View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.1.1 [skip ci]

    ### [19.1.1](v19.1.0...v19.1.1) (2022-12-17)
    
    ### Bug Fixes
    
    * Use IAM session context data source to resolve the identities role when using `assumed_role` ([#2347](#2347)) ([71b8eca](71b8eca))
    semantic-release-bot committed Dec 17, 2022
    Configuration menu
    Copy the full SHA
    f0abb25 View commit details
    Browse the repository at this point in the history
  3. chore: Fix typo for vpc-cni addon example (#2349)

    Fix typo for vpc-cni addon
    
    All environment variables have to be strings
    marvin-w authored Dec 17, 2022
    Configuration menu
    Copy the full SHA
    ece8247 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. feat: Ensure all supported resources are tagged under `tag_specificat…

    …ions` on launch templates (#2352)
    
    Resolves undefined
    bryantbiggs authored Dec 18, 2022
    Configuration menu
    Copy the full SHA
    0751a0c View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.2.0 [skip ci]

    ## [19.2.0](v19.1.1...v19.2.0) (2022-12-18)
    
    ### Features
    
    * Ensure all supported resources are tagged under `tag_specifications` on launch templates ([#2352](#2352)) ([0751a0c](0751a0c))
    semantic-release-bot committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    180434d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a270b7 View commit details
    Browse the repository at this point in the history
  4. chore(release): version 19.3.0 [skip ci]

    ## [19.3.0](v19.2.0...v19.3.0) (2022-12-18)
    
    ### Features
    
    * Add additional port for `metrics-server` to recommended rules ([#2353](#2353)) ([5a270b7](5a270b7))
    semantic-release-bot committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    2b0a283 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    13a9542 View commit details
    Browse the repository at this point in the history
  6. chore(release): version 19.3.1 [skip ci]

    ### [19.3.1](v19.3.0...v19.3.1) (2022-12-18)
    
    ### Bug Fixes
    
    * Correct map name for security group rule 4443/tcp ([#2354](#2354)) ([13a9542](13a9542))
    semantic-release-bot committed Dec 18, 2022
    Configuration menu
    Copy the full SHA
    046c688 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2022

  1. feat: Allow configuring which tags are passed on launch template tag …

    …specifications (#2360)
    
    Resolves undefined
    bryantbiggs authored Dec 19, 2022
    Configuration menu
    Copy the full SHA
    094ed1d View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.4.0 [skip ci]

    ## [19.4.0](v19.3.1...v19.4.0) (2022-12-19)
    
    ### Features
    
    * Allow configuring which tags are passed on launch template tag specifications ([#2360](#2360)) ([094ed1d](094ed1d))
    semantic-release-bot committed Dec 19, 2022
    Configuration menu
    Copy the full SHA
    ee49507 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2022

  1. fix: Correct eks_managed_* to self_managed_* for `tag_specificati…

    …on` argument (#2364)
    
    Fix incorrect variable name on self managed nodes
    
    Self managed nodes were pulling from the eks_managed_node_group_defaults and not self_managed_node_group_defaults for tag_specifications.
    lordspacehog authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    df7c57c View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.4.1 [skip ci]

    ### [19.4.1](v19.4.0...v19.4.1) (2022-12-20)
    
    ### Bug Fixes
    
    * Correct `eks_managed_*` to `self_managed_*` for `tag_specification` argument ([#2364](#2364)) ([df7c57c](df7c57c))
    semantic-release-bot committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    2a16c59 View commit details
    Browse the repository at this point in the history
  3. fix: Drop spot-instances-request from tag_specifications (#2363)

    * Drop spot-instances-request from tag_specifications
    
    * fix: Update documentation
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    pavlospt and bryantbiggs authored Dec 20, 2022
    Configuration menu
    Copy the full SHA
    e391a99 View commit details
    Browse the repository at this point in the history
  4. chore(release): version 19.4.2 [skip ci]

    ### [19.4.2](v19.4.1...v19.4.2) (2022-12-20)
    
    ### Bug Fixes
    
    * Drop spot-instances-request from tag_specifications ([#2363](#2363)) ([e391a99](e391a99))
    semantic-release-bot committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    1f1cb3a View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. Configuration menu
    Copy the full SHA
    5ae6abc View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    460e43d View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2023

  1. Configuration menu
    Copy the full SHA
    21e26e9 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.4.3 [skip ci]

    ### [19.4.3](v19.4.2...v19.4.3) (2023-01-05)
    
    ### Bug Fixes
    
    * Use a version for  to avoid GitHub API rate limiting on CI workflows ([#2376](#2376)) ([460e43d](460e43d))
    semantic-release-bot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    0868d05 View commit details
    Browse the repository at this point in the history
  3. feat: Ignore changes to labels and annotations on on aws-auth Confi…

    …gMap (#2380)
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    Fixes #2379
    mattparkes authored Jan 5, 2023
    Configuration menu
    Copy the full SHA
    5015b42 View commit details
    Browse the repository at this point in the history
  4. chore(release): version 19.5.0 [skip ci]

    ## [19.5.0](v19.4.3...v19.5.0) (2023-01-05)
    
    ### Features
    
    * Ignore changes to labels and annotations on on `aws-auth` ConfigMap ([#2380](#2380)) ([5015b42](5015b42))
    semantic-release-bot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    90aba62 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3834935 View commit details
    Browse the repository at this point in the history
  6. chore(release): version 19.5.1 [skip ci]

    ### [19.5.1](v19.5.0...v19.5.1) (2023-01-05)
    
    ### Bug Fixes
    
    * AMI lookup should only happen when launch template is created ([#2386](#2386)) ([3834935](3834935))
    semantic-release-bot committed Jan 5, 2023
    Configuration menu
    Copy the full SHA
    1a33f9e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2023

  1. Configuration menu
    Copy the full SHA
    674ab7b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2023

  1. docs: Typos in MD (#2390)

    fix typos
    
    Signed-off-by: Fernando Miguel <github@FernandoMiguel.net>
    
    Signed-off-by: Fernando Miguel <github@FernandoMiguel.net>
    FernandoMiguel authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    0e3cb9a View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    3e8e605 View commit details
    Browse the repository at this point in the history
  2. docs: Align level of headlines (#2421)

    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    Ken-Sumi1019 and bryantbiggs authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    26c2dff View commit details
    Browse the repository at this point in the history
  3. docs: Removed vpc_id from nodegroup sub-module docs; removed in v19…

    ….x (#2398)
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    benjaminstokes and bryantbiggs authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    8f0d94b View commit details
    Browse the repository at this point in the history
  4. feat: Add prometheus-adapter port 6443 to recommended sec groups (#2399)

    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    adinhodovic and bryantbiggs authored Jan 28, 2023
    Configuration menu
    Copy the full SHA
    059dc0c View commit details
    Browse the repository at this point in the history
  5. chore(release): version 19.6.0 [skip ci]

    ## [19.6.0](v19.5.1...v19.6.0) (2023-01-28)
    
    ### Features
    
    * Add prometheus-adapter port 6443 to recommended sec groups ([#2399](#2399)) ([059dc0c](059dc0c))
    semantic-release-bot committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    48d7080 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a8e0de0 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    68fe60f View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.7.0 [skip ci]

    ## [19.7.0](v19.6.0...v19.7.0) (2023-02-07)
    
    ### Features
    
    * Allow to pass prefix for rule names ([#2437](#2437)) ([68fe60f](68fe60f))
    semantic-release-bot committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    4b7fe46 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. docs: Update UPGRADE-19.0.md (#2445)

    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    felipewnp and bryantbiggs authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    aaea28d View commit details
    Browse the repository at this point in the history
  2. docs: Update documentation for 1.24 changes to containerd, ensure exa…

    …mples are functioning as intended (#2463)
    
    Resolves undefined
    bryantbiggs authored Feb 9, 2023
    Configuration menu
    Copy the full SHA
    07653b6 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. feat: Add auto discovery permission of cluster endpoint to Karpenter …

    …role (#2451)
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    woehrl01 and bryantbiggs authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    c4a4b8a View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.8.0 [skip ci]

    ## [19.8.0](v19.7.0...v19.8.0) (2023-02-15)
    
    ### Features
    
    * Add auto discovery permission of cluster endpoint to Karpenter role ([#2451](#2451)) ([c4a4b8a](c4a4b8a))
    semantic-release-bot committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    f7c2570 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    78027f3 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.9.0 [skip ci]

    ## [19.9.0](v19.8.0...v19.9.0) (2023-02-17)
    
    ### Features
    
    * Add support for enabling addons before data plane compute is created ([#2478](#2478)) ([78027f3](78027f3))
    semantic-release-bot committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    60cc6d7 View commit details
    Browse the repository at this point in the history
  3. docs: Correct indentation for the bullet list on upgrade guide (#2479)

    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    coliss86 and bryantbiggs authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    274c1a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8954ff7 View commit details
    Browse the repository at this point in the history
  5. chore(release): version 19.10.0 [skip ci]

    ## [19.10.0](v19.9.0...v19.10.0) (2023-02-17)
    
    ### Features
    
    * Allow setting custom IRSA policy name for karpenter ([#2480](#2480)) ([8954ff7](8954ff7))
    semantic-release-bot committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    d7016cf View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Configuration menu
    Copy the full SHA
    c7565e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    e257daf View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.10.1 [skip ci]

    ### [19.10.1](v19.10.0...v19.10.1) (2023-03-17)
    
    ### Bug Fixes
    
    * Return correct status for mng ([#2524](#2524)) ([e257daf](e257daf))
    semantic-release-bot committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    df1b625 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    90bba6e View commit details
    Browse the repository at this point in the history
  2. fix: Add Name tag for EKS cloudwatch log group (#2500)

    Co-authored-by: Vivian Ta <vivianta@rivian.com>
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    3 people authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    e64a490 View commit details
    Browse the repository at this point in the history
  3. chore(release): version 19.10.2 [skip ci]

    ### [19.10.2](v19.10.1...v19.10.2) (2023-03-23)
    
    ### Bug Fixes
    
    * Add Name tag for EKS cloudwatch log group ([#2500](#2500)) ([e64a490](e64a490))
    semantic-release-bot committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    1c87861 View commit details
    Browse the repository at this point in the history
  4. fix: Add aws_eks_addons.before_compute to the cluster_addons outp…

    …ut (#2533)
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    code-eg and bryantbiggs authored Mar 23, 2023
    Configuration menu
    Copy the full SHA
    f977d83 View commit details
    Browse the repository at this point in the history
  5. chore(release): version 19.10.3 [skip ci]

    ### [19.10.3](v19.10.2...v19.10.3) (2023-03-23)
    
    ### Bug Fixes
    
    * Add `aws_eks_addons.before_compute` to the `cluster_addons` output ([#2533](#2533)) ([f977d83](f977d83))
    semantic-release-bot committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    c013f7b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. feat: Add optional list of policy ARNs for attachment to Karpenter IR…

    …SA (#2537)
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    Constantin07 and bryantbiggs authored Mar 28, 2023
    Configuration menu
    Copy the full SHA
    bd387d6 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.11.0 [skip ci]

    ## [19.11.0](v19.10.3...v19.11.0) (2023-03-28)
    
    ### Features
    
    * Add optional list of policy ARNs for attachment to Karpenter IRSA ([#2537](#2537)) ([bd387d6](bd387d6))
    semantic-release-bot committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    2cf6a5b View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. feat: Add Autoscaling schedule for EKS managed node group (#2504)

    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    ducminhle and bryantbiggs authored Mar 31, 2023
    Configuration menu
    Copy the full SHA
    4a2523c View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.12.0 [skip ci]

    ## [19.12.0](v19.11.0...v19.12.0) (2023-03-31)
    
    ### Features
    
    * Add Autoscaling schedule for EKS managed node group ([#2504](#2504)) ([4a2523c](4a2523c))
    semantic-release-bot committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    273c48a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. Configuration menu
    Copy the full SHA
    54417d2 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.13.0 [skip ci]

    ## [19.13.0](v19.12.0...v19.13.0) (2023-04-12)
    
    ### Features
    
    * Add support for allowed_instance_type ([#2552](#2552)) ([54417d2](54417d2))
    semantic-release-bot committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    6770bf1 View commit details
    Browse the repository at this point in the history
  3. docs: Minor fix in comment (#2547)

    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    yoosful and bryantbiggs authored Apr 12, 2023
    Configuration menu
    Copy the full SHA
    fd62c24 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. fix: SQS queue encryption types selection (#2575)

    Co-authored-by: Tal Lederman <tallederman@Tals-MacBook-Pro.local>
    tal-lederman-dy and Tal Lederman authored Apr 18, 2023
    Configuration menu
    Copy the full SHA
    969c7a7 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.13.1 [skip ci]

    ### [19.13.1](v19.13.0...v19.13.1) (2023-04-18)
    
    ### Bug Fixes
    
    * SQS queue encryption types selection ([#2575](#2575)) ([969c7a7](969c7a7))
    semantic-release-bot committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    0f9d9fa View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. Configuration menu
    Copy the full SHA
    aa3bdf1 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.14.0 [skip ci]

    ## [19.14.0](v19.13.1...v19.14.0) (2023-05-17)
    
    ### Features
    
    * Add irsa_tag_values variable ([#2584](#2584)) ([aa3bdf1](aa3bdf1))
    semantic-release-bot committed May 17, 2023
    Configuration menu
    Copy the full SHA
    36fc3b0 View commit details
    Browse the repository at this point in the history
  3. docs: Add more description in cluster_encryption_config input variable (

    #2609)
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    kimsehwan96 and bryantbiggs authored May 17, 2023
    Configuration menu
    Copy the full SHA
    703a76b View commit details
    Browse the repository at this point in the history
  4. docs: Re-add 'Tags for the ASG to support cluster-autoscaler scale up…

    … from 0' example (#2494)
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    tculp and bryantbiggs authored May 17, 2023
    Configuration menu
    Copy the full SHA
    fcb4256 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    f8ea3d0 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.15.0 [skip ci]

    ## [19.15.0](v19.14.0...v19.15.0) (2023-05-24)
    
    ### Features
    
    * Ignore changes to *.aws_iam_role.*.role_last_used ([#2628](#2628)) ([f8ea3d0](f8ea3d0))
    semantic-release-bot committed May 24, 2023
    Configuration menu
    Copy the full SHA
    b168c1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e23139a View commit details
    Browse the repository at this point in the history
  4. chore(release): version 19.15.1 [skip ci]

    ### [19.15.1](v19.15.0...v19.15.1) (2023-05-24)
    
    ### Bug Fixes
    
    * Revert changes to ignore `role_last_used` ([#2629](#2629)) ([e23139a](e23139a))
    semantic-release-bot committed May 24, 2023
    Configuration menu
    Copy the full SHA
    f741db1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. fix: Ensure isra_tag_values can be tried before defaulting to `clus…

    …ter_name` on Karpenter module (#2631)
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    joshuapare and bryantbiggs authored May 30, 2023
    Configuration menu
    Copy the full SHA
    6c56e2a View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.15.2 [skip ci]

    ### [19.15.2](v19.15.1...v19.15.2) (2023-05-30)
    
    ### Bug Fixes
    
    * Ensure `isra_tag_values` can be tried before defaulting to `cluster_name` on Karpenter module ([#2631](#2631)) ([6c56e2a](6c56e2a))
    semantic-release-bot committed May 30, 2023
    Configuration menu
    Copy the full SHA
    b6fa04f View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    a2fb28e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. fix: Snapshot permissions issue for Karpenter submodule (#2649)

    fix: snapshot permirrions issue for karpenter submodule
    sanjinp authored Jun 9, 2023
    Configuration menu
    Copy the full SHA
    6217d0e View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.15.3 [skip ci]

    ### [19.15.3](v19.15.2...v19.15.3) (2023-06-09)
    
    ### Bug Fixes
    
    * Snapshot permissions issue for Karpenter submodule ([#2649](#2649)) ([6217d0e](6217d0e))
    semantic-release-bot committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    0a17f65 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. fix: Use coalesce when desired default value is not null (#2696)

    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    Roberdvs and bryantbiggs authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    c86f8d4 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.15.4 [skip ci]

    ### [19.15.4](v19.15.3...v19.15.4) (2023-07-27)
    
    ### Bug Fixes
    
    * Use `coalesce` when desired default value is not `null` ([#2696](#2696)) ([c86f8d4](c86f8d4))
    semantic-release-bot committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    de14031 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. chore: Update FAQ for security group tagging (#2695)

    * Add aws_eks_addons.before_compute to the cluster_addons output
    
    * update FAQ docs for custom networking
    
    * Rephrasing
    
    ---------
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    code-eg and bryantbiggs authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    d4e6c15 View commit details
    Browse the repository at this point in the history
  2. feat: Add node_iam_role_arns local variable to check for Windows pl…

    …atform on EKS managed nodegroups (#2477)
    
    Update node_iam_role_arns locals to check for Windows Managed Node Groups
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    aamoctz and bryantbiggs authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    adb47f4 View commit details
    Browse the repository at this point in the history
  3. chore(release): version 19.16.0 [skip ci]

    ## [19.16.0](v19.15.4...v19.16.0) (2023-08-03)
    
    ### Features
    
    * Add `node_iam_role_arns` local variable to check for Windows platform on EKS managed nodegroups ([#2477](#2477)) ([adb47f4](adb47f4))
    semantic-release-bot committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    666603b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    771465b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    918aa7c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. docs: Add IAM role state move to v18 upgrade doc (#2024)

    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    marcusschiesser and bryantbiggs authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    5368a2b View commit details
    Browse the repository at this point in the history
  2. feat: Add support for allowed_instance_types on self-managed nodegr…

    …oup ASG (#2757)
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    JeremieCharest and bryantbiggs authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    feee18d View commit details
    Browse the repository at this point in the history
  3. chore(release): version 19.17.0 [skip ci]

    ## [19.17.0](v19.16.0...v19.17.0) (2023-10-06)
    
    ### Features
    
    * Add support for `allowed_instance_types` on self-managed nodegroup ASG ([#2757](#2757)) ([feee18d](feee18d))
    semantic-release-bot committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    386535f View commit details
    Browse the repository at this point in the history
  4. fix: Only include CA thumbprint in OIDC provider list (#2769)

    As per #2732 and #32847, only the CA thumbprint should be included in
    the OIDC provider thumbprint list.
    danielfrankcom authored Oct 6, 2023
    Configuration menu
    Copy the full SHA
    7e5de15 View commit details
    Browse the repository at this point in the history
  5. chore(release): version 19.17.1 [skip ci]

    ### [19.17.1](v19.17.0...v19.17.1) (2023-10-06)
    
    ### Bug Fixes
    
    * Only include CA thumbprint in OIDC provider list ([#2769](#2769)) ([7e5de15](7e5de15)), closes [#2732](#2732) [#32847](https://github.com/terraform-aws-modules/terraform-aws-eks/issues/32847)
    semantic-release-bot committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4f63570 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    f4766e5 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.17.2 [skip ci]

    ### [19.17.2](v19.17.1...v19.17.2) (2023-10-10)
    
    ### Bug Fixes
    
    * Karpenter node IAM role policies variable should be a map of strings, not list ([#2771](#2771)) ([f4766e5](f4766e5))
    semantic-release-bot committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    51cc6be View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. fix: Correct key used on license_configuration_arn (#2796)

    fix: Reference to undeclared resource
    
    Co-authored-by: Lamaspanzer <contact@lamaspanzer.ovh>
    palpaga and Lamaspanzer authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    bd4bda2 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.17.3 [skip ci]

    ### [19.17.3](v19.17.2...v19.17.3) (2023-10-30)
    
    ### Bug Fixes
    
    * Correct key used on `license_configuration_arn` ([#2796](#2796)) ([bd4bda2](bd4bda2))
    semantic-release-bot committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    f0aa0da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba0ebeb View commit details
    Browse the repository at this point in the history
  4. chore(release): version 19.17.4 [skip ci]

    ### [19.17.4](v19.17.3...v19.17.4) (2023-10-30)
    
    ### Bug Fixes
    
    * Updating license_specification result type ([#2798](#2798)) ([ba0ebeb](ba0ebeb))
    semantic-release-bot committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    bb8aae3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. docs: Add ebs disk in complete example (#2773)

    📝 (complete) Add ebs disk in complete example
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    knkcni and bryantbiggs authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    69eb456 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. feat: Add Karpenter v1beta1 compatibility (#2800)

    * feat: Add Karpenter v1beta1 compatibility
    
    * fix: Update to make changes opt-in
    
    * fix: Update resource schemas to align with latest Karpenter version - validated and working as intended
    
    ---------
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    mbarrien and bryantbiggs authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    aec2bab View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.18.0 [skip ci]

    ## [19.18.0](v19.17.4...v19.18.0) (2023-11-01)
    
    ### Features
    
    * Add Karpenter v1beta1 compatibility ([#2800](#2800)) ([aec2bab](aec2bab))
    semantic-release-bot committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e4c5098 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    0732bea View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.19.0 [skip ci]

    ## [19.19.0](v19.18.0...v19.19.0) (2023-11-04)
    
    ### Features
    
    * Update KMS module to avoid calling data sources when `create_kms_key = false` ([#2804](#2804)) ([0732bea](0732bea))
    semantic-release-bot committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    dfed830 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. fix: Remove additional conditional on Karpenter instance profile crea…

    …tion to support upgrading (#2812)
    bryantbiggs authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    c36c8dc View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.19.1 [skip ci]

    ### [19.19.1](v19.19.0...v19.19.1) (2023-11-10)
    
    ### Bug Fixes
    
    * Remove additional conditional on Karpenter instance profile creation to support upgrading ([#2812](#2812)) ([c36c8dc](c36c8dc))
    semantic-release-bot committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f0e2e8b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. feat: Allow OIDC root CA thumbprint to be included/excluded (#2778)

    * fix: Allow OIDC root CA thumbprint to be included/excluded
    
    * chore: Consolidate conditional logic within local conditional
    
    ---------
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    danielfrankcom and bryantbiggs authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    091c680 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.20.0 [skip ci]

    ## [19.20.0](v19.19.1...v19.20.0) (2023-11-14)
    
    ### Features
    
    * Allow OIDC root CA thumbprint to be included/excluded ([#2778](#2778)) ([091c680](091c680))
    semantic-release-bot committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    ec454c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. feat: Add tags for CloudWatch log group only (#2841)

    * feature: added cloudwatch log group tags input
    
    * fix: terraform docs run
    BlacksmithJoe authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4c5c97b View commit details
    Browse the repository at this point in the history
  2. chore(release): version 19.21.0 [skip ci]

    ## [19.21.0](v19.20.0...v19.21.0) (2023-12-11)
    
    ### Features
    
    * Add tags for CloudWatch log group only ([#2841](#2841)) ([4c5c97b](4c5c97b))
    semantic-release-bot committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2cb1fac View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. feat!: Replace the use of aws-auth configmap with EKS cluster acces…

    …s entry (#2858)
    
    * feat: Replace `resolve_conflicts` with `resolve_conflicts_on_create`/`delete`; raise MSV of AWS provider to `v5.0` to support
    
    * fix: Replace dynamic DNS suffix for `sts:AssumeRole` API calls for static suffix
    
    * feat: Add module tag
    
    * feat: Align Karpenter permissions with Karpenter v1beta1/v0.32 permissions from upstream
    
    * refactor: Move `aws-auth` ConfigMap functionality to its own sub-module
    
    * chore: Update examples
    
    * feat: Add state `moved` block for Karpenter Pod Identity role re-name
    
    * fix: Correct variable `create` description
    
    * feat: Add support for cluster access entries
    
    * chore: Bump MSV of Terraform to `1.3`
    
    * fix: Replace defunct kubectl provider with an updated forked equivalent
    
    * chore: Update and validate examples for access entry; clean up provider usage
    
    * docs: Correct double redundant variable descriptions
    
    * feat: Add support for Cloudwatch log group class argument
    
    * fix: Update usage tag placement, fix Karpenter event spelling, add upcoming changes section to upgrade guide
    
    * feat: Update Karpenter module to generalize naming used and align policy with the upstream Karpenter policy
    
    * feat: Add native support for Windows based managed nodegroups similar to AL2 and Bottlerocket
    
    * feat: Update self-managed nodegroup module to use latest features of ASG
    
    * docs: Update and simplify docs
    
    * fix: Correct variable description for AMI types
    
    * fix: Update upgrade guide with changes; rename Karpenter controller resource names to support migrating for users
    
    * docs: Complete upgrade guide docs for migration and changes applied
    
    * Update examples/karpenter/README.md
    
    Co-authored-by: Anton Babenko <anton@antonbabenko.com>
    
    * Update examples/outposts/README.md
    
    Co-authored-by: Anton Babenko <anton@antonbabenko.com>
    
    * Update modules/karpenter/README.md
    
    Co-authored-by: Anton Babenko <anton@antonbabenko.com>
    
    ---------
    
    Co-authored-by: Anton Babenko <anton@antonbabenko.com>
    bryantbiggs and antonbabenko authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6b40bdb View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.0.0 [skip ci]

    ## [20.0.0](v19.21.0...v20.0.0) (2024-02-02)
    
    ### ⚠ BREAKING CHANGES
    
    * Replace the use of `aws-auth` configmap with EKS cluster access entry (#2858)
    
    ### Features
    
    * Replace the use of `aws-auth` configmap with EKS cluster access entry ([#2858](#2858)) ([6b40bdb](6b40bdb))
    semantic-release-bot committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a68aac6 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    4177913 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.0.1 [skip ci]

    ### [20.0.1](v20.0.0...v20.0.1) (2024-02-03)
    
    ### Bug Fixes
    
    * Correct cluster access entry to create multiple policy associations per access entry ([#2892](#2892)) ([4177913](4177913))
    semantic-release-bot committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    0b44d61 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    f8d4982 View commit details
    Browse the repository at this point in the history
  2. docs: Correct resolve conflicts argument in UPGRADE-20.0.md (#2899)

    fix docu
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    an-dr-eas-k and bryantbiggs authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    3dbd1ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0381503 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. feat: Add output for access_policy_associations (#2904)

    * add output for access_policy_associations
    
    * wording
    zack-is-cool authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0d2a4c2 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.1.0 [skip ci]

    ## [20.1.0](v20.0.1...v20.1.0) (2024-02-06)
    
    ### Features
    
    * Add output for `access_policy_associations` ([#2904](#2904)) ([0d2a4c2](0d2a4c2))
    semantic-release-bot committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    39f708c View commit details
    Browse the repository at this point in the history
  3. fix: Update access entries kubernetes_groups default value to null (

    #2897)
    
    fix: Update default groups from [] to null
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    Bourne-ID and bryantbiggs authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    1e32e6a View commit details
    Browse the repository at this point in the history
  4. chore(release): version 20.1.1 [skip ci]

    ### [20.1.1](v20.1.0...v20.1.1) (2024-02-06)
    
    ### Bug Fixes
    
    * Update access entries `kubernetes_groups` default value to `null` ([#2897](#2897)) ([1e32e6a](1e32e6a))
    semantic-release-bot committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    f6992b1 View commit details
    Browse the repository at this point in the history
  5. feat: Allow enable/disable of EKS pod identity for the Karpenter cont…

    …roller (#2902)
    
    * Made EKS pod identities for the controller role toggleable
    
    * Switched the variable to the singular form
    
    ---------
    
    Co-authored-by: Tyler Culp <tyler.culp@polestardefense.com>
    tculp and Tyler Culp authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    cc6919d View commit details
    Browse the repository at this point in the history
  6. chore(release): version 20.2.0 [skip ci]

    ## [20.2.0](v20.1.1...v20.2.0) (2024-02-06)
    
    ### Features
    
    * Allow enable/disable of EKS pod identity for the Karpenter controller ([#2902](#2902)) ([cc6919d](cc6919d))
    semantic-release-bot committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a9212a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. fix: Karpenter enable_spot_termination = false should not result in…

    … an error (#2907)
    
    * Add condition for statement if enable_spot_termination is true
    
    * Update modules/karpenter/main.tf
    
    ---------
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    nikoshet and bryantbiggs authored Feb 8, 2024
    Configuration menu
    Copy the full SHA
    671fc6e View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.2.1 [skip ci]

    ### [20.2.1](v20.2.0...v20.2.1) (2024-02-08)
    
    ### Bug Fixes
    
    * Karpenter `enable_spot_termination = false` should not result in an error ([#2907](#2907)) ([671fc6e](671fc6e))
    semantic-release-bot committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    6c168ef View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Configuration menu
    Copy the full SHA
    659401d View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. docs: Update Karpenter example version; add additional clarification …

    …on access entry migration to upgrade guide (#2924)
    bryantbiggs authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    d6d9751 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    d63fd61 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. fix: Replace Karpenter SQS policy dynamic service princpal DNS suffix…

    …es with static `amazonaws.com` (#2941)
    
    fix: Replace dynamic service princpal DNS suffixes with static `amazonaws.com`
    bryantbiggs authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    081c762 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.2.2 [skip ci]

    ### [20.2.2](v20.2.1...v20.2.2) (2024-02-21)
    
    ### Bug Fixes
    
    * Replace Karpenter SQS policy dynamic service princpal DNS suffixes with static `amazonaws.com` ([#2941](#2941)) ([081c762](081c762))
    semantic-release-bot committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0154754 View commit details
    Browse the repository at this point in the history
  3. docs: Update output for user data example to capture rendered output (#…

    …2940)
    
    * docs: Update output for user data example to capture renereded output
    
    * fix: Tsk tsk tsk - I forgot to run pre-commit
    bryantbiggs authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    0d468bd View commit details
    Browse the repository at this point in the history
  4. feat: Add support for addon and identity provider custom tags (#2938)

    feat: Add support for addon and OIDC provider custom tags
    bryantbiggs authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    f6255c4 View commit details
    Browse the repository at this point in the history
  5. chore(release): version 20.3.0 [skip ci]

    ## [20.3.0](v20.2.2...v20.3.0) (2024-02-21)
    
    ### Features
    
    * Add support for addon and identity provider custom tags ([#2938](#2938)) ([f6255c4](f6255c4))
    semantic-release-bot committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6a1e124 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. feat: Add support for enabling EFA resources (#2936)

    * feat: Add support for enabling EFA resources
    
    * feat: Add support for creating placement group and ensuring subnet ID used supports the instance type provided
    
    * chore: Update README and examples
    
    * feat: Update AWS provider MSV to support `maximum_network_cards` attribute
    
    * fix: Update self-managed example after last round of testing; improve EFA support wording
    bryantbiggs authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7f472ec View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.4.0 [skip ci]

    ## [20.4.0](v20.3.0...v20.4.0) (2024-02-23)
    
    ### Features
    
    * Add support for enabling EFA resources ([#2936](#2936)) ([7f472ec](7f472ec))
    semantic-release-bot committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e6c3e90 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    7c99bb1 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.5.0 [skip ci]

    ## [20.5.0](v20.4.0...v20.5.0) (2024-03-01)
    
    ### Features
    
    * Add support for AL2023 `nodeadm` user data ([#2942](#2942)) ([7c99bb1](7c99bb1))
    semantic-release-bot committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    19b79df View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    d14cc92 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.5.1 [skip ci]

    ## [20.5.1](v20.5.0...v20.5.1) (2024-03-07)
    
    ### Bug Fixes
    
    * Update CI workflow versions to remove deprecated runtime warnings ([#2956](#2956)) ([d14cc92](d14cc92))
    semantic-release-bot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    71b5031 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ed32d7 View commit details
    Browse the repository at this point in the history
  4. chore(release): version 20.5.2 [skip ci]

    ## [20.5.2](v20.5.1...v20.5.2) (2024-03-07)
    
    ### Bug Fixes
    
    * Use the `launch_template_tags` on the launch template ([#2957](#2957)) ([0ed32d7](0ed32d7))
    semantic-release-bot committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e547957 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. fix: Update AWS provider version to support AL2023_* AMI types; ens…

    …ure AL2023 user data receives cluster service CIDR (#2960)
    
    * fix: Update AWS provider version to support `AL2023_*` AMI types
    
    * fix: Ensure the cluster service CIDR is passed to the AL2023 user data where its required
    bryantbiggs authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    dfe4114 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.5.3 [skip ci]

    ## [20.5.3](v20.5.2...v20.5.3) (2024-03-08)
    
    ### Bug Fixes
    
    * Update AWS provider version to support `AL2023_*` AMI types; ensure AL2023 user data receives cluster service CIDR ([#2960](#2960)) ([dfe4114](dfe4114))
    semantic-release-bot committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    f1bbfc4 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    393da7e View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.6.0 [skip ci]

    ## [20.6.0](v20.5.3...v20.6.0) (2024-03-09)
    
    ### Features
    
    * Add support for tracking latest AMI release version on managed nodegroups ([#2951](#2951)) ([393da7e](393da7e))
    semantic-release-bot committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    0be0a99 View commit details
    Browse the repository at this point in the history
  3. feat: Add supprot for creating placement group for managed node group (

    …#2959)
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    james-masson and bryantbiggs authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    3031631 View commit details
    Browse the repository at this point in the history
  4. chore(release): version 20.7.0 [skip ci]

    ## [20.7.0](v20.6.0...v20.7.0) (2024-03-09)
    
    ### Features
    
    * Add supprot for creating placement group for managed node group ([#2959](#2959)) ([3031631](3031631))
    semantic-release-bot committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    bed26ac View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    57f5130 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.8.0 [skip ci]

    ## [20.8.0](v20.7.0...v20.8.0) (2024-03-10)
    
    ### Features
    
    * Replace the use of `toset()` with static keys for node IAM role policy attachment ([#2962](#2962)) ([57f5130](57f5130))
    semantic-release-bot committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    6d3d6d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ad19d7 View commit details
    Browse the repository at this point in the history
  4. chore(release): version 20.8.1 [skip ci]

    ## [20.8.1](v20.8.0...v20.8.1) (2024-03-10)
    
    ### Bug Fixes
    
    * Do not attach policy if Karpenter node role is not created by module ([#2964](#2964)) ([3ad19d7](3ad19d7))
    semantic-release-bot committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    a95487e View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. fix: Ensure a default ip_family value is provided to guarantee a CN…

    …I policy is attached to nodes (#2967)
    bryantbiggs authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    29dcca3 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.8.2 [skip ci]

    ## [20.8.2](v20.8.1...v20.8.2) (2024-03-11)
    
    ### Bug Fixes
    
    * Ensure a default `ip_family` value is provided to guarantee a CNI policy is attached to nodes ([#2967](#2967)) ([29dcca3](29dcca3))
    semantic-release-bot committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    907f70c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. fix: Ensure the correct service CIDR and IP family is used in the ren…

    …dered user data (#2963)
    
    * fix: Ensuring the correct service CIDR and IP family is used in the rendered user data
    
    * chore: Updates from testing and validating
    
    * chore: Fix example destroy instructions
    
    * fix: Only require `cluster_service_cidr` when `create = true`
    
    * chore: Clean up commented out code and add note on check length
    bryantbiggs authored Mar 12, 2024
    Configuration menu
    Copy the full SHA
    aeb9f0c View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.8.3 [skip ci]

    ## [20.8.3](v20.8.2...v20.8.3) (2024-03-12)
    
    ### Bug Fixes
    
    * Ensure the correct service CIDR and IP family is used in the rendered user data ([#2963](#2963)) ([aeb9f0c](aeb9f0c))
    semantic-release-bot committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    1627231 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    84effa0 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.8.4 [skip ci]

    ## [20.8.4](v20.8.3...v20.8.4) (2024-03-21)
    
    ### Bug Fixes
    
    * Pass nodeadm user data variables from root module down to nodegroup sub-modules ([#2981](#2981)) ([84effa0](84effa0))
    semantic-release-bot committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    70866e6 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. chore: Fix typo in nodeadm examples (#2986)

    * Fix `nodeadm` example typo
    
    * `apiVersion: node.eks.aws/v1alpha` -> `apiVersion: node.eks.aws/v1alpha1`
    
    * Revert whitespace changes
    
    * `tofu apply` in `examples/user_data`
    
    * chore: Fix file extension type for MIME multipart user data
    
    * chore: Fix line endings based off this hashicorp/terraform#32910
    
    ---------
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    rblaine95 and bryantbiggs authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    07be37d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    e2a39c0 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.8.5 [skip ci]

    ## [20.8.5](v20.8.4...v20.8.5) (2024-04-08)
    
    ### Bug Fixes
    
    * Forces cluster outputs to wait until access entries are complete ([#3000](#3000)) ([e2a39c0](e2a39c0))
    semantic-release-bot committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    afadb14 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    74d3918 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.9.0 [skip ci]

    ## [20.9.0](v20.8.5...v20.9.0) (2024-05-08)
    
    ### Features
    
    * Propagate `ami_type` to self-managed node group; allow using `ami_type` only ([#3030](#3030)) ([74d3918](74d3918))
    semantic-release-bot committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f3299cc View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. feat: Add support for Pod Identity assocation on Karpenter sub-module (

    …#3031)
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    rodrigobersa and bryantbiggs authored May 9, 2024
    Configuration menu
    Copy the full SHA
    cfcaf27 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.10.0 [skip ci]

    ## [20.10.0](v20.9.0...v20.10.0) (2024-05-09)
    
    ### Features
    
    * Add support for Pod Identity assocation on Karpenter sub-module ([#3031](#3031)) ([cfcaf27](cfcaf27))
    semantic-release-bot committed May 9, 2024
    Configuration menu
    Copy the full SHA
    92fca6f View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. feat: Add SourceArn condition to Fargate profile trust policy (#3039)

    feat: add `SourceArn` condition to fargate-profile assume_role_policy
    cpboyd authored May 16, 2024
    Configuration menu
    Copy the full SHA
    a070d7b View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.11.0 [skip ci]

    ## [20.11.0](v20.10.0...v20.11.0) (2024-05-16)
    
    ### Features
    
    * Add `SourceArn` condition to Fargate profile trust policy ([#3039](#3039)) ([a070d7b](a070d7b))
    semantic-release-bot committed May 16, 2024
    Configuration menu
    Copy the full SHA
    15a3248 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. fix: Ignore changes to bootstrap_cluster_creator_admin_permissions

    …which is disabled by default (#3042)
    
    * Ignore changes to bootstrap_cluster_creator_admin_permissions to allow upgrading module and importing existing clusters
    
    * Update main.tf
    
    Co-authored-by: Igor Brites <igor@brites.dev>
    
    * fix attribute reffernce
    
    ---------
    
    Co-authored-by: Igor Brites <igor@brites.dev>
    wevanscfi and igorbrites authored May 21, 2024
    Configuration menu
    Copy the full SHA
    c65d308 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.11.1 [skip ci]

    ## [20.11.1](v20.11.0...v20.11.1) (2024-05-21)
    
    ### Bug Fixes
    
    * Ignore changes to `bootstrap_cluster_creator_admin_permissions` which is disabled by default  ([#3042](#3042)) ([c65d308](c65d308))
    semantic-release-bot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    29c19cc View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. docs: Include ref to addon naming and config documentation (#3043)

    * docs: include ref to addon naming and config
    
    * docs: including addon configuration details in the faq
    
    * docs: including addon configuration details in the faq doc
    
    * docs: including addon configuration details in the faq
    
    * chore: Updates
    
    ---------
    
    Co-authored-by: Caleb Gill <cgill@stavvy.com>
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    3 people authored May 22, 2024
    Configuration menu
    Copy the full SHA
    f90f15e View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. feat: Support additional cluster DNS IPs with Bottlerocket based AMIs (

    …#3051)
    
    * Support adding additional cluster dns ranges to bottlerocket template
    
    * Add example for multiple dns ips
    
    * fmt, and tf docs
    
    * fix: Use a list by default for cluster-dns-ip
    
    ---------
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    ramseymcgrathfd and bryantbiggs authored May 28, 2024
    Configuration menu
    Copy the full SHA
    541dbb2 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.12.0 [skip ci]

    ## [20.12.0](v20.11.1...v20.12.0) (2024-05-28)
    
    ### Features
    
    * Support additional cluster DNS IPs with Bottlerocket based AMIs ([#3051](#3051)) ([541dbb2](541dbb2))
    semantic-release-bot committed May 28, 2024
    Configuration menu
    Copy the full SHA
    59024eb View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. feat: Starting with 1.30, do not use the cluster OIDC issuer URL by…

    … default in the identity provider config (#3055)
    
    fix: Starting with `1.30`, do not use the cluster OIDC issuer URL by default in the identity provider config
    bryantbiggs authored May 31, 2024
    Configuration menu
    Copy the full SHA
    00f076a View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.13.0 [skip ci]

    ## [20.13.0](v20.12.0...v20.13.0) (2024-05-31)
    
    ### Features
    
    * Starting with `1.30`, do not use the cluster OIDC issuer URL by default in the identity provider config ([#3055](#3055)) ([00f076a](00f076a))
    semantic-release-bot committed May 31, 2024
    Configuration menu
    Copy the full SHA
    a7ff103 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. fix: Correct syntax for correctly ignoring `bootstrap_cluster_creator…

    …_admin_permissions` and not all of `access_config` (#3056)
    bryantbiggs authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1e31929 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.13.1 [skip ci]

    ## [20.13.1](v20.13.0...v20.13.1) (2024-06-04)
    
    ### Bug Fixes
    
    * Correct syntax for correctly ignoring `bootstrap_cluster_creator_admin_permissions` and not all of `access_config` ([#3056](#3056)) ([1e31929](1e31929))
    semantic-release-bot committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    098c6a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. docs: Improve karpenter example to use service account for helm relea… (

    #3066)
    
    * docs: Improve karpenter example to use service account for helm release name
    
    * docs: Improve karpenter example to use service account for helm release name
    
    * docs: Improve karpenter example to use service account for helm release name
    AlissonRS authored Jun 12, 2024
    Configuration menu
    Copy the full SHA
    c32cee1 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. feat: Require users to supply OS via ami_type and not via `platform…

    …` which is unable to distinquish between the number of variants supported today (#3068)
    bryantbiggs authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    ef657bf View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.14.0 [skip ci]

    ## [20.14.0](v20.13.1...v20.14.0) (2024-06-13)
    
    ### Features
    
    * Require users to supply OS via `ami_type` and not via `platform` which is unable to distinquish between the number of variants supported today ([#3068](#3068)) ([ef657bf](ef657bf))
    semantic-release-bot committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    73b752a View commit details
    Browse the repository at this point in the history
  3. docs: Move examples that are more like test cases to the new tests/

    … directory; add better example configurations (#3069)
    
    * chore: Move examples that are more like test cases to the new `tests/` directory
    
    * chore: Stash
    
    * feat: Add better examples for EKS managed node groups
    
    * chore: Add better examples for self-managed node groups
    
    * chore: Update docs and correct `nodegroup` to `node group`
    bryantbiggs authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    323fb75 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. docs: Add mkdocs support to render static documentation site on Git…

    …Hub (#3070)
    
    * docs: Add `mkdocs` support to render static documentation site on GitHub
    
    * fix: Correct mis-spelled file name
    bryantbiggs authored Jun 14, 2024
    Configuration menu
    Copy the full SHA
    7cd3be3 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    f6e071c View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.15.0 [skip ci]

    ## [20.15.0](v20.14.0...v20.15.0) (2024-06-27)
    
    ### Features
    
    * Deny HTTP on Karpenter SQS policy ([#3080](#3080)) ([f6e071c](f6e071c))
    semantic-release-bot committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    17448b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    1604c6c View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.16.0 [skip ci]

    ## [20.16.0](v20.15.0...v20.16.0) (2024-07-02)
    
    ### Features
    
    * Add support for custom IAM role policy ([#3087](#3087)) ([1604c6c](1604c6c))
    semantic-release-bot committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c52bbb3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. Configuration menu
    Copy the full SHA
    ae3379e View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.17.0 [skip ci]

    ## [20.17.0](v20.16.0...v20.17.0) (2024-07-05)
    
    ### Features
    
    * Add support for ML capacity block reservations with EKS managed node group(s) ([#3091](#3091)) ([ae3379e](ae3379e))
    semantic-release-bot committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    76d6a64 View commit details
    Browse the repository at this point in the history
  3. fix: Invoke aws_iam_session_context data source only when required (#…

    …3058)
    
    * fix: Call `aws_iam_session_context` data resource only if needed
    
    * Typo.
    
    * Move index.
    
    * Fix condition.
    
    ---------
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    krlydm and bryantbiggs authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f02df92 View commit details
    Browse the repository at this point in the history
  4. chore(release): version 20.17.1 [skip ci]

    ## [20.17.1](v20.17.0...v20.17.1) (2024-07-05)
    
    ### Bug Fixes
    
    * Invoke `aws_iam_session_context` data source only when required ([#3058](#3058)) ([f02df92](f02df92))
    semantic-release-bot committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    27d649a View commit details
    Browse the repository at this point in the history
  5. fix: Revert #3058 - fix: Invoke aws_iam_session_context data source o…

    …nly when required (#3092)
    
    fix: Revert #3058
    bryantbiggs authored Jul 5, 2024
    Configuration menu
    Copy the full SHA
    93ffdfc View commit details
    Browse the repository at this point in the history
  6. chore(release): version 20.17.2 [skip ci]

    ## [20.17.2](v20.17.1...v20.17.2) (2024-07-05)
    
    ### Bug Fixes
    
    * Revert [#3058](#3058) - fix: Invoke aws_iam_session_context data source only when required ([#3092](#3092)) ([93ffdfc](93ffdfc))
    semantic-release-bot committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d7aea4c View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. feat: Support bootstrap_self_managed_addons (#3099)

    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    kimxogus and bryantbiggs authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    af88e7d View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.18.0 [skip ci]

    ## [20.18.0](v20.17.2...v20.18.0) (2024-07-15)
    
    ### Features
    
    * Support `bootstrap_self_managed_addons` ([#3099](#3099)) ([af88e7d](af88e7d))
    semantic-release-bot committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f56004d View commit details
    Browse the repository at this point in the history
  3. feat: Pass the primary_ipv6 argument to the AWS provider. (#3098)

    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    achernev and bryantbiggs authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e1bb8b6 View commit details
    Browse the repository at this point in the history
  4. chore(release): version 20.19.0 [skip ci]

    ## [20.19.0](v20.18.0...v20.19.0) (2024-07-15)
    
    ### Features
    
    * Pass the `primary_ipv6` argument to the AWS provider. ([#3098](#3098)) ([e1bb8b6](e1bb8b6))
    semantic-release-bot committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e32c29f View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. docs: Improve karpenter discovery tags example (#3097)

    * docs: Improve karpenter discovery tags example
    
    * chore: Re-add general tags declaration
    
    ---------
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    AlissonRS and bryantbiggs authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1fed91a View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. feat: Enable support for ignore_failed_scaling_activities (#3104)

    * feat(issue-3102): added support for ignore_failed_scaling_activities
    
    Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
    
    * Update node_groups.tf
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    
    * Update modules/self-managed-node-group/variables.tf
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    
    * feat(issue-3102): pre-commit checks sorted
    
    Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
    
    ---------
    
    Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    ivankatliarchuk and bryantbiggs authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    532226e View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.20.0 [skip ci]

    ## [20.20.0](v20.19.0...v20.20.0) (2024-07-19)
    
    ### Features
    
    * Enable support for ignore_failed_scaling_activities ([#3104](#3104)) ([532226e](532226e))
    semantic-release-bot committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    705eb80 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. feat: Add support for upgrade_policy (#3112)

    * feat: Add support for `upgrade_policy`
    
    * chore: Update test and validate
    bryantbiggs authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    e12ab7a View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.21.0 [skip ci]

    ## [20.21.0](v20.20.0...v20.21.0) (2024-08-05)
    
    ### Features
    
    * Add support for `upgrade_policy` ([#3112](#3112)) ([e12ab7a](e12ab7a))
    semantic-release-bot committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    bfa5821 View commit details
    Browse the repository at this point in the history
  3. feat: Enable update in place for node groups with cluster placement g…

    …roup strategy (#3045)
    
    * feat(eks):added subnet az filter for eks nodegroup placement groups
    
    * fix: Correct logice for restricting placement group to AZ
    
    * fix: Ensure node group args are passed from root module
    
    ---------
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    Josephuss and bryantbiggs authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    75db486 View commit details
    Browse the repository at this point in the history
  4. chore(release): version 20.22.0 [skip ci]

    ## [20.22.0](v20.21.0...v20.22.0) (2024-08-05)
    
    ### Features
    
    * Enable update in place for node groups with cluster placement group strategy ([#3045](#3045)) ([75db486](75db486))
    semantic-release-bot committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5fe865e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. fix: Eliminates null check on tag values to fix for_each error about …

    …unknown *keys* (#3119)
    
    Eliminates null check on tag values to fix for_each error about unknown *keys*
    
    Fixes #3118
    
    Related #2760 
    Related #2681 
    Related #2337
    lorengordon authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6124a08 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.22.1 [skip ci]

    ## [20.22.1](v20.22.0...v20.22.1) (2024-08-09)
    
    ### Bug Fixes
    
    * Eliminates null check on tag values to fix for_each error about unknown *keys* ([#3119](#3119)) ([6124a08](6124a08)), closes [#3118](#3118) [#2760](#2760) [#2681](#2681) [#2337](#2337)
    semantic-release-bot committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    faa42df View commit details
    Browse the repository at this point in the history
  3. feat: Add new output values for OIDC issuer URL and provider that are…

    … dual-stack compatible (#3120)
    
    * feat: Add new output values for OIDC issuer URL and provider that support IPv4/IPv6 dualstack
    
    * chore: Revert addition of `dualstack_oidc_provider`
    
    * fix: Add check for `aws` partition since this is the only partition currently supported
    
    * fix: Revert partition conditional logic
    bryantbiggs authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    72668ac View commit details
    Browse the repository at this point in the history
  4. chore(release): version 20.23.0 [skip ci]

    ## [20.23.0](v20.22.1...v20.23.0) (2024-08-09)
    
    ### Features
    
    * Add new output values for OIDC issuer URL and provider that are dual-stack compatible ([#3120](#3120)) ([72668ac](72668ac))
    semantic-release-bot committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    1360e3d View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. feat: Add support for Karpenter v1 controller IAM role permissions (#…

    …3126)
    
    * chore: update controller IAM role permissions to support karpenter v1
    
    * Update versions.tf
    
    * Revert "Update versions.tf"
    
    This reverts commit f0e5c79.
    
    * fix: Add support for both v1 and prior to v1 controller permission policy
    
    ---------
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    andy-townsend and bryantbiggs authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e317651 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.24.0 [skip ci]

    ## [20.24.0](v20.23.0...v20.24.0) (2024-08-19)
    
    ### Features
    
    * Add support for Karpenter v1 controller IAM role permissions ([#3126](#3126)) ([e317651](e317651))
    semantic-release-bot committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c60b70f View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    71d1947 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    47ab3eb View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.24.1 [skip ci]

    ## [20.24.1](v20.24.0...v20.24.1) (2024-09-16)
    
    ### Bug Fixes
    
    * Correct Karpenter EC2 service principal DNS suffix in non-commercial regions ([#3157](#3157)) ([47ab3eb](47ab3eb))
    semantic-release-bot committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    2965d99 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    8b90872 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.24.2 [skip ci]

    ## [20.24.2](v20.24.1...v20.24.2) (2024-09-21)
    
    ### Bug Fixes
    
    * Remove deprecated `inline_policy` from cluster role ([#3163](#3163)) ([8b90872](8b90872))
    semantic-release-bot committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    7f219a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. fix: Add primary_ipv6 parameter to self-managed-node-group (#3169)

    Add primary_ipv6 parameter to self-managed-node-group
    jmtsi authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    fef6555 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.24.3 [skip ci]

    ## [20.24.3](v20.24.2...v20.24.3) (2024-10-03)
    
    ### Bug Fixes
    
    * Add `primary_ipv6` parameter to self-managed-node-group ([#3169](#3169)) ([fef6555](fef6555))
    semantic-release-bot committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d2c671a View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    670aa8a View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    eb78240 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. Configuration menu
    Copy the full SHA
    b2a8617 View commit details
    Browse the repository at this point in the history
  2. chore(release): version 20.25.0 [skip ci]

    ## [20.25.0](v20.24.3...v20.25.0) (2024-10-12)
    
    ### Features
    
    * Add support for newly released AL2023 accelerated AMI types ([#3177](#3177)) ([b2a8617](b2a8617))
    
    ### Bug Fixes
    
    * Update CI workflow versions to latest ([#3176](#3176)) ([eb78240](eb78240))
    semantic-release-bot committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    159db95 View commit details
    Browse the repository at this point in the history
  3. feat: Add support for desired_capacity_type (named `desired_size_ty…

    …pe`) on self-managed node group (#3166)
    
    * set desired_capacity_type
    
    * fix: Add variable with `null` type and pass through node group
    
    ---------
    
    Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
    dtscssap and bryantbiggs authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    6974a5e View commit details
    Browse the repository at this point in the history
  4. chore(release): version 20.26.0 [skip ci]

    ## [20.26.0](v20.25.0...v20.26.0) (2024-10-12)
    
    ### Features
    
    * Add support for `desired_capacity_type` (named `desired_size_type`) on self-managed node group ([#3166](#3166)) ([6974a5e](6974a5e))
    semantic-release-bot committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    00d4cc1 View commit details
    Browse the repository at this point in the history