Releases: toin0u/DigitalOcean
Releases · toin0u/DigitalOcean
1.4.2
- 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
1.3.1
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
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
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
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