Skip to content

diego/0.1480.0

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

Release Notes

Changes from v0.1479.0 to v0.1480.0

Significant changes

IMPORTANT: Starting with this final release, v0.1480.0, Diego now officially supports MySQL and Postgres relational data stores to back the BBS server. Operators of Diego deployments should now consider which relational data store deployment will be suitable to back their new and existing Diego deployments, as a relational data store will be required configuration when Diego advances to major version 1. Please see further documentation on Diego data stores for a more complete description of the supported options and of how data will automatically be migrated from etcd to the relational store when both are configured.

BBS Relational Datastore

Container Execution

SSH

Routing

Volume Support (Experimental)

Manifest Generation

App Logging and Metrics

Component Logging and Metrics

Documentation

De-Incubation

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: "0.1480.0"
  url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1480.0"
  sha1: "c5c1cdde94665a55152f69238bb7476a124c3efd"

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

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

Jobs

Packages