Releases: terraform-aws-modules/terraform-aws-eks
Releases · terraform-aws-modules/terraform-aws-eks
v18.24.1
Bug Fixes
- Remove
modified_at
from ignored changes on EKS addons (#2114) (5a5a32e)
v18.24.0
Features
- Add support for specifying conrol plane subnets separate from those used by node groups (data plane) (#2113) (ebc91bc)
v18.23.0
Features
- Add
autoscaling_group_tags
variable to self-managed-node-groups (#2084) (8584dcb)
v18.22.0
Features
- Apply
distinct()
on role arns to ensure no duplicated roles in aws-auth configmap (#2097) (3feb369)
v18.21.0
Features
- Add
create_autoscaling_group
option and extra outputs (#2067) (58420b9)
v18.20.5
Bug Fixes
- Add conditional variable to allow users to opt out of tagging cluster primary security group (#2034) (51e4182)
v18.20.3
Bug Fixes
- Add
compact()
to aws_auth_configmap_yaml
for when node groups are set to create = false
(#2029) (c173ba2)
v18.20.2
Bug Fixes
- Avoid re-naming the primary security group through a
Name
tag and leave to the EKS service to manage (#2010) (b5ae5da)