diego/0.1463.0
You can find the source of this version on GitHub at cloudfoundry/diego-release. It was created based on the commit 16a9c5c0
.
Release Notes¶
Changes from v0.1462.0 to v0.1463.0
- Verified with garden-linux-release v0.335.0.
- Verified with etcd-release v43.
Significant changes
Note: We decided to remove the consul-agent port properties that were added to the diego-release BOSH jobs in Diego v0.1462.0. The HTTP API port on the consul-agent job in consul-release cannot itself be configured, so the port properties would not be immediately useful, and if it is made configurable in the future it may make more sense for the entire address or URL to be configurable instead. We hope the removal of these properties has not inconvenienced anyone consuming the release.
BBS Relational Datastore (Experimental)
Routing
- When the rep is shutting down after finishing evacuation, it should remove its evacuating ActualLRPs
Volume Support (Experimental)
- CI runs VolMan integration tests using CephFS driver and Ceph cluster
- tasks can create and mount a volume
- LRPs can create and mount a volume
- volman can remove volumes
- Auctioneer filters cells by volume driver
- executor and rep function correctly with volman disabled
CC-Bridge Transfer
- CAPI Release - CC Bridge components (in flight)
Manifest Generation
Dependencies
Test Suites and Tooling
BOSH job changes
None.
BOSH property changes
- Removed
diego.auctioneer.consul_agent_port
. - Removed
diego.bbs.consul_agent_port
. - Removed
diego.cc_uploader.consul_agent_port
. - Removed
diego.converger.consul_agent_port
. - Removed
diego.file_server.consul_agent_port
. - Removed
diego.nsync.consul_agent_port
. - Removed
diego.rep.consul_agent_port
. - Removed
diego.route_emitter.consul_agent_port
. - Removed
diego.ssh_proxy.consul_agent_port
. - Removed
diego.stager.consul_agent_port
. - Removed
diego.tps.consul_agent_port
.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "diego" version: "0.1463.0" url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1463.0" sha1: "bddfd1001f4a34b3ad27632a10ffcdf4b3731b45"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 bddfd1001f4a34b3ad27632a10ffcdf4b3731b45 \ "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1463.0"
Jobs¶
- auctioneer
- bbs
- benchmark-bbs
- canary
- cc_uploader
- converger
- file_server
- nsync
- rep
- rootfses
- route_emitter
- ssh_proxy
- stager
- tps
- vizzini