Skip to content

diego/1.23.0

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

Release Notes

Changes from v1.22.0 to v1.23.0

Significant changes

Container Execution

cfdot

De-Consuling Locks (Experimental)

v2 Loggregator API Adoption (Experimental)

App Logging and Metrics

Documentation

BOSH job changes

None.

BOSH property changes

bbs

  • Added loggregator.use_v2_api: Whether to use the v2 Loggregator API when sending component metrics to the local metron agent.
  • Added loggregator.v2_api_port: Port for the v2 Loggregator API.
  • Added loggregator.ca_cert: CA certificate to use to validate the v2 Loggregator API connection to metron.
  • Added loggregator.cert: Certificate to present when connecting to the v2 Loggregator API.
  • Added loggregator.key: Private key for the v2 Loggregator API client.

BOSH link changes

None.

Usage

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

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

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

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

Jobs

Packages