diego/0.1467.0
You can find the source of this version on GitHub at cloudfoundry/diego-release. It was created based on the commit 1106e985
.
Release Notes¶
Changes from v0.1466.0 to v0.1467.0
- Verified with garden-linux-release v0.337.0.
- Verified with etcd-release v45.
- Verified with cflinuxfs2-rootfs-release v0.2.0.
Significant changes
BBS Relational Datastore (Experimental)
- As a Diego operator, I can run a CF+Diego deployment backed by a MySQL DB instance
- As a Diego developer, I expect to run Diego BBS benchmarks against an AWS environment with the BBS backed by an RDS MySQL instance
Container Execution
Container Networking Support (Experimental)
Cleanup
BOSH job changes
None.
BOSH property changes
- Add
diego.bbs.sql.max_open_connections
: Maximum number of connections for the BBS to hold to the SQL database. - Add
benchmark-bbs.sql.db_connection_string
: Connection string to use for SQL backend in the BBS benchmark test suite errand.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "diego" version: "0.1467.0" url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1467.0" sha1: "db121545f751d00efdc83fcff84655633b9450f4"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 db121545f751d00efdc83fcff84655633b9450f4 \ "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1467.0"
Jobs¶
- auctioneer
- bbs
- benchmark-bbs
- canary
- cc_uploader
- converger
- file_server
- nsync
- rep
- rootfses
- route_emitter
- ssh_proxy
- stager
- tps
- vizzini