Skip to content

diego/0.1482.0

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

Release Notes

Changes from v0.1481.0 to v0.1482.0

Significant changes

Performance Tuning

Container Placement

Component Coordination

cfdot

Routing

Volume Support (Experimental)

Windows Support

Garden-RunC Integration

App Logging and Metrics

Component Logging and Metrics

Dependencies

Test Suites and Tooling

Security

Cleanup

BOSH job changes

Added the rep_windows job.

BOSH property changes

  • Added diego.bbs.enable_access_log: If true, BBS logs request starts and ends to a separate file.
  • Added diego.rep.use_azure_fault_domains: If true, the rep auto-discovers its zone as the Fault Domain exposed through the Azure metadata service.

Usage

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

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

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

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

Jobs

Packages