- Update droplet_kit dependency to version '~> 2.1'
- Support of shutting down droplets. Thanks to @01sas [PR #87]
- fix vcr cassettes (droplet_kit pagination)
- drop support for Ruby 2.0.0
- fix to work with chef 12.5.x
- update droplet_kit dependency to 1.3.x
- fixed some rubocop issues (some are still pending)
- we will drop support for chef 10 and chef 11 soon, please upgrade to chef 12 ASAP!
- Fix knife digital_ocean droplet destroy
- Fix knife digital_ocean droplet destroy (broken)
- Add knife-zero bootstrapping support
- Bump droplet_kit version to fix a few bugs with api changes.
- Removed duplicate splitting, Thanks to @mikian [PR #64]
- Fix knife digital_ocean image list --public
- New subcommands
- knife digital_ocean droplet power
- knife digital_ocean droplet powercycle
- knife digital_ocean droplet reboot
- knife digital_ocean droplet snapshot
- knife digital_ocean droplet rename
- knife digital_ocean droplet rebuild
- knife digital_ocean droplet resize
- knife digital_ocean image transfer
- Removed hacky use of rescue
- Use sort_by in list commands, where it makes sense
- Add --bootstrap-version to examples, thanks to @brandoncc [PR #54]
- Fix status check during droplet create
- Domain support, thanks to @nozpheratu [PR #32]
- knife digital_ocean destroy -all, Thanks to @yury-egorenkov [PR #41]
- New commands account info, sshkey create, sshkey destroy.
- Better test coverage
- -6 --ipv6-enabled option to enable ipv6
- -b --backups-enabled option to enable backups, thanks to @salemine [PR #45]
-
Now using Digital Ocean apiv2.
-
Switched to the droplet_kit gem
-
knife digital_ocean images list -G now replaced with -P or --public
-
knife[:digital_ocean_api_key] and knife[:digital_ocean_client_id] replaced with knife[:digitalocean_access_token]
- Full Changelog
- added --ssh-port option (thanks @popsikle)
- Full Changelog
- bump digital_ocean gem dependency (for hashie/rash removal to fix ChefDK issues)
- Full Changelog
- support for private networking and secret-file (thanks @popsikle)
- bump digital_ocean gem dependency (for faraday)
- Full Changelog
- bump digital_ocean gem dependency
- Full Changelog
- support for first_boot_attributes/json-attributes (thanks @zuazo)
- updated doc examples
- Full Changelog
- require
digital_ocean
gem version 1.2.0 or later_ - ensure status of image details is OK before outputting image name (thanks @salemine)
- add option to pass environment (thanks @tedkulp)
- Full Changelog
- merge to knife bootstrap config instead of overwriting it (thanks @tmatilai)
- bump dependency to
digital_ocean
gem to circument issue https://github.com/rmoriz/knife-digital_ocean/issues/10
- Full Changelog
- support for integrated
knife-solo
bootstrapping using the--solo
option (thanks @tmatilai) - added basic rspec tests for various bootstrapping options
- remove JRuby from CI as chef itself does currently not work with JRuby except when c-extensions are enabled (off by default)
- Full Changelog
- First release