Changes from v2.8.0 to v2.9.0
- Verified with cloudfoundry/cf-deployment @
402208fabd058d77dcc8a808fa17afb48be8b3fb
. - Verified with garden-runc-release v1.14.0.
- Verified with garden-windows-bosh-release v0.14.0.
- Verified with cflinuxfs2-release v1.216.0.
IMPORTANT: This version of Diego does not shut down application processes gracefully with a TERM
signal, and instead typically sends them only a KILL
signal shortly after stopping the workload container. The Diego team recommends that platform operators use Diego v2.10.0 or later instead of this release.
Significant changes
Container Execution
- As a BBS API client, I expect that a Diego cell that fails to create a Task container to submit the Task for re-placement
- As a CF app end user, I expect my requests not to be directed to an app instance that crashed during startup
Component Coordination
De-Consuling Service Discovery (Experimental)
Rootless Garden Integration
Component Logging and Metrics
Dependencies
Cleanup
- Ignored Errors in
bbs/db/sqldb/task_convergence.go
- refactor AllocateContainers in executor.client to not return an error
BOSH job changes
None.
BOSH property changes
vizzini
Added enable_privileged_container_tests
: Whether to run tests that make privileged containers. Defaults to true
.
BOSH link changes
None.