- Drop Python 2.7 support
- Add new
extra_kwargsparameter to all the available actions. With this parameter, user can specify a list of arbitrary keyword arguments which will be passed to the underlying Libcloud driver method. #9
-
Upgrade to apache-libcloud
v2.6.0. #8 -
Fix
reboot_vm,destroy_vm,start_vmand other VM actions so they work correctly with the Google Compute Engine (GCE) driver. #8
- Update pack so it also works with providers such as Vultr which only take a single credential
argument - either
api_keyorapi_secret. Previously it only worked with providers which took both.
- Updated action
runner_typefromrun-pythontopython-script.
- Migrate to
config.schema.yaml.
- Exoscale provider [Sebastien Goasguen]
- Initial release