Fix for "" AMI ID error in PR 115 (#117)

* Fix for "" AMI ID

* update changelog
This commit is contained in:
Max Williams
2018-09-04 16:31:23 +02:00
committed by GitHub
parent 5531776e2c
commit da6ff7d151
3 changed files with 22 additions and 23 deletions

View File

@@ -9,14 +9,13 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Added
- A useful addition (slam dunk, @self 🔥)
- add support for [`amazon-eks-node-*` AMI with bootstrap script](https://aws.amazon.com/blogs/opensource/improvements-eks-worker-node-provisioning/) (by @erks)
- expose `kubelet_extra_args` worker group option (replacing `kubelet_node_labels`) to allow specifying arbitrary kubelet options (e.g. taints and labels) (by @erks)
- expose `kubelet_extra_args` worker group option (replacing `kubelet_node_labels`) to allow specifying arbitrary kubelet options (e.g. taints and labels) (by @erks)
### Changed
- A subtle but thoughtful change. (Boomshakalaka, @self 🏀)
- allow a custom AMI to be specified as a default (by @erks)
- Bugfix for above change (by @max-rocket-internet)
- **Breaking change** Removed support for `eks-worker-*` AMI. The cluster specifying a custom AMI based off of `eks-worker-*` AMI will have to rebuild the AMI from `amazon-eks-node-*`. (by @erks)
- **Breaking change** Removed `kubelet_node_labels` worker group option in favor of `kubelet_extra_args`. (by @erks)