Skip to content

Releases: cloudfoundry/routing-release

0.385.0

11 Jun 14:10

Choose a tag to compare

0.385.0

Release Date: June 11, 2026

Changes

  • sni tcp frontend tls - crt directive ai-assisted=yes TNZ-81099 - Author: karthick udayakumar - SHA: c3a6d6c
  • upgrade go mod 1.26 ai-assisted=yes TNZ-108202 - Author: karthick udayakumar - SHA: 28acb6b
  • Upgrade golang-1.26-linux (1.26.4) - Author: App Platform Runtime Working Group CI Bot - SHA: 06afdd1

Go Packages Updates

  • Bumped go.mod package 'code.cloudfoundry.org/bbs' from 'v0.0.0-20260507155651-045cbe358842' to 'v0.0.0-20260601194358-002fe939f0da'
  • Bumped go.mod package 'code.cloudfoundry.org/cfhttp/v2' from 'v2.79.0' to 'v2.80.0'
  • Bumped go.mod package 'code.cloudfoundry.org/clock' from 'v1.72.0' to 'v1.73.0'
  • Bumped go.mod package 'code.cloudfoundry.org/debugserver' from 'v0.98.0' to 'v0.100.0'
  • Bumped go.mod package 'code.cloudfoundry.org/diego-logging-client' from 'v0.108.0' to 'v0.110.0'
  • Bumped go.mod package 'code.cloudfoundry.org/durationjson' from 'v0.74.0' to 'v0.75.0'
  • Bumped go.mod package 'code.cloudfoundry.org/eventhub' from 'v0.74.0' to 'v0.75.0'
  • Bumped go.mod package 'code.cloudfoundry.org/go-metric-registry' from 'v0.0.0-20260526123058-84feb65e848f' to 'v0.0.0-20260602223408-eae7443fd7fa'
  • Bumped go.mod package 'code.cloudfoundry.org/lager/v3' from 'v3.71.0' to 'v3.72.0'
  • Bumped go.mod package 'code.cloudfoundry.org/localip' from 'v0.73.0' to 'v0.74.0'
  • Bumped go.mod package 'code.cloudfoundry.org/locket' from 'v0.0.0-20260507165111-20f6e690be22' to 'v0.0.0-20260602143356-23bea5865010'
  • Bumped go.mod package 'code.cloudfoundry.org/tlsconfig' from 'v0.56.0' to 'v0.58.0'
  • Bumped go.mod package 'github.com/google/pprof' from 'v0.0.0-20260507013755-92041b743c96' to 'v0.0.0-20260604005048-7023385849c0'
  • Bumped go.mod package 'github.com/jackc/pgx/v5' from 'v5.9.2' to 'v5.10.0'
  • Bumped go.mod package 'github.com/nats-io/jwt/v2' from 'v2.8.1' to 'v2.8.2'
  • Bumped go.mod package 'github.com/nats-io/nats-server/v2' from 'v2.14.1' to 'v2.14.2'
  • Bumped go.mod package 'github.com/nats-io/nkeys' from 'v0.4.15' to 'v0.4.16'
  • Bumped go.mod package 'github.com/prometheus/common' from 'v0.68.0' to 'v0.68.1'
  • Bumped go.mod package 'go.step.sm/crypto' from 'v0.81.1' to 'v0.82.0'
  • Bumped go.mod package 'golang.org/x/crypto' from 'v0.52.0' to 'v0.53.0'
  • Bumped go.mod package 'golang.org/x/mod' from 'v0.36.0' to 'v0.37.0'
  • Bumped go.mod package 'golang.org/x/sync' from 'v0.20.0' to 'v0.21.0'
  • Bumped go.mod package 'golang.org/x/sys' from 'v0.45.0' to 'v0.46.0'
  • Bumped go.mod package 'golang.org/x/text' from 'v0.37.0' to 'v0.38.0'

Go Package Updates for nats-client

  • Bumped go.mod package 'code.cloudfoundry.org/tlsconfig' from 'v0.56.0' to 'v0.58.0'
  • Bumped go.mod package 'github.com/nats-io/nkeys' from 'v0.4.15' to 'v0.4.16'
  • Bumped go.mod package 'golang.org/x/crypto' from 'v0.52.0' to 'v0.53.0'
  • Bumped go.mod package 'golang.org/x/sys' from 'v0.45.0' to 'v0.46.0'

Bosh Job Spec changes:

diff --git a/jobs/acceptance_tests/spec b/jobs/acceptance_tests/spec
index 4e4a14fd1..bf50be137 100644
--- a/jobs/acceptance_tests/spec
+++ b/jobs/acceptance_tests/spec
@@ -7,7 +7,7 @@ templates:
   bpm.yml.erb: config/bpm.yml
 
 packages:
- - golang-1.25-linux
+ - golang-1.26-linux
  - acceptance_tests
  - rtr
  - cf-cli-8-linux
diff --git a/jobs/smoke_tests/spec b/jobs/smoke_tests/spec
index 66dbe5732..b87bcac9d 100644
--- a/jobs/smoke_tests/spec
+++ b/jobs/smoke_tests/spec
@@ -7,7 +7,7 @@ templates:
   bpm.yml.erb: config/bpm.yml
 
 packages:
- - golang-1.25-linux
+ - golang-1.26-linux
  - acceptance_tests
  - cf-cli-8-linux
 

✨ Built with go 1.26.4

Full Changelog: v0.384.0...v0.385.0

Resources

0.384.0

03 Jun 18:17

Choose a tag to compare

0.384.0

Release Date: June 03, 2026

Changes

  • Upgrade golang-1.25-linux (1.25.11) - Author: App Platform Runtime Working Group CI Bot - SHA: a28762d

✨ Built with go 1.25.11

Full Changelog: v0.383.0...v0.384.0

Resources

0.383.0

01 Jun 14:09

Choose a tag to compare

0.383.0

Release Date: June 01, 2026

Changes

  • Upgrade routing-healthchecker - Author: App Platform Runtime Working Group CI Bot - SHA: b678a06
  • Implement additional tests - Author: Tamara Boehm - SHA: 28b7284
  • Fix missing Gorouter access logs when a client disconnects mid-stream - Author: i338709 - SHA: ce601c1

Go Packages Updates

  • Bumped go.mod package 'code.cloudfoundry.org/cfhttp/v2' from 'v2.78.0' to 'v2.79.0'
  • Bumped go.mod package 'code.cloudfoundry.org/clock' from 'v1.71.0' to 'v1.72.0'
  • Bumped go.mod package 'code.cloudfoundry.org/debugserver' from 'v0.97.0' to 'v0.98.0'
  • Bumped go.mod package 'code.cloudfoundry.org/diego-logging-client' from 'v0.106.0' to 'v0.108.0'
  • Bumped go.mod package 'code.cloudfoundry.org/durationjson' from 'v0.73.0' to 'v0.74.0'
  • Bumped go.mod package 'code.cloudfoundry.org/eventhub' from 'v0.73.0' to 'v0.74.0'
  • Bumped go.mod package 'code.cloudfoundry.org/go-diodes' from 'v0.0.0-20260518082450-53acbbed6d0f' to 'v0.0.0-20260526122959-0284fcb5ac88'
  • Bumped go.mod package 'code.cloudfoundry.org/go-metric-registry' from 'v0.0.0-20260522085328-be95096762f3' to 'v0.0.0-20260526123058-84feb65e848f'
  • Bumped go.mod package 'code.cloudfoundry.org/lager/v3' from 'v3.70.0' to 'v3.71.0'
  • Bumped go.mod package 'code.cloudfoundry.org/localip' from 'v0.72.0' to 'v0.73.0'
  • Bumped go.mod package 'code.cloudfoundry.org/tlsconfig' from 'v0.55.0' to 'v0.56.0'
  • Bumped go.mod package 'github.com/cloudfoundry-community/go-uaa' from 'v0.3.6' to 'v0.4.0'
  • Bumped go.mod package 'github.com/cloudfoundry/sonde-go' from 'v0.0.0-20251217143644-d1670a435f2a' to 'v0.0.0-20260526083715-66f310f13c26'
  • Bumped go.mod package 'github.com/prometheus/common' from 'v0.67.5' to 'v0.68.0'
  • Bumped go.mod package 'go.step.sm/crypto' from 'v0.81.0' to 'v0.81.1'
  • Removed go.mod package 'go.yaml.in/yaml/v2' version 'v2.4.4'
  • Bumped go.mod package 'google.golang.org/genproto/googleapis/rpc' from 'v0.0.0-20260523011958-0a33c5d7ca68' to 'v0.0.0-20260526163538-3dc84a4a5aaa'

Go Package Updates for nats-client

  • Bumped go.mod package 'code.cloudfoundry.org/tlsconfig' from 'v0.55.0' to 'v0.56.0'

✨ Built with go 1.25.10

Full Changelog: v0.382.0...v0.383.0

Resources

0.382.0

26 May 15:18

Choose a tag to compare

0.382.0

Release Date: May 26, 2026

Changes

  • Upgrade routing-healthchecker - Author: App Platform Runtime Working Group CI Bot - SHA: 4200768
  • Add mysql-8.4 support to create-docker-container.bash - Author: Amelia Downs - SHA: b58448b
  • 🐛 Fixes a bug when migrating routing-api's database schema from routing-release 0.361.0 or earlier to routing-releases 0.380.0/0.381.0.

Blob Updates

  • Bumped blob 'haproxy/haproxy-2.8.23.tar.gz' to 'haproxy/haproxy-2.8.24.tar.gz'

Go Packages Updates

  • Bumped go.mod package 'code.cloudfoundry.org/bbs' from 'v0.0.0-20260323203855-1402bd61fc46' to 'v0.0.0-20260507155651-045cbe358842'
  • Bumped go.mod package 'code.cloudfoundry.org/cfhttp/v2' from 'v2.75.0' to 'v2.78.0'
  • Bumped go.mod package 'code.cloudfoundry.org/clock' from 'v1.68.0' to 'v1.71.0'
  • Bumped go.mod package 'code.cloudfoundry.org/debugserver' from 'v0.94.0' to 'v0.97.0'
  • Bumped go.mod package 'code.cloudfoundry.org/diego-logging-client' from 'v0.103.0' to 'v0.106.0'
  • Bumped go.mod package 'code.cloudfoundry.org/durationjson' from 'v0.70.0' to 'v0.73.0'
  • Bumped go.mod package 'code.cloudfoundry.org/eventhub' from 'v0.70.0' to 'v0.73.0'
  • Bumped go.mod package 'code.cloudfoundry.org/go-diodes' from 'v0.0.0-20260427153419-57aa1b10ab4c' to 'v0.0.0-20260518082450-53acbbed6d0f'
  • Bumped go.mod package 'code.cloudfoundry.org/go-metric-registry' from 'v0.0.0-20260428074317-890ddb9d5488' to 'v0.0.0-20260522085328-be95096762f3'
  • Bumped go.mod package 'code.cloudfoundry.org/lager/v3' from 'v3.67.0' to 'v3.70.0'
  • Bumped go.mod package 'code.cloudfoundry.org/localip' from 'v0.69.0' to 'v0.72.0'
  • Bumped go.mod package 'code.cloudfoundry.org/locket' from 'v0.0.0-20251117222557-be612341b29d' to 'v0.0.0-20260507165111-20f6e690be22'
  • Bumped go.mod package 'code.cloudfoundry.org/tlsconfig' from 'v0.52.0' to 'v0.55.0'
  • Bumped go.mod package 'github.com/google/pprof' from 'v0.0.0-20260402051712-545e8a4df936' to 'v0.0.0-20260507013755-92041b743c96'
  • Bumped go.mod package 'github.com/kisielk/errcheck' from 'v1.10.0' to 'v1.20.0'
  • Bumped go.mod package 'github.com/nats-io/nats-server/v2' from 'v2.14.0' to 'v2.14.1'
  • Bumped go.mod package 'github.com/nats-io/nats.go' from 'v1.51.0' to 'v1.52.0'
  • Bumped go.mod package 'github.com/onsi/ginkgo/v2' from 'v2.28.3' to 'v2.29.0'
  • Bumped go.mod package 'github.com/onsi/gomega' from 'v1.40.0' to 'v1.41.0'
  • Bumped go.mod package 'go.step.sm/crypto' from 'v0.77.9' to 'v0.81.0'
  • Bumped go.mod package 'golang.org/x/crypto' from 'v0.50.0' to 'v0.52.0'
  • Bumped go.mod package 'golang.org/x/mod' from 'v0.35.0' to 'v0.36.0'
  • Bumped go.mod package 'golang.org/x/net' from 'v0.53.0' to 'v0.55.0'
  • Bumped go.mod package 'golang.org/x/sys' from 'v0.43.0' to 'v0.45.0'
  • Bumped go.mod package 'golang.org/x/text' from 'v0.36.0' to 'v0.37.0'
  • Bumped go.mod package 'golang.org/x/tools' from 'v0.44.0' to 'v0.45.0'
  • Bumped go.mod package 'google.golang.org/genproto/googleapis/rpc' from 'v0.0.0-20260427160629-7cedc36a6bc4' to 'v0.0.0-20260523011958-0a33c5d7ca68'
  • Bumped go.mod package 'google.golang.org/grpc' from 'v1.80.0' to 'v1.81.1'

Go Package Updates for nats-client

  • Bumped go.mod package 'code.cloudfoundry.org/tlsconfig' from 'v0.52.0' to 'v0.55.0'
  • Bumped go.mod package 'github.com/nats-io/nats.go' from 'v1.51.0' to 'v1.52.0'
  • Bumped go.mod package 'golang.org/x/crypto' from 'v0.50.0' to 'v0.52.0'
  • Bumped go.mod package 'golang.org/x/sys' from 'v0.43.0' to 'v0.45.0'

✨ Built with go 1.25.10

Full Changelog: v0.381.0...v0.382.0

Resources

0.381.0

08 May 21:04

Choose a tag to compare

0.381.0

⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ **KNOWN ISSUE ***⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️
Upgrading to this version of routing-release from a version prior to 0.362.0 will encounter DB migration errors. Please migrate to at least 0.362.0 before going to 0.380.0 or 0.381.0.

Release Date: May 08, 2026

Changes

  • Upgrade routing-healthchecker - Author: App Platform Runtime Working Group CI Bot - SHA: 8abdf65
  • Upgrade golang-1.25-linux (1.25.10) - Author: App Platform Runtime Working Group CI Bot - SHA: 035d5d6
  • [TNZ-99144]: add constraints to avoind having whitespace char in ssl cert name ai-assisted=yes - Author: Ashish Naware - SHA: e31296b
  • Upgrade routing-healthchecker - Author: App Platform Runtime Working Group CI Bot - SHA: 5e84a11

Blob Updates

  • Bumped blob 'haproxy/haproxy-2.8.22.tar.gz' to 'haproxy/haproxy-2.8.23.tar.gz'

Go Packages Updates

  • Bumped go.mod package 'github.com/Masterminds/semver/v3' from 'v3.4.0' to 'v3.5.0'
  • Bumped go.mod package 'github.com/klauspost/compress' from 'v1.18.5' to 'v1.18.6'
  • Bumped go.mod package 'github.com/nats-io/nats-server/v2' from 'v2.12.8' to 'v2.14.0'

Go Package Updates for nats-client

  • Bumped go.mod package 'github.com/klauspost/compress' from 'v1.18.5' to 'v1.18.6'

✨ Built with go 1.25.10

Full Changelog: v0.380.0...v0.381.0

Resources

0.380.0

01 May 20:31

Choose a tag to compare

0.380.0

⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ **KNOWN ISSUE ***⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️ ⚠️
Upgrading to this version of routing-release from a version prior to 0.362.0 will encounter DB migration errors. Please migrate to at least 0.362.0 before going to 0.380.0 or 0.381.0.

Release Date: May 01, 2026

Changes

  • fix broken link - Author: Amelia Downs - SHA: c31e791
  • feat: Update the vendors and the specs - Author: Pascal Zimmermann - SHA: 03f19fc
  • fix: Eliminate flaky parallel test failures caused by port collisions and timing races - Author: Clemens Hoffmann - SHA: 297cdc4
  • docs: Mention the ready-to-run label in the contributing doc - Author: Clemens Hoffmann - SHA: 8bec612

Changes for routing-api

  • fix: Use the Model in case of DropColumn calls - Author: Pascal Zimmermann - SHA: 93579f8f2754088ce56894b57a8ae687fab9497f
  • fix: Revert the .gitignore file - Author: Pascal Zimmermann - SHA: 32d693bb418c48b8beed05e42435d38edbff782f
  • fix: Adjust the tests and handle the migration consistency issues - Author: Pascal Zimmermann - SHA: f2f5216bc2dae507ff8bac33f7194c3d6b45df81
  • feat: Revert the style and error changes - Author: Pascal Zimmermann - SHA: a3f8e5156a0fead00a364aa496e8ab5da69cf3cd
  • feat: Handle the Gorm migration for PostgreSQL - Author: Pascal Zimmermann - SHA: 08124539be47e666598d01f05ad7b91ccebd5605
  • fix: All Gorm migration related issues - Author: Pascal Zimmermann - SHA: 5f20d36811a8d36c9f6dc48d636cc5a411a5bff6
  • feat: Adapt the Gorm code base - Author: I539231 - SHA: fa4327929baeb4f796838ccbc44e6b847fe419c8
  • feat: Start the Gorm migration - Author: I539231 - SHA: ff236164c27106bdf9938c96fc95e6d38e78bec4

Blob Updates

  • Bumped blob 'haproxy/haproxy-2.8.20.tar.gz' to 'haproxy/haproxy-2.8.22.tar.gz'

Go Packages Updates

  • Bumped go.mod package 'code.cloudfoundry.org/cfhttp/v2' from 'v2.74.0' to 'v2.75.0'
  • Bumped go.mod package 'code.cloudfoundry.org/clock' from 'v1.66.0' to 'v1.68.0'
  • Bumped go.mod package 'code.cloudfoundry.org/debugserver' from 'v0.92.0' to 'v0.94.0'
  • Bumped go.mod package 'code.cloudfoundry.org/diego-logging-client' from 'v0.101.0' to 'v0.103.0'
  • Bumped go.mod package 'code.cloudfoundry.org/durationjson' from 'v0.69.0' to 'v0.70.0'
  • Bumped go.mod package 'code.cloudfoundry.org/eventhub' from 'v0.69.0' to 'v0.70.0'
  • Bumped go.mod package 'code.cloudfoundry.org/go-diodes' from 'v0.0.0-20260209061029-a81ffbc46978' to 'v0.0.0-20260427153419-57aa1b10ab4c'
  • Bumped go.mod package 'code.cloudfoundry.org/go-metric-registry' from 'v0.0.0-20260409052016-6e68d03a192f' to 'v0.0.0-20260428074317-890ddb9d5488'
  • Bumped go.mod package 'code.cloudfoundry.org/lager/v3' from 'v3.66.0' to 'v3.67.0'
  • Bumped go.mod package 'code.cloudfoundry.org/localip' from 'v0.68.0' to 'v0.69.0'
  • Bumped go.mod package 'code.cloudfoundry.org/tlsconfig' from 'v0.51.0' to 'v0.52.0'
  • Bumped go.mod package 'github.com/go-sql-driver/mysql' from 'v1.9.3' to 'v1.10.0'
  • Removed go.mod package 'github.com/jinzhu/gorm' version 'v1.9.16'
  • Added go.mod package 'github.com/jinzhu/now' version 'v1.1.5'
  • Removed go.mod package 'github.com/lib/pq' version 'v1.12.3'
  • Bumped go.mod package 'github.com/nats-io/nats-server/v2' from 'v2.12.7' to 'v2.12.8'
  • Bumped go.mod package 'github.com/onsi/ginkgo/v2' from 'v2.28.1' to 'v2.28.3'
  • Bumped go.mod package 'github.com/onsi/gomega' from 'v1.39.1' to 'v1.40.0'
  • Bumped go.mod package 'go.step.sm/crypto' from 'v0.77.2' to 'v0.77.9'
  • Bumped go.mod package 'go.uber.org/zap' from 'v1.27.1' to 'v1.28.0'
  • Bumped go.mod package 'google.golang.org/genproto/googleapis/rpc' from 'v0.0.0-20260414002931-afd174a4e478' to 'v0.0.0-20260427160629-7cedc36a6bc4'
  • Added go.mod package 'gorm.io/driver/mysql' version 'v1.6.0'
  • Added go.mod package 'gorm.io/driver/postgres' version 'v1.6.0'
  • Added go.mod package 'gorm.io/gorm' version 'v1.31.1'

Go Package Updates for nats-client

  • Bumped go.mod package 'code.cloudfoundry.org/tlsconfig' from 'v0.51.0' to 'v0.52.0'

✨ Built with go 1.25.9

Full Changelog: v0.379.0...v0.380.0

Resources

0.379.0

21 Apr 14:09

Choose a tag to compare

0.379.0

Release Date: April 21, 2026

Changes

  • Upgrade routing-healthchecker - Author: App Platform Runtime Working Group CI Bot - SHA: d3e116e
  • fix: Various fixes to improve test stability - Author: Clemens Hoffmann

Go Packages Updates

  • Bumped go.mod package 'code.cloudfoundry.org/cfhttp/v2' from 'v2.73.0' to 'v2.74.0'
  • Bumped go.mod package 'code.cloudfoundry.org/clock' from 'v1.65.0' to 'v1.66.0'
  • Bumped go.mod package 'code.cloudfoundry.org/debugserver' from 'v0.91.0' to 'v0.92.0'
  • Bumped go.mod package 'code.cloudfoundry.org/diego-logging-client' from 'v0.100.0' to 'v0.101.0'
  • Bumped go.mod package 'code.cloudfoundry.org/durationjson' from 'v0.68.0' to 'v0.69.0'
  • Bumped go.mod package 'code.cloudfoundry.org/eventhub' from 'v0.68.0' to 'v0.69.0'
  • Bumped go.mod package 'code.cloudfoundry.org/lager/v3' from 'v3.65.0' to 'v3.66.0'
  • Bumped go.mod package 'code.cloudfoundry.org/localip' from 'v0.67.0' to 'v0.68.0'
  • Bumped go.mod package 'code.cloudfoundry.org/tlsconfig' from 'v0.50.0' to 'v0.51.0'
  • Bumped go.mod package 'github.com/honeycombio/libhoney-go' from 'v1.26.0' to 'v1.27.1'
  • Bumped go.mod package 'github.com/jackc/pgx/v5' from 'v5.9.1' to 'v5.9.2'
  • Bumped go.mod package 'github.com/nats-io/nats-server/v2' from 'v2.12.6' to 'v2.12.7'
  • Bumped go.mod package 'github.com/nats-io/nats.go' from 'v1.50.0' to 'v1.51.0'
  • Bumped go.mod package 'github.com/tedsuo/ifrit' from 'v0.0.0-20230516164442-7862c310ad26' to 'v0.0.0-20260418191334-846868129986'
  • Bumped go.mod package 'google.golang.org/genproto/googleapis/rpc' from 'v0.0.0-20260406210006-6f92a3bedf2d' to 'v0.0.0-20260414002931-afd174a4e478'

Go Package Updates for nats-client

  • Bumped go.mod package 'code.cloudfoundry.org/tlsconfig' from 'v0.50.0' to 'v0.51.0'
  • Bumped go.mod package 'github.com/nats-io/nats.go' from 'v1.50.0' to 'v1.51.0'

✨ Built with go 1.25.9

Full Changelog: v0.378.0...v0.379.0

Resources

0.378.0

15 Apr 11:44

Choose a tag to compare

0.378.0

Release Date: April 15, 2026

This release introduces support for __Host--prefixed session cookies, and a new Prometheus metric endpoints_per_pool which provides the number of instances for each pool configured with hash-based routing.

Changes

  • fix: Handle empty LoadBalancingAlgorithm in pool and update subscriber test expectations - Author: Clemens Hoffmann - SHA: 99c70b2
  • fix: Re-add linter ignore command to fake_varzreporter (#553) - Author: Clemens Hoffmann - SHA: aa4ab18
  • feat: Support __Host- prefixed session cookies for sticky sessions (#549) - Author: Clemens Hoffmann - SHA: ecde9d4
  • feat: Add endpoints_per_pool Prometheus metric for hash-based routing (#550) - Author: Clemens Hoffmann - SHA: 2f28706
  • fix: Per-route load balancing algorithm not reverting to platform default on removal (#552) - Author: Clemens Hoffmann - SHA: 34c3f9d

✨ Built with go 1.25.9

Full Changelog: v0.377.0...v0.378.0

Resources

0.377.0

13 Apr 14:24

Choose a tag to compare

0.377.0

Release Date: April 13, 2026

Changes

  • Upgrade routing-healthchecker - Author: App Platform Runtime Working Group CI Bot - SHA: a49b560

Go Packages Updates

  • Bumped go.mod package 'code.cloudfoundry.org/cfhttp/v2' from 'v2.72.0' to 'v2.73.0'
  • Bumped go.mod package 'code.cloudfoundry.org/clock' from 'v1.64.0' to 'v1.65.0'
  • Bumped go.mod package 'code.cloudfoundry.org/debugserver' from 'v0.90.0' to 'v0.91.0'
  • Bumped go.mod package 'code.cloudfoundry.org/diego-logging-client' from 'v0.99.0' to 'v0.100.0'
  • Bumped go.mod package 'code.cloudfoundry.org/durationjson' from 'v0.67.0' to 'v0.68.0'
  • Bumped go.mod package 'code.cloudfoundry.org/eventhub' from 'v0.67.0' to 'v0.68.0'
  • Bumped go.mod package 'code.cloudfoundry.org/go-metric-registry' from 'v0.0.0-20260401052628-da46951e1a8b' to 'v0.0.0-20260409052016-6e68d03a192f'
  • Bumped go.mod package 'code.cloudfoundry.org/lager/v3' from 'v3.64.0' to 'v3.65.0'
  • Bumped go.mod package 'code.cloudfoundry.org/localip' from 'v0.66.0' to 'v0.67.0'
  • Bumped go.mod package 'golang.org/x/crypto' from 'v0.49.0' to 'v0.50.0'
  • Bumped go.mod package 'golang.org/x/mod' from 'v0.34.0' to 'v0.35.0'
  • Bumped go.mod package 'golang.org/x/net' from 'v0.52.0' to 'v0.53.0'
  • Bumped go.mod package 'golang.org/x/sys' from 'v0.42.0' to 'v0.43.0'
  • Bumped go.mod package 'golang.org/x/text' from 'v0.35.0' to 'v0.36.0'
  • Bumped go.mod package 'golang.org/x/tools' from 'v0.43.0' to 'v0.44.0'
  • Bumped go.mod package 'google.golang.org/genproto/googleapis/rpc' from 'v0.0.0-20260401024825-9d38bb4040a9' to 'v0.0.0-20260406210006-6f92a3bedf2d'

Go Package Updates for nats-client

  • Bumped go.mod package 'golang.org/x/crypto' from 'v0.49.0' to 'v0.50.0'
  • Bumped go.mod package 'golang.org/x/sys' from 'v0.42.0' to 'v0.43.0'

✨ Built with go 1.25.9

Full Changelog: v0.376.0...v0.377.0

Resources

0.376.0

10 Apr 14:17

Choose a tag to compare

0.376.0

Release Date: April 10, 2026

Changes

  • Upgrade golang-1.25-linux (1.25.9) - Author: App Platform Runtime Working Group CI Bot - SHA: 9b8053c

✨ Built with go 1.25.9

Full Changelog: v0.375.0...v0.376.0

Resources