Skip to content
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

Update eks/cluster to use eks-node-group v3 #1069

Merged
merged 1 commit into from
Jun 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions modules/eks/cluster/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## Components PR [#1069](https://github.com/cloudposse/terraform-aws-components/pull/1069)

Update `cloudposse/eks-node-group/aws` to v3.0.0

- Enable use of Amazon Linux 2023
- Other bug fixes and improvements
- See https://github.com/cloudposse/terraform-aws-eks-node-group/releases/tag/3.0.0

## Release 1.455.1

Components PR [#1057](https://github.com/cloudposse/terraform-aws-components/pull/1057)
Expand Down
2 changes: 1 addition & 1 deletion modules/eks/cluster/modules/node_group_by_az/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ locals {

module "eks_node_group" {
source = "cloudposse/eks-node-group/aws"
version = "2.12.0"
version = "3.0.0"

enabled = local.enabled

Expand Down
Loading