diff --git a/modules/eks/alb-controller/CHANGELOG.md b/modules/eks/alb-controller/CHANGELOG.md index 22d64cd5a..638dd2e73 100644 --- a/modules/eks/alb-controller/CHANGELOG.md +++ b/modules/eks/alb-controller/CHANGELOG.md @@ -1,4 +1,4 @@ -## PR 1070 +## Release 1.466.0 PR [#1070](https://github.com/cloudposse/terraform-aws-components/pull/1070) diff --git a/modules/eks/cluster/CHANGELOG.md b/modules/eks/cluster/CHANGELOG.md index c1205f431..6ba400649 100644 --- a/modules/eks/cluster/CHANGELOG.md +++ b/modules/eks/cluster/CHANGELOG.md @@ -1,4 +1,14 @@ -## Components PR [#1069](https://github.com/cloudposse/terraform-aws-components/pull/1069) +## Release 1.466.1 + +PR [#1071](https://github.com/cloudposse/terraform-aws-components/pull/1071) + +Bugfix: Update `cloudposse/eks-node-group/aws` to v3.0.1. + +- Fixes failure to create userdata for AL2 and Windows when using it to run `bootstrap.sh`. + +## Release 1.465.0 + +Components PR [#1069](https://github.com/cloudposse/terraform-aws-components/pull/1069) Update `cloudposse/eks-node-group/aws` to v3.0.0 @@ -117,18 +127,18 @@ rakkess See this error: ```plaintext -To work with module.eks_cluster.kubernetes_config_map.aws_auth_ignore_changes[0] (orphan) its original provider configuration +To work with module.eks_cluster.kubernetes_config_map.aws_auth[0] (orphan) its original provider configuration ``` Note, in other documentation, the exact "address" of the orphaned resource may be different, and the documentation may say to refer to the address of the resource in the error message. In this case, because we are using this component as -the root module, the address should be exactly as shown above. (Possibly ending with `aws_auth[0]` instead of -`aws_auth_ignore_changes[0]`.) +the root module, the address should be exactly as shown above. (Possibly ending with `aws_auth_ignore_changes[0]` +instead of `aws_auth[0]`.) 3. Remove the orphaned resource from the state file with ``` -atmos terraform state rm eks/cluster 'module.eks_cluster.kubernetes_config_map.aws_auth_ignore_changes[0]' -s +atmos terraform state rm eks/cluster 'module.eks_cluster.kubernetes_config_map.aws_auth[0]' -s ``` 4. `atmos terraform plan eks/cluster -s ` diff --git a/modules/eks/cluster/modules/node_group_by_az/main.tf b/modules/eks/cluster/modules/node_group_by_az/main.tf index b5e7eb62b..8172f0a05 100644 --- a/modules/eks/cluster/modules/node_group_by_az/main.tf +++ b/modules/eks/cluster/modules/node_group_by_az/main.tf @@ -38,7 +38,7 @@ locals { module "eks_node_group" { source = "cloudposse/eks-node-group/aws" - version = "3.0.0" + version = "3.0.1" enabled = local.enabled