Skip to content

diego/1.18.0

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

Release Notes

Changes from v1.17.0 to v1.18.0

IMPORTANT: If you are opting into use of the Locket component in the Diego manifest generated by the scripts and templates in this release, you must provide the SQL connection parameters for Locket in a new sql_overrides.locket section of the stub file provided to the -s argument of the manifest-generation script. Previously, Locket reused the BBS component’s SQL configuration. Existing deployments can copy the properties from sql_overrides.bbs to preserve continuity, but in general we recommend that Locket use a separate “locket” database from the “diego” database that the BBS uses.

Significant changes

BBS API

Instance Identity Credentials (Experimental)

Manifest Generation

App Logging and Metrics

BOSH job changes

None.

BOSH property changes

None.

BOSH link changes

None.

Usage

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

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

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

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

Jobs

Packages