shield/2
You can find the source of this version on GitHub at starkandwayne/shield-boshrelease. It was created based on the commit a0a54e53
.
Release Notes¶
Changes
- Use golang 1.5.2 for compilation
- Retention Policies are now enforced, and expired archives are purged from long-term storage
- Archives created as a result of a failed backup task are marked as invalid and purged from long-term storage
- Improved API error messaging and parameter validation
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "shield" version: "2" url: "https://bosh.io/d/github.com/starkandwayne/shield-boshrelease?v=2" sha1: "11460476fd72c5f25905c3c691499ce0232a5959"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 11460476fd72c5f25905c3c691499ce0232a5959 \ "https://bosh.io/d/github.com/starkandwayne/shield-boshrelease?v=2"