chore(deps): update dependency cloudfoundry/routing-release to v0.374.0#283
Open
ard-wg-k8s-gitbot wants to merge 1 commit intomainfrom
Open
chore(deps): update dependency cloudfoundry/routing-release to v0.374.0#283ard-wg-k8s-gitbot wants to merge 1 commit intomainfrom
ard-wg-k8s-gitbot wants to merge 1 commit intomainfrom
Conversation
1b42fe2 to
be5086c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.372.0→0.374.0Release Notes
cloudfoundry/routing-release (cloudfoundry/routing-release)
v0.374.0: 0.374.0Compare 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 whenhashis set as load balancer:hash_header: Required whenloadbalancing=hash. Defines the HTTP request header name whose value determines which application instance a request is routed to.hash_balance: Optional whenloadbalancing=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.Changes
23dda1eGo Packages Updates
Go Package Updates for nats-client
✨ Built with go 1.25.8
Full Changelog: cloudfoundry/routing-release@v0.373.0...v0.374.0
Resources
v0.373.0: 0.373.0Compare Source
0.373.0
Release Date: March 27, 2026
Changes
6ebb286ab8362b7c48c8249830259037610✨ 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.
This PR has been generated by Renovate Bot.