Releases: terraform-aws-modules/terraform-aws-eks
Releases · terraform-aws-modules/terraform-aws-eks
[v1.5.0] T3 instances, autoscaling policies, spot price and more
[v1.4.0] - added workaround for count computation bug
Merge pull request #81 from terraform-aws-modules/release/v1.4.0 releasing 1.4.0; docs generated
[v1.3.0] - k8s config made infinitely more flexible
See CHANGELOG.md for details.
[v1.2.0] - added kubeconfig flexibility
See CHANGELOG.md for details.
[v1.1.0] - worker groups made more configurable
See CHANGELOG.md for details.
[v1.0.0] - flexible number of worker autoscaling groups
This release allows for n-number of uniquely defined autoscaling worker groups to be attached to the EKS cluster. Outputs are now available for everything created in the module so extending beyond the module is now possible.
[v0.2.0] - low hanging features added
- Auto config kubectl for the current shell session.
- EBS optimized instances have this enabled when chosen.
- AMI now selected dynamically if none is provided.
[v0.1.1] - CI and pre-commit fixes
Merge pull request #2 from terraform-aws-modules/fix/git_hooks_and_ci fixing up CI and git hooks
[v0.1.0] - Initial release
readme now has instructions for basic kubectl operation testing. loca…