Skip to content

diego/1.11.0

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

Release Notes

Changes from v1.10.1 to v1.11.0

IMPORTANT: The cc_uploader job on the cc_bridge VMs will soon require TLS credentials to communicate with Cloud Controller. If using the manifest-generation script in diego-release, these properties must now be configured via the property_overrides.cc_uploader.cc.ca_cert, client_cert, and client_key properties. The generate-cc-uploader-certs script will generate these credentials via certstrap.

Significant changes

BBS Relational Datastore

Local Route Emitters

Dependencies

Test Suites and Tooling

Security

BOSH job changes

None.

BOSH property changes

  • Deprecated diego.executor.ca_certs_for_downloads in favor of rep-scoped tls.ca_cert property.

rep and rep_windows

  • Added tls.ca_cert: CA certificates for rep server to trust for downloads and uploads.
  • Added tls.cert: Certificate for rep client to present in downloads and uploads.
  • Added tls.key: Private key for rep client to use in downloads and uploads.

route_emitter and route_emitter_windows

  • Added tcp.enabled: Whether to enable emission of TCP routes through the routing API.
  • Added routing_api.uri: URI of the Routing API.
  • Added routing_api.port: Port of the Routing API.
  • Added routing_api.auth_disabled: Whether to use UAA authentication to communicate with the Routing API.

BOSH link changes

None.

Usage

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

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

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

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

Jobs

Packages