Releases: terraform-aws-modules/terraform-aws-eks
Releases · terraform-aws-modules/terraform-aws-eks
[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…