diego/1.0.0
You can find the source of this version on GitHub at cloudfoundry/diego-release. It was created based on the commit 975f66e2
.
Release Notes¶
Changes from v0.1491.0 to v1.0.0
- Verified with garden-runc-release v1.0.3.
- Verified with garden-windows-bosh-release v0.0.9.
- Verified with etcd-release v86.
- Verified with cf-mysql-release v32.
- Verified with cflinuxfs2-rootfs-release v1.40.0.
IMPORTANT: As of Diego v1.0.0, operators should configure their Diego deployments to use a relational data store (MySQL or Postgres) instead of etcd. Deployments backed only by etcd are no longer officially supported. Please consult the “Data Stores” documentation for details on how to configure Diego to migrate data automatically from etcd to the relational store.
Significant changes
Dependencies
Documentation
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: "1.0.0" url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=1.0.0" sha1: "edcb3790cf0e4bb5e71b7839d1d363bbb5cef7c7"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 edcb3790cf0e4bb5e71b7839d1d363bbb5cef7c7 \ "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=1.0.0"