Releases: terraform-aws-modules/terraform-aws-eks
Releases · terraform-aws-modules/terraform-aws-eks
v18.2.7
18.2.7 (2022-02-02)
Bug Fixes
- Don't tag self managed node security group with kubernetes.io/cluster tag (#1774) (a638e4a)
v18.2.5
18.2.5 (2022-02-01)
Bug Fixes
- Correct issue where custom launch template is not used when EKS managed node group is used externally (#1824) (e16b3c4)
v18.2.4
18.2.4 (2022-01-30)
Bug Fixes
- add missing
launch_template_use_name_prefix
parameter to the root module (#1818) (d6888b5)
v18.2.3
18.2.3 (2022-01-24)
Bug Fixes
- Add missing
mixed_instances_policy
parameter to the root module (#1808) (4af77f2)
v18.2.2
18.2.2 (2022-01-22)
Bug Fixes
- Attributes in timeouts are erroneously reversed (#1804) (f8fe584)
v18.2.1
18.2.1 (2022-01-18)
Bug Fixes
- Change
instance_metadata_tags
to default to null
/disabled
due to tag key pattern conflict (#1788) (8e4dfa2)
v18.2.0
18.2.0 (2022-01-14)
Features
- Add
instance_metadata_tags
attribute to launch templates (#1781) (85bb1a0)
v18.1.0
18.1.0 (2022-01-14)
Features
- Add support for networking
ip_family
which enables support for IPV6 (#1759) (314192e)
v18.0.6
18.0.6 (2022-01-11)
Bug Fixes
- Correct remote access variable for security groups and add example for additional IAM policies (#1766) (f54bd30)