Skip to content

diego/1.8.0

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

Release Notes

Changes from v1.7.1 to v1.8.0

Significant changes

Container Execution

De-Consuling Locks (Experimental)

Instance Identity Credentials (Experimental)

Grootfs Integration

App Logging and Metrics

Component Logging and Metrics

Test Suites and Tooling

Documentation

BOSH job changes

None.

BOSH property changes

  • Added diego.auctioneer.locket.api_location: Location of locket API server. Experimental.
  • Added diego.auctioneer.skip_consul_lock: Whether the auctioneer is to skip acquiring the Consul lock. Experimental.

BOSH link changes

None.

Usage

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

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

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

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

Jobs

Packages