diego/0.1464.0
You can find the source of this version on GitHub at cloudfoundry/diego-release. It was created based on the commit b6a1982b
.
Release Notes¶
Changes from v0.1463.0 to v0.1464.0
- Verified with garden-linux-release v0.335.0.
- Verified with etcd-release v44.
- Verified with cflinuxfs2-rootfs-release v0.1.0
Significant changes
BBS Relational Datastore (Experimental)
Performance Tuning
Custom CAs
- cloudfoundry-incubator/diego-release #155: Bump the timeout for certification updates to a full minute, match BOSH.
- As a Diego operator, I would like to be able to configure the rep to trust additional CAs only for downloads
Routing
- When the rep is shutting down after finishing evacuation, it should remove its evacuating ActualLRPs
- as a space developer, I can specify multiple ports on a process type
Volume Support (Experimental)
- cephfs driver can be colocated on the Cell
- Volume Drivers have an Unix Socket transport
- move fakedriver acceptance from cmd/volman to fakedriver/acceptance
Rootfs Release Extraction
Manifest Generation
- cloudfoundry-incubator/diego-release #151: Require consul certs and keys from cf manifest
- prepare to remove non-encrypted support from Consul by updating cf and diego manifest templates
- Make
compilation.workers
manifest configurable and decrease the number of workers for bosh-lite.
App Logging
Component Logging and Metrics
Dependencies
- cloudfoundry-incubator/candiedyaml #19: Add quotes around strings containing a colon followed by whitespace
- cloudfoundry-incubator/candiedyaml #20: Allow strings to start with a colon
BOSH job changes
None.
BOSH property changes
- Added
diego.executor.ca_certs_for_downloads
: Bundle of additional CAs for the executor to trust when downloading assets.
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "diego" version: "0.1464.0" url: "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1464.0" sha1: "c6e5ccbc5929dc1aa5874af2e4b51332b4a021a6"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 c6e5ccbc5929dc1aa5874af2e4b51332b4a021a6 \ "https://bosh.io/d/github.com/cloudfoundry/diego-release?v=0.1464.0"
Jobs¶
- auctioneer
- bbs
- benchmark-bbs
- canary
- cc_uploader
- converger
- file_server
- nsync
- rep
- rootfses
- route_emitter
- ssh_proxy
- stager
- tps
- vizzini