Skip to content

diego/0.1483.0

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

Release Notes

Changes from v0.1482.0 to v0.1483.0

Significant changes

BBS Relational Datastore

Performance Tuning

Container Placement

Container Execution

cfdot

SSH

BOSH 2.0 Support

Manifest Generation

App Logging and Metrics

Component Logging and Metrics

Test Suites and Tooling

BOSH job changes

Added cfdot job.

BOSH property changes

  • Added diego.cfdot.bbs.use_ssl: Whether to set up cfdot to use SSL when connecting to the BBS.
  • Added diego.cfdot.bbs.ca_cert: CA certificate for cfdot to use when connecting to the BBS via SSL.
  • Added diego.cfdot.bbs.client_cert: Client certificate for cfdot to use when connecting to the BBS via SSL.
  • Added diego.cfdot.bbs.client_key: Client key for cfdot to use when connecting to the BBS via SSL.

Usage

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

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

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

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

Jobs

Packages