Skip to content

Windows support 🚀

Compare
Choose a tag to compare
@max-rocket-internet max-rocket-internet released this 30 Oct 20:26
· 829 commits to master since this release
55ff38c

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 and userdata_template_extra_args in worker_groups (by @snstanton)
  • Write your awesome addition here (by @you)

Changed

  • Breaking: The kubectl configuration file can now be fully-specified using config_output_path. Previously it was assumed that config_output_path referred to a directory and always ended with a forward slash. This is a breaking change if config_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)