Skip to content

diego/1.4.1

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

Release Notes

Changes from v1.4.0 to v1.4.1

Significant changes

Routing

Local Route Emitters (Experimental)

Windows Support

Garden-RunC Integration

Manifest Generation

Documentation

BOSH job changes

None.

BOSH property changes

  • Added benchmark-bbs.local_route_emitters: Whether to run the BBS benchmark tests in a mode simulating local route emitters.

Usage

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

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

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

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

Jobs

Packages