Skip to content

diego/0.1479.0

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

Release Notes

Changes from v0.1478.0 to v0.1479.0

Significant changes

IMPORTANT: This release corrects a bug in the execution of Docker-image-based CF apps wherein the HOME and TMPDIR environment variables were always set to app and app/tmp. With this release, they will instead be set to the values specified in the CF app configuration, in the Docker image itself, or, in the case of HOME, the default home directory of the user running the start command, in that order.

BBS Benchmarks

BBS Relational Datastore (Experimental)

Container Execution

Component Coordination

Routing

Volume Support (Experimental)

Docker Support

Manifest Generation

App Logging and Metrics

Component Logging and Metrics

Dependencies

Test Suites and Tooling

Security

Documentation

De-Incubation

BOSH job changes

None.

BOSH property changes

  • Add diego.executor.container_metrics_report_interval: Interval on which the cell rep should report container metrics.

Usage

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

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

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

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

Jobs

Packages