-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Comparing changes
Open a pull request
base repository: terraform-aws-modules/terraform-aws-eks
base: v20.33.0
head repository: terraform-aws-modules/terraform-aws-eks
compare: master
- 10 commits
- 38 files changed
- 7 contributors
Commits on Jan 22, 2025
-
fix: Allow
"EC2"
access entry type for EKS Auto Mode custom node po……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".
Configuration menu - View commit details
-
Copy full SHA for 3e2ea83 - Browse repository at this point
Copy the full SHA 3e2ea83View commit details -
chore(release): version 20.33.1 [skip ci]
## [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))
Configuration menu - View commit details
-
Copy full SHA for 50cb230 - Browse repository at this point
Copy the full SHA 50cb230View commit details
Commits on Feb 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1bfc10a - Browse repository at this point
Copy the full SHA 1bfc10aView commit details
Commits on Mar 7, 2025
-
feat: Add capacity reservation permissions to Karpenter IAM policy (#…
…3318) feat: Update AllowScopedEC2InstanceAccessActions policy to include capacity-reservation permission as part of Karpenter version 1.3.0
Configuration menu - View commit details
-
Copy full SHA for 770ee99 - Browse repository at this point
Copy the full SHA 770ee99View commit details -
chore(release): version 20.34.0 [skip ci]
## [20.34.0](v20.33.1...v20.34.0) (2025-03-07) ### Features * Add capacity reservation permissions to Karpenter IAM policy ([#3318](#3318)) ([770ee99](770ee99))
Configuration menu - View commit details
-
Copy full SHA for dd2089b - Browse repository at this point
Copy the full SHA dd2089bView commit details
Commits on Mar 29, 2025
-
feat: Default to not changing autoscaling schedule values at the sche…
…duled time (#3322) fix: aws_autoscaling_schedule values defaulting to 0
Configuration menu - View commit details
-
Copy full SHA for abf76f6 - Browse repository at this point
Copy the full SHA abf76f6View commit details -
chore(release): version 20.35.0 [skip ci]
## [20.35.0](v20.34.0...v20.35.0) (2025-03-29) ### Features * Default to not changing autoscaling schedule values at the scheduled time ([#3322](#3322)) ([abf76f6](abf76f6))
Configuration menu - View commit details
-
Copy full SHA for 0b9d27b - Browse repository at this point
Copy the full SHA 0b9d27bView commit details
Commits on Apr 11, 2025
-
docs: Set ami_type for AL2023 in the example (#3337)
set ami_type for AL2023 Set AMI type explicitly into user data type to be able to use cloudinit_pre_nodeadm https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/modules/_user_data/main.tf#L33
Configuration menu - View commit details
-
Copy full SHA for 5c8ac85 - Browse repository at this point
Copy the full SHA 5c8ac85View commit details
Commits on Apr 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 207d73f - Browse repository at this point
Copy the full SHA 207d73fView commit details -
chore(release): version 20.36.0 [skip ci]
## [20.36.0](v20.35.0...v20.36.0) (2025-04-18) ### Features * Add support for cluster `force_update_version` ([#3345](#3345)) ([207d73f](207d73f))
Configuration menu - View commit details
-
Copy full SHA for 37e3348 - Browse repository at this point
Copy the full SHA 37e3348View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v20.33.0...master