Windows support 🚀
·
829 commits
to master
since this release
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_file
template anduserdata_template_extra_args
inworker_groups
(by @snstanton) - Write your awesome addition here (by @you)
Changed
- Breaking: The
kubectl
configuration file can now be fully-specified usingconfig_output_path
. Previously it was assumed thatconfig_output_path
referred to a directory and always ended with a forward slash. This is a breaking change ifconfig_output_path
does 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)