Skip to content

diego/1.22.0

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

Release Notes

Changes from v1.21.0 to v1.22.0

NOTE: This version of Diego fixes a route-registration regression introduced in v1.19.0 that may affect route registrations for blue-green deploys. Specifically, if all routes are unmapped from an application and a route is then mapped back to the application, it may take up to 60 seconds for the new route registration to take effect. Please see https://github.com/cloudfoundry/route-emitter/issues/8 for more details.

Significant changes

BBS API

Routing

De-Consuling Locks (Experimental)

Windows Support

Garden-RunC Integration

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.22.0"
  url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=1.22.0"
  sha1: "5cb13b43347cb8e8a90a048aa72bf9e6f999398d"

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

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

Jobs

Packages