Releases: cloudfoundry/diego-release
Releases · cloudfoundry/diego-release
2.70.0
2.69.1
[Bug Fix] Remove extra host port that mapped to c2c TLS port.
[Bug Fix] Report crash event after crash reset timeout
v2.69.0
v2.68.0
Changes
- Bump to go 1.19.1! Thanks @mariash!
- Add buildvcs=false to all windows package compilation. Thanks @geofffranks!
✨ Built with go 1.19.1
Full Changelog: v2.67.0...v2.68.0
Diego v2.67.0
Changes
cacheddownloader
now has a backoff algorithm when retrying failed downloads. This was provided as a way to work around thundering herds of cells downloading and overwhelming rate-limited blobstores. Thanks for the PR @prycey77!- Bump natsclient + route-emitter dependencies
✨ Built with go 1.18.5
Resources
v266.4 - CI Error
This release was created by mistake via CI. See v2.67.0 instead
Diego v2.66.3
Changes
- Bump x/crypto
- Update garden, guardian, idmapper, and grootfs submodules
✨ Built with go 1.18.5
Resources
Diego v2.66.2
Changes
- Cancel other download of other dependencies when one of them fails
✨ Built with go 1.18.5
Diego v2.66.1
Bugfixes
- Fixes an issue with log rate limiting and stack traces with empty lines
✨ Built with go 1.18.5
Resources
Diego v2.66.0
Changes
- Adds support for a new byte-based log rate limiting mechanism with per-LRP limits.
- Behavior of existing line-based log rate limiting has also changed to drop log messages immediately rather than releasing them from a buffer with a delay. Therefore timestamps of the logs will now match when they were output.