Skip to content

diego/0.1475.0

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

Release Notes

Changes from v0.1474.0 to v0.1475.0

Significant changes

IMPORTANT: The rep job template now relies on a post-start script to verify that the rep process is healthy after being started. This feature requires a BOSH director at version 1.3213.0 or later, available in BOSH-release v255.4.

BBS Relational Datastore (Experimental)

Performance Tuning

Garden-RunC Integration

Component Logging and Metrics

Security

Documentation

BOSH job changes

Added post-start script for rep job template.

BOSH property changes

  • Add diego.bbs.sql.db_driver: Driver for BBS to use against a SQL store.

Usage

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

- name: "diego"
  version: "0.1475.0"
  url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1475.0"
  sha1: "7096d3abe131c4d56c9181646f1c5c1814fb850e"

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

bosh upload-release --sha1 7096d3abe131c4d56c9181646f1c5c1814fb850e \
  "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1475.0"

Jobs

Packages