forked from terraform-aws-modules/terraform-aws-eks
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pull] master from terraform-aws-modules:master #117
Open
pull
wants to merge
526
commits into
ArchiFleKs:master
Choose a base branch
from
terraform-aws-modules:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thank you for your contribution! The Remove any changes to the |
Resolves undefined
## [19.1.0](v19.0.4...v19.1.0) (2022-12-16) ### Features * Add support for addon `configuration_values` ([#2345](#2345)) ([3b62f6c](3b62f6c))
…le when using `assumed_role` (#2347)
### [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))
Fix typo for vpc-cni addon All environment variables have to be strings
…ions` on launch templates (#2352) Resolves undefined
## [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))
## [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))
### [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))
…specifications (#2360) Resolves undefined
## [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))
…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.
### [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))
* Drop spot-instances-request from tag_specifications * fix: Update documentation Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
### [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))
### [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))
## [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))
### [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))
fix typos Signed-off-by: Fernando Miguel <github@FernandoMiguel.net> Signed-off-by: Fernando Miguel <github@FernandoMiguel.net>
## [20.29.0](v20.28.0...v20.29.0) (2024-11-08) ### Features * Add support for pod identity association on EKS addons ([#3203](#3203)) ([a224334](a224334))
…ddons (due to retries) (#3218) * feat: Improve addon dependency chain and decrease time to provision addons (due to retries) * fix: Run pre-commit to clean up docs
## [20.30.0](v20.29.0...v20.30.0) (2024-11-26) ### Features * Improve addon dependency chain and decrease time to provision addons (due to retries) ([#3218](#3218)) ([ab2207d](ab2207d))
…boolean since default is `null` (#3221)
## [20.30.1](v20.30.0...v20.30.1) (2024-11-26) ### Bug Fixes * Coalesce local `resolve_conflicts_on_create_default` value to a boolean since default is `null` ([#3221](#3221)) ([35388bb](35388bb))
* feat: Add support for EKS hybrid nodes * feat: Add support for EKS Auto Mode * chore: Update test directory names * chore: Clean up examples and tests * fix: Clean up and last minute changes for GA * chore: Formatting * chore: Bump min required version for new features * fix: Corrects from test/validation on existing clusters * feat: Add policy for custom tags on EKS Auto Mode, validate examples * chore: Expand on `CAM` acronym * chore: Update README to match examples
## [20.31.0](v20.30.1...v20.31.0) (2024-12-04) ### Features * Add support for EKS Auto Mode and EKS Hybrid nodes ([#3225](#3225)) ([3b974d3](3b974d3))
…breaking change (#3233) * chore: disable detailed monitoring by default * docs: change default input value * chore: add comment to change at next breaking change * docs: change default back
…of built-in node pool use (#3234)
## [20.31.1](v20.31.0...v20.31.1) (2024-12-09) ### Bug Fixes * Create EKS Auto Mode role when Auto Mode is enabled, regardless of built-in node pool use ([#3234](#3234)) ([e2846be](e2846be))
…e not specified (#3239)
## [20.31.2](v20.31.1...v20.31.2) (2024-12-12) ### Bug Fixes * Avoid trying to attach the node role when Auto Mode nodepools are not specified ([#3239](#3239)) ([ce34f1d](ce34f1d))
…n enabling EKS Auto Mode (#3240)
## [20.31.3](v20.31.2...v20.31.3) (2024-12-12) ### Bug Fixes * Update min provider version to remediate cluster replacement when enabling EKS Auto Mode ([#3240](#3240)) ([012e51c](012e51c))
## [20.31.4](v20.31.3...v20.31.4) (2024-12-14) ### Bug Fixes * Auto Mode custom tag policy should apply to cluster role, not node role ([#3242](#3242)) ([a07013a](a07013a))
## [20.31.5](v20.31.4...v20.31.5) (2024-12-20) ### Bug Fixes * Correct Auto Mode disable ([#3253](#3253)) ([2a6a57a](2a6a57a))
* Change kubectl provider * chore: Remove `kubectl` provider --------- Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
fix: Add Bottlerocket FIPS image variants
## [20.32.0](v20.31.6...v20.32.0) (2025-01-17) ### Features * Add Bottlerocket FIPS image variants ([#3275](#3275)) ([d876ac4](d876ac4))
…a supported access type (#3279)
* feat: add var.node_repair_config to eks-managed-node-group Fixes #3249 * chore: run terraform-docs * chore: update examples/eks-managed-node-group * fix: Correct implementation --------- Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
…ols (#3281) Removed EC2 type from condition so policy attachement for access entry can be done for EC2 type for creating access entry for Node role. While Creating Access entry for Self managed node role, we were getting below error as it seems EC2 type is included in exception for policy attachment. Once I removed EC2 from exception condition, it started picking up Policy attachment and Access Entry got created. │ Error: Unsupported attribute │ │ on .terraform/modules/eks/main.tf line 289, in resource "aws_eks_access_policy_association" "this": │ 289: policy_arn = each.value.association_policy_arn │ ├──────────────── │ │ each.value is object with 3 attributes │ │ This object does not have an attribute named "association_policy_arn".
## [20.33.1](v20.33.0...v20.33.1) (2025-01-22) ### Bug Fixes * Allow `"EC2"` access entry type for EKS Auto Mode custom node pools ([#3281](#3281)) ([3e2ea83](3e2ea83))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )