shield/6.4.2
You can find the source of this version on GitHub at starkandwayne/shield-boshrelease. It was created based on the commit c2e49432
.
Release Notes¶
Improvements
- Upgrade to SHIELD v0.7.3
- Operators can now directly control the Postgres log level,
via the new
databases.log_level
manifest property. - If you omit both
shield.agent.autoprovision
andshield.agent.daemon_public_key
, you now get a warning from the BOSH director / CLI during configuration binding, rather than a failed deploy, later on.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "shield" version: "6.4.2" url: "https://bosh.io/d/github.com/starkandwayne/shield-boshrelease?v=6.4.2" sha1: "bfb1ac8f032b7fd4d3ffb0f7fe79fd69879b663b"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 bfb1ac8f032b7fd4d3ffb0f7fe79fd69879b663b \ "https://bosh.io/d/github.com/starkandwayne/shield-boshrelease?v=6.4.2"