Skip to content

diego/1.10.1

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

Release Notes

Changes from v1.10.0 to v1.10.1

IMPORTANT: This version of Diego requires Garden-Runc release v1.2.0 or later for Linux cells and Garden-Windows release v0.3.0 or later for Windows cells, to support the presence of NetIn and NetOut fields on the garden ContainerSpec.

Significant changes

Instance Identity Credentials (Experimental)

Container Networking Support (Experimental)

Docker Support

Test Suites and Tooling

BOSH job changes

None.

BOSH property changes

None.

BOSH link changes

None.

Usage

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

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

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

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

Jobs

Packages