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
- Verified with garden-linux-release v0.339.0.
- Verified with garden-runc-release v0.4.0.
- Verified with etcd-release v58.
- Verified with cflinuxfs2-rootfs-release v1.18.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
- As a Diego operator, I would like the diego-release documentation to explain my options for Diego’s data store so that I can be assured of upgrading safely
- As a Diego operator, I expect to find that relational database support is no longer experimental so that I can safely migrate my deployment to it
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"