Skip to content

diego/1.13.0

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

Release Notes

Changes from v1.12.0 to v1.13.0

IMPORTANT: This version of Diego changes several of the properties for the local route-emitters to register TCP routes, and the manifest-generation script and templates also collect more UAA configuration information from the CF manifest automatically. With these changes, we also consider the TCP-registration mode for local route-emitters ready for production use.

Significant changes

SSH

Routing

Local Route Emitters: TCP

De-Consuling Locks (Experimental)

Manifest Generation

Component Logging and Metrics

Test Suites and Tooling

Documentation

BOSH job changes

None.

BOSH property changes

locket

  • Added database.max_open_connections: Maximum number of open connections for each locket server to hold to the SQL database.
  • Added dropsonde_port: Port to use to emit locket component metrics to the local metron agent.

route_emitter and route_emitter_windows

  • Changed routing_api.uri to routing_api.url.
  • Changed routing_api.auth_disabled to routing_api.auth_enabled, with default of true.
  • Changed uaa.url to uaa.hostname, with default value uaa.service.cf.internal. Communication to UAA is always over HTTPS.

BOSH link changes

None.

Usage

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

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

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

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

Jobs

Packages