diego/1.5.4
You can find the source of this version on GitHub at cloudfoundry/diego-release. It was created based on the commit f2a0cfb5
.
Release Notes¶
Changes from v1.5.3 to v1.5.4
- Verified with garden-runc-release v1.1.1.
- Verified with garden-windows-bosh-release v0.1.0.
- Verified with etcd-release v89.
- Verified with cf-mysql-release v32.
- Verified with cflinuxfs2-rootfs-release v1.45.0.
Significant changes
BBS Relational Datastore
Local Route Emitters (Experimental)
- As a Diego operator, I expect to be able to operate the cell-local route-emitters at scale
- In local route-emitter mode, the registered endpoints for an evacuating LRP instance should switch over with minimal overlap
- As a Diego Windows Cell operator, I expect to be able to operate route-emitters local to my windows cells
Grootfs Integration
Documentation
Cleanup
- Convert remaining Diego components to use config files instead of command-line arguments
- Remove unused communicationTimeout parameter and cfhttp initialization from Diego fileserver
BOSH job changes
Added route_emitter_windows
job.
BOSH property changes
Added diego.route_emitter.job_name
: Job name for route_emitter Linux and Windows variants. Operators should not need to change this property.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "diego" version: "1.5.4" url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=1.5.4" sha1: "4126d16c624e019bcf4181f304ef7ac3e80ef319"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 4126d16c624e019bcf4181f304ef7ac3e80ef319 \ "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=1.5.4"
Jobs¶
- auctioneer
- bbs
- benchmark-bbs
- cfdot
- file_server
- rep
- rep_windows
- route_emitter
- route_emitter_windows
- ssh_proxy
- vizzini