This file is used to list changes made in each version of the rightscale_backup cookbook.
- Updated for Chef 12
- Updated for ChefDK 1.0.3
- Pin right_api_client at v1.6.1 for ruby 1.9.3 support, Chef 11
- Include 'build-essentials' which installs packages required for compiling and installing right_api_client.
- No longer need to wait for snapshot completion on Rackspace.
- Exclude CloudStack boot disk from list of volumes to backup.
- Remove unused code that previously dealt with volume types (#13).
- Add 20 minute timeout for right_api_client calls.
- Exclude AWS EBS boot disk from list of volumes to backup.
- Update README to follow format guidelines.
- Add shields.io badges to README.
- Remove unused method definition,
get_current_devices
. This method is available in therightscale_volume
cookbook. - Update
rightscale_volume
dependency to version 1.2.0.
- Removed unused code in the provider that may cause NilClass exceptions at certain cases.
- A
nickname
attribute is added which defaults to the value given in name attribute. This is useful if there are multiple resource actions on the same resource and the name needs to be unique. - This cookbook now depends
rightscale_volume
and uses therightscale_volume
resource to restore a backup and does not rely on the Backups#restore API call. - The filter used to search for backups now includes the
cloud_href
so it only searches for the backups on the current cloud. - The test-rightscale_backup cookbook omits the boot disks attached on Google servers.
- Pull Request #4: Skip the boot disk on gce during backup create action
- Added ChefSpec matchers
- Initial release