Skip to content

Releases: rightscale-cookbooks/rightscale_backup

v1.1.1

09 Apr 22:18
Compare
Choose a tag to compare
  • Removed unused code in the provider that may cause NilClass exceptions at certain cases.

v1.1.0

03 Apr 23:17
Compare
Choose a tag to compare
  • 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

12 Mar 23:02
Compare
Choose a tag to compare
  • Pull Request #4: Skip the boot disk on gce during backup create action
  • Added ChefSpec matchers

v1.0.0

22 Feb 16:15
Compare
Choose a tag to compare

Initial Release