Skip to content

Releases: toin0u/DigitalOcean

1.4.2

14 Jan 22:22
Compare
Choose a tag to compare
  • Updated doc
  • Removeed enable and disable backup to droplets (removed from the API)
  • Updated CLI droplet show command shows backups and snapshots numbers
  • Added private_ip_address property to droplets
  • [BC break] Renamed 'TransfertCommand' to 'TransferCommand' (@geevcookie)
  • Updated CLI outputs with TableHelper (@geevcookie)
  • Added hhvm to travis-ci
  • Added SensioLabsInsight badge

1.4.0

26 Sep 19:26
Compare
Choose a tag to compare

This release integrate the Events ressource and its CLI integration :)

1.3.1

18 Aug 16:33
Compare
Choose a tag to compare

A miror release is made because the API changed.

  • Droplet returns more properties:
    • locked (boolean)
    • created_at (string)
  • A Service provider for Silex is made here
  • It's now possible to set an adapter to instantiated DigitalOcean object via DigitalOcean::setAdapter.

Big thanks to @taylorotwell for its 30 bucks !

1.3.0

17 Aug 23:48
Compare
Choose a tag to compare

This release supports Domains API and implement it to the CLI as well :)

  • Fixed: Domain test
  • Updated: doc
  • Added: CLI domains:records:destroy + tests
  • Added: CLI domains:records:edit + tests
  • Added: CLI domains:record:show + tests
  • Added: CLI domains:records:add + tests
  • Added: CLI domains:records:all + tests
  • Fixed: Domains new record test - domain id is already in the api url
  • Added: CLI domains:destroy + tests
  • Added: CLI domains:add + tests
  • Fixed: DigitalOcean's API url in doc
  • Fixed: Domains::show test
  • Added: CLI domains:show + tests
  • Added: CLI domains:all + tests
  • Added: domains and records + tests - fix #23
  • Fixed: SSH key destroy test

Do not hesitate to PR if you face bugs, typos or whatever else :)

1.2.1

14 Aug 22:18
Compare
Choose a tag to compare

This minor release fix small bugs in CLI and catch error when the API returns an old object which has error_message property.

This happens when you want to show a specific droplet by its id, show a specific image by its id...

For instance:

$ ./digitalocean droplets:show 123

See #27 for more info.

1.2.0

06 Aug 14:51
Compare
Choose a tag to compare

This release provides support of:

  • /droplets/[droplet_id]/rename
  • /images/[image_id]/transfer
  • /ssh_keys/[ssh_key_id]/edit

It also fixes small bugfixes.

Read more about the API here: https://www.digitalocean.com/api