Skip to content

Releases: cloudfoundry/diego-release

v2.56.0

23 Dec 00:07
Compare
Choose a tag to compare

Resources

Changes

  • C2C certificate is regenerated when internal routes are updated (#588)

v2.55.0

15 Dec 03:17
Compare
Choose a tag to compare

Resources

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

19 Nov 14:42
Compare
Choose a tag to compare

Resources

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

25 Oct 20:33
Compare
Choose a tag to compare

Changes

Resources

Dependencies

v2.53.0

18 Sep 02:56
Compare
Choose a tag to compare

Resources

Changes

Dependencies

BOSH property changes

  • Added rep property containers.proxy.enable_http2 - Whether envoy proxy advertises HTTP/2 support via ALPN (defaults to true) @Gerg @MerricdeLauney (#592). You may wish to set this property to false to avoid issues if you have clients other than the gorouter connecting to the envoy proxy.

v2.52.0

01 Sep 01:10
Compare
Choose a tag to compare

Resources

Changes

Dependencies

BOSH property changes

  • The rep_windows job default for diego.executor.container_max_cpu_shares has changed from 1024 to 10000 to make better use of the CPU on Windows @aemengo (#576)

v2.51.0

16 Jul 15:04
Compare
Choose a tag to compare

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.

Dependencies

v2.50.0

29 Apr 13:07
Compare
Choose a tag to compare

Features

Dependencies

v2.49.0

05 Jan 20:50
Compare
Choose a tag to compare

Changes

  • Update contribution instructions to use consul 0.7.1 @scottillogical (#549)
  • BBS Subscribe handlers to stream with chunked transfer-encoding @aminjam (#553)
  • Add SANs to test certificates for Go 1.15 @acrmp (#554)

Dependencies

v2.48.0

10 Aug 16:47
Compare
Choose a tag to compare

Bug Fixes

  • Update the unregistration cache with the result of swapping the route tables @jvshahid (#525)
  • Fix auctioneer logic for subsequent requests @aminjam (#523)

Enhancements

  • Update Envoy config to v3 APIs, bumps executor udpa go-control-plane (#526)

Dependencies