Skip to content

diego/0.1466.0

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

Release Notes

Changes from v0.1465.0 to v0.1466.0

Significant changes

NOTE: This version of diego-release adds _experimental_ support for a SQL relational datastore. Opting into this support via the diego.bbs.sql.db_connection_string BOSH property is not yet recommended for existing deployments or for new production deployments, as existing data will not yet be migrated from the etcd datastore and the SQL schema is subject to change. The relational store is also not included in the Diego deployment manifest that the manifest-generation scripts produce.

This version of diego-release also updates the bundled Golang package to version 1.6.1 to address CVE-2016-3958 and CVE-2016-3959. More details are in the Golang announement.

BBS Relational Datastore (Experimental)

Component Logging and Metrics

Dependencies

BOSH job changes

None.

BOSH property changes

  • Add diego.bbs.sql.db_connection_string: Connection string to use for SQL backend.

Usage

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

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

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

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

Jobs

Packages