forked from terraform-aws-modules/terraform-aws-eks
-
Notifications
You must be signed in to change notification settings - Fork 0
Update to latest upstream changes #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
Open
Argote-Gustavo-bah
wants to merge
63
commits into
add-custom-providers
Choose a base branch
from
master
base: add-custom-providers
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 hidden or 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
…aws-modules#3104) * feat(issue-3102): added support for ignore_failed_scaling_activities Signed-off-by: ivan katliarchuk <[email protected]> * Update node_groups.tf Co-authored-by: Bryant Biggs <[email protected]> * Update modules/self-managed-node-group/variables.tf Co-authored-by: Bryant Biggs <[email protected]> * feat(issue-3102): pre-commit checks sorted Signed-off-by: ivan katliarchuk <[email protected]> --------- Signed-off-by: ivan katliarchuk <[email protected]> Co-authored-by: Bryant Biggs <[email protected]>
## [20.20.0](terraform-aws-modules/terraform-aws-eks@v20.19.0...v20.20.0) (2024-07-19) ### Features * Enable support for ignore_failed_scaling_activities ([terraform-aws-modules#3104](terraform-aws-modules#3104)) ([532226e](terraform-aws-modules@532226e))
* feat: Add support for `upgrade_policy` * chore: Update test and validate
## [20.21.0](terraform-aws-modules/terraform-aws-eks@v20.20.0...v20.21.0) (2024-08-05) ### Features * Add support for `upgrade_policy` ([terraform-aws-modules#3112](terraform-aws-modules#3112)) ([e12ab7a](terraform-aws-modules@e12ab7a))
…roup strategy (terraform-aws-modules#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 <[email protected]>
## [20.22.0](terraform-aws-modules/terraform-aws-eks@v20.21.0...v20.22.0) (2024-08-05) ### Features * Enable update in place for node groups with cluster placement group strategy ([terraform-aws-modules#3045](terraform-aws-modules#3045)) ([75db486](terraform-aws-modules@75db486))
…unknown *keys* (terraform-aws-modules#3119) Eliminates null check on tag values to fix for_each error about unknown *keys* Fixes terraform-aws-modules#3118 Related terraform-aws-modules#2760 Related terraform-aws-modules#2681 Related terraform-aws-modules#2337
## [20.22.1](terraform-aws-modules/terraform-aws-eks@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* ([terraform-aws-modules#3119](terraform-aws-modules#3119)) ([6124a08](terraform-aws-modules@6124a08)), closes [terraform-aws-modules#3118](terraform-aws-modules#3118) [terraform-aws-modules#2760](terraform-aws-modules#2760) [terraform-aws-modules#2681](terraform-aws-modules#2681) [terraform-aws-modules#2337](terraform-aws-modules#2337)
… dual-stack compatible (terraform-aws-modules#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
## [20.23.0](terraform-aws-modules/terraform-aws-eks@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 ([terraform-aws-modules#3120](terraform-aws-modules#3120)) ([72668ac](terraform-aws-modules@72668ac))
…erraform-aws-modules#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 <[email protected]>
## [20.24.0](terraform-aws-modules/terraform-aws-eks@v20.23.0...v20.24.0) (2024-08-19) ### Features * Add support for Karpenter v1 controller IAM role permissions ([terraform-aws-modules#3126](terraform-aws-modules#3126)) ([e317651](terraform-aws-modules@e317651))
## [20.24.1](terraform-aws-modules/terraform-aws-eks@v20.24.0...v20.24.1) (2024-09-16) ### Bug Fixes * Correct Karpenter EC2 service principal DNS suffix in non-commercial regions ([terraform-aws-modules#3157](terraform-aws-modules#3157)) ([47ab3eb](terraform-aws-modules@47ab3eb))
## [20.24.2](terraform-aws-modules/terraform-aws-eks@v20.24.1...v20.24.2) (2024-09-21) ### Bug Fixes * Remove deprecated `inline_policy` from cluster role ([terraform-aws-modules#3163](terraform-aws-modules#3163)) ([8b90872](terraform-aws-modules@8b90872))
…rm-aws-modules#3169) Add primary_ipv6 parameter to self-managed-node-group
## [20.24.3](terraform-aws-modules/terraform-aws-eks@v20.24.2...v20.24.3) (2024-10-03) ### Bug Fixes * Add `primary_ipv6` parameter to self-managed-node-group ([terraform-aws-modules#3169](terraform-aws-modules#3169)) ([fef6555](terraform-aws-modules@fef6555))
## [20.25.0](terraform-aws-modules/terraform-aws-eks@v20.24.3...v20.25.0) (2024-10-12) ### Features * Add support for newly released AL2023 accelerated AMI types ([terraform-aws-modules#3177](terraform-aws-modules#3177)) ([b2a8617](terraform-aws-modules@b2a8617)) ### Bug Fixes * Update CI workflow versions to latest ([terraform-aws-modules#3176](terraform-aws-modules#3176)) ([eb78240](terraform-aws-modules@eb78240))
…pe`) on self-managed node group (terraform-aws-modules#3166) * set desired_capacity_type * fix: Add variable with `null` type and pass through node group --------- Co-authored-by: Bryant Biggs <[email protected]>
## [20.26.0](terraform-aws-modules/terraform-aws-eks@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 ([terraform-aws-modules#3166](terraform-aws-modules#3166)) ([6974a5e](terraform-aws-modules@6974a5e))
…rpenter EC2 pass role permission (terraform-aws-modules#3193) * fix karpenter iam passrole to ec2 api bug, to support aws cn * fix: Use dyanmic partition value for DNS suffix --------- Co-authored-by: Shuiping <[email protected]> Co-authored-by: Bryant Biggs <[email protected]>
## [20.26.1](terraform-aws-modules/terraform-aws-eks@v20.26.0...v20.26.1) (2024-10-27) ### Bug Fixes * Use dynamic partition data source to determine DNS suffix for Karpenter EC2 pass role permission ([terraform-aws-modules#3193](terraform-aws-modules#3193)) ([dea6c44](terraform-aws-modules@dea6c44))
## [20.27.0](terraform-aws-modules/terraform-aws-eks@v20.26.1...v20.27.0) (2024-11-01) ### Features * Add support for zonal shift ([terraform-aws-modules#3195](terraform-aws-modules#3195)) ([1b0ac83](terraform-aws-modules@1b0ac83))
## [20.29.0](terraform-aws-modules/terraform-aws-eks@v20.28.0...v20.29.0) (2024-11-08) ### Features * Add support for pod identity association on EKS addons ([terraform-aws-modules#3203](terraform-aws-modules#3203)) ([a224334](terraform-aws-modules@a224334))
…ddons (due to retries) (terraform-aws-modules#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](terraform-aws-modules/terraform-aws-eks@v20.29.0...v20.30.0) (2024-11-26) ### Features * Improve addon dependency chain and decrease time to provision addons (due to retries) ([terraform-aws-modules#3218](terraform-aws-modules#3218)) ([ab2207d](terraform-aws-modules@ab2207d))
…boolean since default is `null` (terraform-aws-modules#3221)
## [20.30.1](terraform-aws-modules/terraform-aws-eks@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` ([terraform-aws-modules#3221](terraform-aws-modules#3221)) ([35388bb](terraform-aws-modules@35388bb))
…ws-modules#3225) * 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](terraform-aws-modules/terraform-aws-eks@v20.30.1...v20.31.0) (2024-12-04) ### Features * Add support for EKS Auto Mode and EKS Hybrid nodes ([terraform-aws-modules#3225](terraform-aws-modules#3225)) ([3b974d3](terraform-aws-modules@3b974d3))
…breaking change (terraform-aws-modules#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 (terraform-aws-modules#3234)
## [20.31.1](terraform-aws-modules/terraform-aws-eks@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 ([terraform-aws-modules#3234](terraform-aws-modules#3234)) ([e2846be](terraform-aws-modules@e2846be))
## [20.31.2](terraform-aws-modules/terraform-aws-eks@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 ([terraform-aws-modules#3239](terraform-aws-modules#3239)) ([ce34f1d](terraform-aws-modules@ce34f1d))
…n enabling EKS Auto Mode (terraform-aws-modules#3240)
## [20.31.3](terraform-aws-modules/terraform-aws-eks@v20.31.2...v20.31.3) (2024-12-12) ### Bug Fixes * Update min provider version to remediate cluster replacement when enabling EKS Auto Mode ([terraform-aws-modules#3240](terraform-aws-modules#3240)) ([012e51c](terraform-aws-modules@012e51c))
## [20.31.4](terraform-aws-modules/terraform-aws-eks@v20.31.3...v20.31.4) (2024-12-14) ### Bug Fixes * Auto Mode custom tag policy should apply to cluster role, not node role ([terraform-aws-modules#3242](terraform-aws-modules#3242)) ([a07013a](terraform-aws-modules@a07013a))
## [20.31.5](terraform-aws-modules/terraform-aws-eks@v20.31.4...v20.31.5) (2024-12-20) ### Bug Fixes * Correct Auto Mode disable ([terraform-aws-modules#3253](terraform-aws-modules#3253)) ([2a6a57a](terraform-aws-modules@2a6a57a))
…s-modules#3251) * Change kubectl provider * chore: Remove `kubectl` provider --------- Co-authored-by: Bryant Biggs <[email protected]>
## [20.31.6](terraform-aws-modules/terraform-aws-eks@v20.31.5...v20.31.6) (2024-12-20) ### Bug Fixes * Revert changes to disabling auto mode [terraform-aws-modules#3253](terraform-aws-modules#3253) ([terraform-aws-modules#3255](terraform-aws-modules#3255)) ([1ac67b8](terraform-aws-modules@1ac67b8))
fix: Add Bottlerocket FIPS image variants
## [20.32.0](terraform-aws-modules/terraform-aws-eks@v20.31.6...v20.32.0) (2025-01-17) ### Features * Add Bottlerocket FIPS image variants ([terraform-aws-modules#3275](terraform-aws-modules#3275)) ([d876ac4](terraform-aws-modules@d876ac4))
…a supported access type (terraform-aws-modules#3279)
…ules#3271) * feat: add var.node_repair_config to eks-managed-node-group Fixes terraform-aws-modules#3249 * chore: run terraform-docs * chore: update examples/eks-managed-node-group * fix: Correct implementation --------- Co-authored-by: Bryant Biggs <[email protected]>
## [20.33.0](terraform-aws-modules/terraform-aws-eks@v20.32.0...v20.33.0) (2025-01-17) ### Features * Add node repair config to managed node group ([terraform-aws-modules#3271](terraform-aws-modules#3271)) ([edd7ef3](terraform-aws-modules@edd7ef3)), closes [terraform-aws-modules#3249](terraform-aws-modules#3249)
…ols (terraform-aws-modules#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](terraform-aws-modules/terraform-aws-eks@v20.33.0...v20.33.1) (2025-01-22) ### Bug Fixes * Allow `"EC2"` access entry type for EKS Auto Mode custom node pools ([terraform-aws-modules#3281](terraform-aws-modules#3281)) ([3e2ea83](terraform-aws-modules@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.
Primarily interested in updating the ami types, but seems like other features like eks auto mode have also been added.