Skip to content

shield/7.0.2

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

Release Notes

  • shield-daemon job shield-db link is now optional (thanks @karampok)
  • shield-daemon job has two new properties that can be overridden if you need to tweak these settings (thanks https://github.com/starkandwayne/shield-boshrelease/pull/90 from @karampok)

    workers:
      description: Max number of concurrent tasks in running state.
      default: 5
    max_timeout:
      description: Duration in hours after which a running task is timed out.
      default: 12
    
  • shield-server blob now includes version number

Deployment

releases:
- name: shield
  version: 7.0.2
  url: https://github.com/starkandwayne/shield-boshrelease/releases/download/v7.0.2/shield-7.0.2.tgz
  sha1: db19190e1a21336bdee5ec7ed16d4b57e456cae7

Usage

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

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

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

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

Jobs

Packages