github terraform-aws-modules/terraform-aws-eks v18.0.0

latest releases: v20.29.0, v20.28.0, v20.27.0...
2 years ago

18.0.0 (2022-01-05)

⚠ BREAKING CHANGES

  • Removed support for launch configuration and replace count with for_each (#1680)
  • More details provided under the UPGRADE-18.0.md document
- Add support for cluster addons
- Add support for cluster identity provider configuration
- Create separate, standalone sub-modules for:
	- User data
	- EKS Managed Node Group
	- Self Managed Node Group
	- Fargate Profile
- Drop support for launch configurations - only launch template will be supported going forward
- Drop support for managing aws-auth configmap
	- Drop the requirement of requiring aws-iam-authenticator
	- Drop requirement of Kubernetes terraform provider
- Replace list/count usage with maps/for_each
- Update user data usage to allow users to provide their own template in addition to the various settings and configurations provided for the module provided user data templates
- Update to allow a cohesive suite of settings that are uniform across the node pool types supported and continued support of multiple node group default settings under the root module
- Update to allow more control over customizations/configurations of (not limited to):
	- Security groups
	- IAM roles
	- Tags
	- User data
	- Launch template

Features

  • Removed support for launch configuration and replace count with for_each (#1680) (ee9f0c6)

Bug Fixes

  • Update preset rule on semantic-release to use conventional commits (#1736) (be86c0b)

Don't miss a new terraform-aws-eks release

NewReleases is sending notifications on new releases.