diego/1.23.0
You can find the source of this version on GitHub at cloudfoundry/diego-release. It was created based on the commit edb126ad
.
Release Notes¶
Changes from v1.22.0 to v1.23.0
- Verified with garden-runc-release v1.9.0.
- Verified with garden-windows-bosh-release v0.5.0.
- Verified with etcd-release v117.
- Verified with cf-mysql-release v35.
- Verified with cflinuxfs2-release v1.137.0.
Significant changes
Container Execution
cfdot
De-Consuling Locks (Experimental)
- As a Diego operator, I expect that the locket server is resilient to a rolling deploy of its MariaDB cluster
- As a Diego operator, I expect each BBS and auctioneer instance to be able to reclaim its locket lock if it unexpectedly crashes without releasing the lock
v2 Loggregator API Adoption (Experimental)
App Logging and Metrics
Documentation
- cloudfoundry/lager #27: update import locations in README
- As a Diego operator, I expect to be able to back my AWS Diego deployment with a cf-mysql-deployment-based MySQL cluster so that I can deploy the latest cf-mysql-release version (in flight)
BOSH job changes
None.
BOSH property changes
bbs
- Added
loggregator.use_v2_api
: Whether to use the v2 Loggregator API when sending component metrics to the local metron agent. - Added
loggregator.v2_api_port
: Port for the v2 Loggregator API. - Added
loggregator.ca_cert
: CA certificate to use to validate the v2 Loggregator API connection to metron. - Added
loggregator.cert
: Certificate to present when connecting to the v2 Loggregator API. - Added
loggregator.key
: Private key for the v2 Loggregator API client.
BOSH link changes
None.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "diego" version: "1.23.0" url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=1.23.0" sha1: "1e19cf772fccab6a3af224b8d74fbb5bca955249"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 1e19cf772fccab6a3af224b8d74fbb5bca955249 \ "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=1.23.0"
Jobs¶
- auctioneer
- bbs
- benchmark-bbs
- cfdot
- file_server
- locket
- rep
- rep_windows
- route_emitter
- route_emitter_windows
- ssh_proxy
- vizzini