Skip to content

Latest commit

 

History

History
82 lines (56 loc) · 2.14 KB

CHANGELOG.md

File metadata and controls

82 lines (56 loc) · 2.14 KB

rightscale_backup Cookbook CHANGELOG

This file is used to list changes made in each version of the rightscale_backup cookbook.

v2.0.0

  • Updated for Chef 12
  • Updated for ChefDK 1.0.3

v1.2.1

  • Pin right_api_client at v1.6.1 for ruby 1.9.3 support, Chef 11

v1.1.8

  • Include 'build-essentials' which installs packages required for compiling and installing right_api_client.

v1.1.7

  • No longer need to wait for snapshot completion on Rackspace.

v1.1.6

  • Exclude CloudStack boot disk from list of volumes to backup.

v1.1.5

  • Remove unused code that previously dealt with volume types (#13).

v1.1.4

  • Add 20 minute timeout for right_api_client calls.

v1.1.3

  • Exclude AWS EBS boot disk from list of volumes to backup.

v1.1.2

  • Update README to follow format guidelines.
  • Add shields.io badges to README.
  • Remove unused method definition, get_current_devices. This method is available in the rightscale_volume cookbook.
  • Update rightscale_volume dependency to version 1.2.0.

v1.1.1

  • Removed unused code in the provider that may cause NilClass exceptions at certain cases.

v1.1.0

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

v1.0.1

  • Pull Request #4: Skip the boot disk on gce during backup create action
  • Added ChefSpec matchers

v1.0.0

  • Initial release