Skip to content

diego/0.1464.0

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

Release Notes

Changes from v0.1463.0 to v0.1464.0

Significant changes

BBS Relational Datastore (Experimental)

Performance Tuning

Custom CAs

Routing

Volume Support (Experimental)

Rootfs Release Extraction

Manifest Generation

App Logging

Component Logging and Metrics

Dependencies

BOSH job changes

None.

BOSH property changes

  • Added diego.executor.ca_certs_for_downloads: Bundle of additional CAs for the executor to trust when downloading assets.

Usage

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

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

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

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

Jobs

Packages