Skip to content

chore(deps): update dependency cloudfoundry/routing-release to v0.374.0#283

Open
ard-wg-k8s-gitbot wants to merge 1 commit intomainfrom
renovate/cloudfoundry-routing-release-0.x
Open

chore(deps): update dependency cloudfoundry/routing-release to v0.374.0#283
ard-wg-k8s-gitbot wants to merge 1 commit intomainfrom
renovate/cloudfoundry-routing-release-0.x

Conversation

@ard-wg-k8s-gitbot
Copy link
Copy Markdown
Contributor

@ard-wg-k8s-gitbot ard-wg-k8s-gitbot commented Mar 28, 2026

This PR contains the following updates:

Package Update Change
cloudfoundry/routing-release minor 0.372.00.374.0

Release Notes

cloudfoundry/routing-release (cloudfoundry/routing-release)

v0.374.0: 0.374.0

Compare Source

0.374.0

Release Date: March 30, 2026

This release introduces Hash-Based Load Balancing — a new load-balancing algorithm. Currently, this feature is marked as experimental. Use at your own risk and feel free to provide feedback or report bugs.

This load-balancing algorithm distributes requests to endpoints based on the value of a configured HTTP request header. This allows routing requests with the same header value to the same application instance. To avoid overloading a single instance, an optional balance factor can be configured.

The new load-balancing algorithm can be set as a per-route option by setting loadbalancing=hash. It introduces two new per-route options, both only available when hash is set as load balancer:

  • hash_header: Required when loadbalancing=hash. Defines the HTTP request header name whose value determines which application instance a request is routed to.
  • hash_balance: Optional when loadbalancing=hash. Defines the maximum ratio of requests to a particular application instance compared to the average across all instances. For example, with a factor of 2.0, the load on each instance may be at most 200% of the average load. When not specified, load balancing is disabled and requests are routed strictly by hash.

Note: Documentation will be updated and enhanced shortly after this release.

Changes

  • Implement Hash-Based Routing (#​519) - Author: Clemens Hoffmann - SHA: 23dda1e

Go Packages Updates

  • Bumped go.mod package 'code.cloudfoundry.org/bbs' from 'v0.0.0-20260319204745-f9b7322ba965' to 'v0.0.0-20260323203855-1402bd61fc46'
  • Bumped go.mod package 'code.cloudfoundry.org/debugserver' from 'v0.89.0' to 'v0.90.0'
  • Bumped go.mod package 'code.cloudfoundry.org/diego-logging-client' from 'v0.97.0' to 'v0.98.0'
  • Bumped go.mod package 'code.cloudfoundry.org/go-metric-registry' from 'v0.0.0-20260316221732-b5ae994e6b10' to 'v0.0.0-20260325091030-e6272bdc60ad'
  • Bumped go.mod package 'code.cloudfoundry.org/tlsconfig' from 'v0.48.0' to 'v0.49.0'
  • Bumped go.mod package 'github.com/jackc/pgx/v5' from 'v5.9.0' to 'v5.9.1'
  • Bumped go.mod package 'github.com/nats-io/nats-server/v2' from 'v2.12.5' to 'v2.12.6'
  • Bumped go.mod package 'github.com/nats-io/nats.go' from 'v1.49.0' to 'v1.50.0'

Go Package Updates for nats-client

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

✨ Built with go 1.25.8

Full Changelog: cloudfoundry/routing-release@v0.373.0...v0.374.0

Resources

v0.373.0: 0.373.0

Compare Source

0.373.0

Release Date: March 27, 2026

Changes

  • (fix): Fix sticky session refreshing - Author: Clemens Hoffmann - SHA: 6ebb286
  • Use valid CIDR in test - Author: Clemens Hoffmann - SHA: ab8362b
  • Fix wrong test description and indent - Author: Clemens Hoffmann - SHA: 7c48c82
  • Upgrade routing-healthchecker - Author: App Platform Runtime Working Group CI Bot - SHA: 4983025
  • Fix and improve documentation across routing-release docs. - Author: Clemens Hoffmann - SHA: 9037610

✨ Built with go 1.25.8

Full Changelog: cloudfoundry/routing-release@v0.372.0...v0.373.0

Resources


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@ard-wg-k8s-gitbot ard-wg-k8s-gitbot requested a review from a team as a code owner March 28, 2026 05:05
@ard-wg-k8s-gitbot ard-wg-k8s-gitbot force-pushed the renovate/cloudfoundry-routing-release-0.x branch from 1b42fe2 to be5086c Compare March 31, 2026 05:14
@ard-wg-k8s-gitbot ard-wg-k8s-gitbot changed the title chore(deps): update dependency cloudfoundry/routing-release to v0.373.0 chore(deps): update dependency cloudfoundry/routing-release to v0.374.0 Mar 31, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant