Skip to content

diego/0.1468.0

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

Release Notes

Changes from v0.1467.0 to v0.1468.0

Significant changes

IMPORTANT: This version of Diego is vulnerable to CVE-2016-3091, which is related to the Diego executor’s parsing of log output at UTF-8 boundaries. We strongly recommend that all operators on Diego v0.1468.0 through v0.1470.0 upgrade to Diego v0.1471.0 or later. Diego v0.1472.0 is recommended for use with the recently released CF v237 and should be compatible with CF v236.

BBS Relational Datastore (Experimental)

Performance Tuning

Container Execution

Volume Support (Experimental)

App Logging

Component Logging and Metrics

Documentation

BOSH job changes

None.

BOSH property changes

  • Added benchmark-bbs.ginkgo_nodes: Number of Ginkgo nodes to run in BBS benchmark test suite. Defaults to 4.

Usage

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

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

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

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

Jobs

Packages