Skip to content

Bump terraform-aws-modules/eks/aws from 20.37.1 to 21.0.4 #476

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps terraform-aws-modules/eks/aws from 20.37.1 to 21.0.4.

Release notes

Sourced from terraform-aws-modules/eks/aws's releases.

v21.0.4

21.0.4 (2025-07-25)

Bug Fixes

  • Correct encryption configuration enable logic; avoid creating Auto Mode policy when Auto Mode is not enabled (#3439) (6b8a3d9)

v21.0.3

21.0.3 (2025-07-24)

Bug Fixes

  • Correct variable defaults for ami_id and kubernetes_version (#3437) (8807e0b)

v21.0.2

21.0.2 (2025-07-24)

Bug Fixes

  • Move encryption_config default for resources out of type definition and to default variable value to allow disabling encryption (#3436) (b37368f)

v21.0.1

21.0.1 (2025-07-24)

Bug Fixes

  • Correct logic to try to use module created IAM role before falli… (#3433) (97d4ebb)

v21.0.0

21.0.0 (2025-07-23)

⚠ BREAKING CHANGES

  • Upgrade min AWS provider and Terraform versions to 6.0 and 1.5.7 respectively (#3412)

List of backwards incompatible changes

See the UPGRADE-21.0.md for further details.

  • Terraform v1.5.7 is now minimum supported version
  • AWS provider v6.0.0 is now minimum supported version
  • TLS provider v4.0.0 is now minimum supported version
  • The aws-auth sub-module has been removed. Users who wish to utilize its functionality can continue to do so by specifying a v20.x version, or ~> v20.0 version constraint in their module source.
  • bootstrap_self_managed_addons is now hardcoded to false. This is a legacy setting and instead users should utilize the EKS addons API, which is what this module does by default. In conjunction with this change, the bootstrap_self_managed_addons is now ignored by the module to aid in upgrading without disruption (otherwise it would require cluster re-creation).
  • When enabling enable_efa_support or creating placement groups within a node group, users must now specify the correct subnet_ids; the module no longer tries to automatically select a suitable subnet.

... (truncated)

Changelog

Sourced from terraform-aws-modules/eks/aws's changelog.

21.0.4 (2025-07-25)

Bug Fixes

  • Correct encryption configuration enable logic; avoid creating Auto Mode policy when Auto Mode is not enabled (#3439) (6b8a3d9)

21.0.3 (2025-07-24)

Bug Fixes

  • Correct variable defaults for ami_id and kubernetes_version (#3437) (8807e0b)

21.0.2 (2025-07-24)

Bug Fixes

  • Move encryption_config default for resources out of type definition and to default variable value to allow disabling encryption (#3436) (b37368f)

21.0.1 (2025-07-24)

Bug Fixes

  • Correct logic to try to use module created IAM role before falli… (#3433) (97d4ebb)

21.0.0 (2025-07-23)

⚠ BREAKING CHANGES

  • Upgrade min AWS provider and Terraform versions to 6.0 and 1.5.7 respectively (#3412)

Features

  • Upgrade min AWS provider and Terraform versions to 6.0 and 1.5.7 respectively (#3412) (416515a)

20.37.2 (2025-07-17)

Bug Fixes

  • Allow for both amazonaws.com.cn and amazonaws.com conditions in PassRole as required for AWS CN (#3422) (83b68fd)
Commits
  • 074abf1 chore(release): version 21.0.4 [skip ci]
  • 6b8a3d9 fix: Correct encryption configuration enable logic; avoid creating Auto Mode ...
  • 41d31db chore(release): version 21.0.3 [skip ci]
  • 8807e0b fix: Correct variable defaults for ami_id and kubernetes_version (#3437)
  • 7efa43f chore(release): version 21.0.2 [skip ci]
  • b37368f fix: Move encryption_config default for resources out of type definition ...
  • 0049a9b chore(release): version 21.0.1 [skip ci]
  • 97d4ebb fix: Correct logic to try to use module created IAM role before falli… (#3433)
  • b7eabbd chore(release): version 21.0.0 [skip ci]
  • 416515a feat!: Upgrade min AWS provider and Terraform versions to 6.0 and 1.5.7 r...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [terraform-aws-modules/eks/aws](https://github.com/terraform-aws-modules/terraform-aws-eks) from 20.37.1 to 21.0.4.
- [Release notes](https://github.com/terraform-aws-modules/terraform-aws-eks/releases)
- [Changelog](https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/CHANGELOG.md)
- [Commits](terraform-aws-modules/terraform-aws-eks@v20.37.1...v21.0.4)

---
updated-dependencies:
- dependency-name: terraform-aws-modules/eks/aws
  dependency-version: 21.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code labels Jul 28, 2025
@abhiyerra abhiyerra merged commit 5c53831 into main Jul 29, 2025
4 checks passed
@abhiyerra abhiyerra deleted the dependabot/terraform/terraform-aws-modules/eks/aws-21.0.4 branch July 29, 2025 19:13
abhiyerra added a commit that referenced this pull request Jul 29, 2025
abhiyerra added a commit that referenced this pull request Jul 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file terraform Pull requests that update Terraform code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant