Major release and the key changes
terraform-aws-modules/eks/aws
module upgrade tov18.10.0
- Support for IPv6 EKS Clusters
- New example for IPv6 EKS Clusters
- Example folders restructured (All the node groups are under
node-groups
folder) complete-kubernetes-addons
example shows all the Add-ons available with advanced config- Note the change of variable from
kubernetes_version
tocluster_version
. - Added
iam_role_path
andiam_role_permissions_boundary
for node groups and fargate - Support for both
node_group_prefix
andnode_group_name
for managed node groups - Removed
create_worker_security_group
feature from node groups. Worker security groups is now used from upstream EKS module - Parameterized managed Node groups timeouts
- Conditionally creating launch template for Managed Node groups
- tags now use
terraform-eks-blueprints
our new name for the repo
What's Changed
- EKS Core module upgrade to v18.10 with IPv6 Support by @vara-bonthu in #355
- Fix/remove depends on and input examples from gh e2e workflow by @Zvikan in #365
Full Changelog: v3.5.2...v4.0.0