shield/6.3.2
You can find the source of this version on GitHub at starkandwayne/shield-boshrelease. It was created based on the commit bdd53caf
.
Release Notes¶
Core Enhancements
- SHIELD now works with MySQL and MariaDB databases. Use the configuration
option
database_type
to set the database driver tomysql
.
Bug Fixes
- Add a timeout of 20 seconds to the curl call that retrieves the public key from the SHIELD core, to avoid deadlock conditions that arise when the start script cannot access the core, either due to networking issues, naming problems, or firewall / ACLs.
- Fixes a bug where
shield list jobs --paused/--unpaused
is reversed.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "shield" version: "6.3.2" url: "https://bosh.io/d/github.com/starkandwayne/shield-boshrelease?v=6.3.2" sha1: "b72ccf007cf94d9bf56fd2dc6529c0108326178e"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 b72ccf007cf94d9bf56fd2dc6529c0108326178e \ "https://bosh.io/d/github.com/starkandwayne/shield-boshrelease?v=6.3.2"