Skip to content

diego/1.3.0

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

Release Notes

Changes from v1.2.0 to v1.3.0

IMPORTANT: DO NOT USE this version of Diego if you set the diego.executor.disk_capacity_mb or diego.executor.memory_capacity_mb BOSH properties to explicit numeric values, instead of relying on the "auto" default. The configuration refactoring of the cell rep in story #135348391 accidentally introduced a regression that prevents the cell rep from starting with these numeric values configured. The Diego team will release Diego v1.3.1 with a fix as soon as possible.

Significant changes

Routing

Local Route Emitters (Experimental)

Dependencies

Test Suites and Tooling

Security

Cleanup

BOSH job changes

None.

BOSH property changes

  • Added diego.rep.job_name: Used to distinguish between the rep and rep_windows jobs.
  • Added diego.route_emitter.local_mode: Experimental flag to enable cell-local mode for the route-emitter job.

Usage

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

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

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

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

Jobs

Packages