Releases: cloudfoundry/diego-release
Releases · cloudfoundry/diego-release
v2.56.0
Resources
- Download release v2.56.0 from bosh.io.
- Verified with cloudfoundry/cf-deployment @
d92d82e6404eb7455c71083f262c364a6bed55be
.
Changes
- C2C certificate is regenerated when internal routes are updated (#588)
v2.55.0
Resources
- Download release v2.55.0 from bosh.io.
- Verified with cloudfoundry/cf-deployment @
91641085d9ecd3df125dafa3c5ba61ffafb3d825
.
Changes
- Containers can communicate over TLS using application internal route (#587)
- Bumps golang x/crypto and x/net pkgs (#605)
- Only use passwd auth if NATS requires it (#610)
Dependencies
- Bump Golang to go1.17.5 (#611)
v2.54.0
Resources
- Download release v2.54.0 from bosh.io.
- Verified with cloudfoundry/cf-deployment @
91641085d9ecd3df125dafa3c5ba61ffafb3d825
.
Changes
- bump diego-ssh uaa-go-client (#596)
- Rep: Bump task result file size max to 50k (#601)
- Executor: (BugFix) Envoy 1.19 should use original TCP connection pool, so that it can accept more than 1024 downstream connections (#604)
Dependencies
- Bump Golang to go1.17.3 (#599)
v2.53.1
Changes
- Bump to Go MySQL Driver v1.6.0 @mariash (#595)
- BBS: Implement max-retries when failing to connect to event streams (cloudfoundry/bbs#45)
Resources
- Download release v2.53.1 from bosh.io.
- Verified with cloudfoundry/cf-deployment @
4f7398f7e413d072211a7944d212e75ef04f7a84
.
Dependencies
v2.53.0
Resources
- Download release v2.53.0 from bosh.io.
- Verified with cloudfoundry/cf-deployment @
72e713a536d41f471760ddc1e65b73df3f46b089
.
Changes
- Fix re-encryption for actual LRPs @IvanHristov98 @mariash (#582)
Dependencies
BOSH property changes
- Added rep property
containers.proxy.enable_http2
- Whether envoy proxy advertises HTTP/2 support via ALPN (defaults totrue
) @Gerg @MerricdeLauney (#592). You may wish to set this property tofalse
to avoid issues if you have clients other than the gorouter connecting to the envoy proxy.
v2.52.0
Resources
- Download release v2.52.0 from bosh.io.
- Verified with cloudfoundry/cf-deployment @
d0415b596fd4f0d6e0a8e4b80a8798c44fe721f6
.
Changes
- BBS: Notify server when client connections are closed @aminjam (#581)
- Advertise HTTP/2 protocol in Envoy via ALPN @mariash @MerricdeLauney (cloudfoundry/executor#54)
- Add protocol to route-emitter messages @moleske @belinda-liu (cloudfoundry/route-emitter#16)
Dependencies
BOSH property changes
v2.51.0
Changes
- Go 1.16 has GO111Module on by default. This release converts diego-release to be compatible with those changes
- As a result of the conversion to a Go module release, we updated and moved away from having many of our external dependencies in a submodule to a vendored package.