Skip to content

EKS Module upgrade

Compare
Choose a tag to compare
@vara-bonthu vara-bonthu released this 24 Mar 08:11
· 654 commits to main since this release
206354c

Major release and the key changes

  • terraform-aws-modules/eks/aws module upgrade to v18.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 to cluster_version.
  • Added iam_role_path and iam_role_permissions_boundary for node groups and fargate
  • Support for both node_group_prefix and node_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