Releases: engineyard/engineyard-cloud-client
Releases · engineyard/engineyard-cloud-client
2.1.1
2.1.0
- Fix SSL version detection by requiring a newer verion of RestClient.
Environment#instances_by_roleandEnvironment#select_instancesfor filtering instances by role and name.- Add
App#hierarchy_namewhich returns a nice string representation of the application hierchy:account / app
2.0.1
- Fix RbConfig deprecation warning
2.0.0
- Ruby
>= 1.9.3only. - Send
RUBY_PLATFORMandRUBY_VERSIONwith the User-Agent string to make upgrades easier in the future.
1.0.16
Attempt to support ruby 1.8.7 by restricting the versions of gems that fail.
1.0.15
- Add a
resolve_onemethod toAppEnvironmentto assist scripting - Tighter requirement on
rest-client.1.6.0does not actually work. - Force instance addition with util to require a name, specify name when removing instances
1.0.14
- Add sorting comparator spaceship (<=>) to each of the models.
1.0.13
- Environment.by_name using resolver
- Environment#remove_instance with a given instance object removes an instance via API
- Find instance by its AWSM id
- Find an environment by its name off the api object
- Add an instance to an environment
- Identify the license as MIT in the gemspec
- Make tests pass on travis
1.0.12
- Fix for ruby 2.0.0
1.0.11
- Supports Instance#availability_zone in API response.
- Renames Deployment#cancel to Deployment#timeout, though still support using #cancel.