github cloudfoundry/diego-release v1.6.1
Diego v1.6.1

latest releases: v2.65.0, v2.64.0, v2.63.0...
7 years ago

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.

Don't miss a new diego-release release

NewReleases is sending notifications on new releases.