tas-runtime-bot
released this
21 Jan 15:23
·
3 commits
to develop
since this release
0.329.0
Release Date: January 21, 2025
Changes
- BREAKING CHANGE: The
lb_algo
load balancing option key name has been renamed toloadbalancing
. This standardizes the name across components. Read more about this change here. - Bump to go 1.23.5.
- Bump dependancies.
Bosh Job Spec changes:
diff --git a/jobs/route_registrar/spec b/jobs/route_registrar/spec
index b9afabbe..c39eac91 100644
--- a/jobs/route_registrar/spec
+++ b/jobs/route_registrar/spec
@@ -144,7 +144,7 @@ properties:
writable (optional, boolean): sets the writable flag. defaults to false
options object
- lb_algo (optional, string): Load balancing algorithm for routing incoming requests to the backend: 'round-robin' or 'least-connection'. In cases where this option is not specified, the algorithm defined in gorouter spec is applied.
+ loadbalancing (optional, string): Load balancing algorithm for routing incoming requests to the backend: 'round-robin' or 'least-connection'. In cases where this option is not specified, the algorithm defined in gorouter spec is applied.
example: |
- name: my-service
@@ -162,7 +162,7 @@ properties:
timeout: 5s
route_service_url: https://my-oauth-proxy-route-service.example.com
options:
- lb_algo: least-connection
+ loadbalancing: least-connection
- name: my-tls-endpoint
tls_port: 12346
server_cert_domain_san: "my-tls-endpoint.internal.com"
✨ Built with go 1.23.5
Full Changelog: v0.328.0...v0.329.0