Skip to content

diego/1.6.1

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

Release Notes

Changes from v1.6.0 to v1.6.1

IMPORTANT: To accommodate security improvements on Cloud Controller’s internal APIs, the Diego manifest-generation script now requires TLS credentials for the TPS-Listener component on the cc_bridge VMs. Follow documentation in capi-release to generate these certificates, and add the following entries to the property-overrides stub:

property_overrides:
 tps:
   cc:
    ca_cert: CONTENTS_OF_CA_CERT_FILE
    client_cert: CONTENTS_OF_TPS_CLIENT_CERT_FILE
    client_key: CONTENTS_OF_TPS_CLIENT_KEY_FILE

The AWS example documentation also has instructions for generating these certificates.

Significant changes

Container Execution

Local Route Emitters (Experimental)

Windows Support

CC-Bridge Transfer

Manifest Generation

Test Suites and Tooling

BOSH job changes

None.

BOSH property changes

None.

Usage

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

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

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

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

Jobs

Packages