Skip to content

diego/0.1465.0

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

Release Notes

Changes from v0.1464.0 to v0.1465.0

Significant changes

Note: The Diego team fixed an incorrect SHA checksum for the license blob in the 0.1463.0 final release manifest. To ensure that the tags on the diego-release repository correspond to valid versions, the v0.1463.0 and v0.1464.0 tags were moved to commits with the updated release manifest. If these tags are already checked out in a clone of this repository, running git fetch --tags will update them. We apologize for any inconvenience this may have caused.

BBS Relational Datastore (Experimental)

Performance Tuning

SSH

Guardian Integration

Manifest Generation

App Logging

Dependencies

Test Suites and Tooling

Cleanup

BOSH job changes

None.

BOSH property changes

  • Add diego.bbs.advertisement_base_hostname: Suffix for the BBS advertised hostname. Defaults to bbs.service.cf.internal.

Usage

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

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

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

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

Jobs

Packages