Skip to content

Diego v1.11.0

Compare
Choose a tag to compare
@emalm emalm released this 28 Mar 08:43

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.