Skip to content

Releases: terraform-aws-modules/terraform-aws-eks

[v1.5.0] T3 instances, autoscaling policies, spot price and more

30 Aug 09:46
0736be4
Compare
Choose a tag to compare

[v1.4.0] - added workaround for count computation bug

02 Aug 23:03
6fbb6a8
Compare
Choose a tag to compare
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

12 Jul 06:55
bc84805
Compare
Choose a tag to compare

[v1.2.0] - added kubeconfig flexibility

01 Jul 09:01
186572d
Compare
Choose a tag to compare

[v1.1.0] - worker groups made more configurable

25 Jun 08:28
5fc2b27
Compare
Choose a tag to compare

[v1.0.0] - flexible number of worker autoscaling groups

11 Jun 23:13
bc80724
Compare
Choose a tag to compare

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

08 Jun 11:25
23f1c37
Compare
Choose a tag to compare
  • 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

07 Jun 10:15
fbe64df
Compare
Choose a tag to compare
Merge pull request #2 from terraform-aws-modules/fix/git_hooks_and_ci

fixing up CI and git hooks

[v0.1.0] - Initial release

07 Jun 09:54
Compare
Choose a tag to compare
readme now has instructions for basic kubectl operation testing. loca…