Releases: terraform-aws-modules/terraform-aws-eks
Releases · terraform-aws-modules/terraform-aws-eks
A few bug fixes 💅
- Test against minimum versions specified in
versions.tf(by @dpiddockcmp) - Updated
instance_profile_namesandinstance_profile_arnsoutputs to also consider launch template as well as asg (by @ankitwal) - Fix broken terraform plan/apply on a cluster < 1.14 (by @hodduc)
- Updated application of
aws-authconfigmap to createkube_config.yamlandaws_auth_configmap.yamlin sequence (and not parallel) tokubectl apply(by @knittingdev)
Windows support 🚀
Added
- Breaking: Allow for specifying a custom AMI for the worker nodes. (by @bmcstdio)
- Added support for Windows workers AMIs (by @hodduc)
- Allow for replacing the full userdata text with a
userdata_template_filetemplate anduserdata_template_extra_argsinworker_groups(by @snstanton) - Write your awesome addition here (by @you)
Changed
- Breaking: The
kubectlconfiguration file can now be fully-specified usingconfig_output_path. Previously it was assumed thatconfig_output_pathreferred to a directory and always ended with a forward slash. This is a breaking change ifconfig_output_pathdoes not end with a forward slash (which was advised against by the documentation). - Changed logic for setting default ebs_optimized to only require maintaining a list of instance types that don't support it (by @jeffmhastings)
- Bumped minimum terraform version to 0.12.2 to prevent an error on yamlencode function (by @toadjaune)
- Access conditional resource using join function in combination with splat syntax (by @miguelaferreira)
v6.0.2
Added
- Added
tagstoaws_eks_clusterintroduced by terraform-provider-aws 2.31.0 (by @morganchristiansson)
Changed
- Add option to enable lifecycle hooks creation (by @barryib)
- Remove helm chart value
sslCertPathdescribed indocs/autoscaling.md(by @wi1dcard) - Attaching of IAM policies for autoscaler and CNI to the worker nodes now optional (by @dpiddockcmp)
Bug fixes and add support for GPU worker node
Many changes, some breaking, but all great
Many wonderful fixes from many great people
v5.1.0 new release (#452)
Terraform 0.12 support
Added new examples, travis fixes, some documentation
Just fix a small typo in new variable name
IAM options and Launch Templates enhancements
Lots of changes in this one!