Skip to content

Commit

Permalink
Update eks/cluster to use eks-node-group v3 (#1069)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuru authored Jun 17, 2024
1 parent f1ce3c0 commit b93cf82
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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

0 comments on commit b93cf82

Please sign in to comment.