Skip to content

shield/3

You can find the source of this version on GitHub at starkandwayne/shield-boshrelease. It was created based on the commit 6139799f.

Release Notes

New Features

  • Added mysql target plugin, with corresponding agent-mysql job template, to install the mysql client
  • Moved to golang 1.5.3
  • Added support for hourly backups

Bugfixes and Improvements

  • CLI underwent a lot of work, improving user experience all over
  • Redis target plugin has been updated to improve backup reliability during high usage of the redis server
  • Fixed a major bug where failed tasks were being reported as successful
  • Fixed a major bug where archives from failed tasks were not being marked as invalid

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "shield"
  version: "3"
  url: "https://bosh.io/d/github.com/starkandwayne/shield-boshrelease?v=3"
  sha1: "d4baa430c1825d6e2a7f98275f79a6f1eb1d7c56"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 d4baa430c1825d6e2a7f98275f79a6f1eb1d7c56 \
  "https://bosh.io/d/github.com/starkandwayne/shield-boshrelease?v=3"

Jobs

Packages