Windows support 🚀
·
860 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_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)