Skip to content

shield/6.2.2

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

Release Notes

Release Notes

  • Fixes a bug with the Postgres restore plugin where the restore would fail if any given line in the dump file was too long.
  • Fixes a bug where an initial run of create backend would fail if the user’s home directory was on a different filesystem than /tmp.
  • The backend name is now displayed in the CLI when executing a command, in addition to its IP.
  • The help dialogues for the backend commands now give the flags required.
  • The shield plugins will no longer display the endpoint argument (potentially along with credentials contained within) in the process name.

Usage

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

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

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

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

Jobs

Packages