Skip to content

diego/1.23.1

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

Release Notes

Changes from v1.23.0 to v1.23.1

Significant changes

Local Route Emitters

De-Consuling Locks (Experimental)

v2 Loggregator API Adoption (Experimental)

App Logging and Metrics

Test Suites and Tooling

Documentation

Cleanup

BOSH job changes

None.

BOSH property changes

auctioneer

  • 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.1"
  url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=1.23.1"
  sha1: "d67f39c8104cafb0b4a7f8db913d4a6638fc4c82"

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

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

Jobs

Packages