shield/4
You can find the source of this version on GitHub at starkandwayne/shield-boshrelease. It was created based on the commit d2031dbd
.
Release Notes¶
Enhancements
- mysql plugin now supports an optional
mysql_read_replica
property, so that you can back up from the read replica, and restore to the master.
Fixes:
- #81 limit the number of archives shown by default in
shield show archives
- #101 limit number of tasks shown by default in
shield show tasks
- #99 ensure that no tasks with bad stopped_at times prevent status updates
- #94 fix to the display of certain un-startable jobs stuck as ‘running’
- #36 improved tabular output
- #76 fixed shield output to show time in days rather than microseconds
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "shield" version: "4" url: "https://bosh.io/d/github.com/starkandwayne/shield-boshrelease?v=4" sha1: "d37880e7a7529443b2d80b23ac5b7f32783a03b7"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 d37880e7a7529443b2d80b23ac5b7f32783a03b7 \ "https://bosh.io/d/github.com/starkandwayne/shield-boshrelease?v=4"