This is a manually generated log to track changes to the repository for each release. Each section should include general headers such as Implemented enhancements and Merged pull requests. Critical items to know are:
- renamed commands
- deprecated / removed commands
- changed defaults
- backward incompatible changes (recipe file format? image file format?)
- migration guidance (how to convert images?)
- changed behaviour (recipe sections work differently)
The versions coincide with releases on pip. Only major versions will be released as tags on Github.
0.0.x (0.0.x)
- allow customization of autoscaling (0.0.2)
- ensure we do not add size for node scaling up/down times (0.0.19)
- do not use the waiter for nodegroup_active it does not work! (0.0.18)
- support for Google Cloud instance group creation, etc.
- support adding one-off node groups to a cluster (0.0.17)
- allow manual customization and timing of nodegroup (e.g., for spot) (0.0.16)
- extensive changes to aws client (thanks to @rajibhossen!) (0.0.15)
- use api client with consistent token to associate nodes to cluster (0.0.14)
- remove dependency on subprocess and kubectl (0.0.13)
- default install should include all cloud deps (0.0.12)
- GKE with ability to get kubernetes client (0.0.11)
- support for AWS EKS and first versioned release (0.0.1)
- initial skeleton release of project (0.0.0)