Skip to content

diego/0.1473.0

You can find the source of this version on GitHub at cloudfoundry/diego-release. It was created based on the commit ffbf946b.

Release Notes

Changes from v0.1472.0 to v0.1473.0

Significant changes

NOTE: This version of Diego’s BOSH release introduces a post-start script to the BBS job to verify that each BBS instance is healthy even if it is not the active leader. To run correctly, this script requires the BOSH director to be on release version 225.4 or later (BOSH build 3213).

BBS Relational Datastore (Experimental)

Container Execution

Volume Support (Experimental)

Garden-RunC Integration

Manifest Generation

BOSH job changes

None.

BOSH property changes

  • Added diego.bbs.health_addr: Address on which to check the BBS node for basic health and connectivity.
  • Added diego.bbs.sql.require_ssl: Whether the BBS should use SSL to connect to its relational SQL store.

Usage

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

- name: "diego"
  version: "0.1473.0"
  url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1473.0"
  sha1: "57890a1e81862c7ae84524e96269bc03b5fbcb49"

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

bosh upload-release --sha1 57890a1e81862c7ae84524e96269bc03b5fbcb49 \
  "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1473.0"

Jobs

Packages