Diego v2.25.0
Resources
- Download release v2.25.0 from bosh.io.
- Verified with cloudfoundry/cf-deployment @
6056a1ad6868c7f5953915d95fce07bd553a62c5
.
Changes from v2.24.0 to v2.25.0
Significant changes
BBS API
Volume Support
Garden OCI Image Support (Experimental)
Per-Instance Proxy
Dependencies
- As a CF operator, I expect Diego components to use Golang 1.11.4 so that they are up to date with this important dependency
- bump golang.org/x/* packages for go1.11
- Upgrade our GRPC version
- As a CF operator, I expect the cfdot job to use the latest version of jq so that I have access to new jq features, bugfixes, and security updates
Test Suites and Tooling
Documentation
Cleanup
BOSH job changes
None.
BOSH property changes
rep
and rep_windows
- Added
containers.layering_mode
: Configures downloaded container asset management mode. Valid values are 'single-layer' and 'two-layer'. Setting this property to 'two-layer' enables the conversion of some downloaded Task and LRP assets to container image layers. Defaults tosingle-layer
.
vizzini
- Added
vizzini.stream
: Stream output from parallel test nodes. This option will lead to less coherent output but is useful when debugging. Defaults tofalse
.
BOSH link changes
None.