Skip to content

diego/1.7.0

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

Release Notes

Changes from v1.6.2 to v1.7.0

Significant changes

cfdot

Local Route Emitters (Experimental)

De-Consuling Locks (Experimental)

Instance Identity Credentials (Experimental)

Volume Support

BOSH 2.0 Support

Windows Support

Test Suites and Tooling

Security

De-Incubation

BOSH job changes

None.

BOSH property changes

  • Added diego.executor.instance_identity_ca_cert: CA certificate for generating instance-identity credentials. Experimental, may be subject to change.
  • Added diego.executor.instance_identity_key: Private key for generating instance-identity credentials. Experimental, may be subject to change.
  • Added diego.ssh_proxy.uaa.ca_cert: CA certificate for SSH-proxy communication to UAA.
  • Added diego.ssh_proxy.uaa.port: Port for SSH-proxy communication to UAA.
  • Added diego.ssh_proxy.uaa.url: URL for SSH-proxy communication to UAA.

BOSH link changes

  • route_emitter and route_emitter_windows jobs consume optional nats link.

Usage

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

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

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

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

Jobs

Packages