Skip to content

Latest commit

 

History

History
156 lines (94 loc) · 4.77 KB

CHANGELOG.md

File metadata and controls

156 lines (94 loc) · 4.77 KB

3.0.0.beta1 / 2017-05-07

  • Update droplet_kit dependency to version '~> 2.1'

2.6.0 / 2017-05-07

  • Support of shutting down droplets. Thanks to @01sas [PR #87]

2.5.0 / 2016-04-19

  • 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!

2.4.2 / 2015-07-04

  • Fix knife digital_ocean droplet destroy

2.4.1 / 2015-07-01

  • Fix knife digital_ocean droplet destroy (broken)

2.4.0 / 2015-04-11

  • Add knife-zero bootstrapping support

2.3.3 / 2015-03-17

  • Bump droplet_kit version to fix a few bugs with api changes.

2.3.2 / 2014-01-29

  • Removed duplicate splitting, Thanks to @mikian [PR #64]

2.3.1 / 2014-01-21

  • Fix knife digital_ocean image list --public

2.3.0 / 2014-11-18

  • 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

2.2.0 / 2014-11-14

  • 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.

2.1.0 / 2014-11-09

  • Better test coverage
  • -6 --ipv6-enabled option to enable ipv6
  • -b --backups-enabled option to enable backups, thanks to @salemine [PR #45]

2.0.0 / 2014-11-07

  • 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

0.7.0 / 2014-05-21

0.6.0 / 2014-05-02

  • Full Changelog
  • bump digital_ocean gem dependency (for hashie/rash removal to fix ChefDK issues)

0.5.0 / 2014-04-26

  • Full Changelog
  • support for private networking and secret-file (thanks @popsikle)
  • bump digital_ocean gem dependency (for faraday)

0.4.0 / 2013-12-30

0.3.0 / 2013-11-25

  • Full Changelog
  • support for first_boot_attributes/json-attributes (thanks @zuazo)
  • updated doc examples

0.2.0 / 2013-09-07

  • 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)

0.1.1 / 2013-03-26

0.1.0 / 2013-03-01

  • 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)

0.0.5 / 2013-02-23

0.0.4 / 2013-02-18

0.0.2 / 2013-02-04

0.0.1 / 2013-02-03