Skip to content

diego/1.17.0

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

Release Notes

Changes from v1.16.1 to v1.17.0

IMPORTANT: This version of diego-release introduces two significant changes to the manifest-generation system that may affect operators:

  • As warned in the release notes for Diego v1.14.0, the manifest-generation templates now support only the cflinuxfs2 release, and the -r flag has no effect.

  • The manifest-generation script now requires that the -s flag be specified, with its argument a path to the SQL configuration stub file for the BBS component (and optionally locket). The BBS has required SQL configuration since Diego v1.2.0, so operators will already be specifying this flag.

Significant changes

Container Placement

Manifest Generation

Dependencies

Test Suites and Tooling

Cleanup

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.17.0"
  url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=1.17.0"
  sha1: "8d91a8a305347bf43d9d9958f20d6e25f1336fb9"

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

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

Jobs

Packages