Skip to content

2.102.0

Compare
Choose a tag to compare
@tas-runtime-bot tas-runtime-bot released this 09 Aug 17:24
· 73 commits to develop since this release

2.102.0

Release Date: August 09, 2024

Changes

  • Add TLS support for tcp routes in route-emitter
  • Split metric_tags from run_info in desired LRP in BBS to minimize database queries issued by convergence

Bosh Job Spec changes:

diff --git a/jobs/route_emitter/spec b/jobs/route_emitter/spec
index 11dae3aec..df1b8383c 100644
--- a/jobs/route_emitter/spec
+++ b/jobs/route_emitter/spec
@@ -112,6 +112,9 @@ properties:
   tcp.enabled:
     description: "Enable the route-emitter in cell-local mode to emit TCP routes for instances to the Routing API."
     default: false
+  tcp.enable_tls:
+    description: "When enabled route-emitter will include TLS port and instance GUID when emitting TCP routes."
+    default: false
   routing_api.url:
     description: "Routing API uri to be used by the tcp route-emitter"
     default: http://routing-api.service.cf.internal
diff --git a/jobs/route_emitter_windows/spec b/jobs/route_emitter_windows/spec
index cec39c995..9db9e8b69 100644
--- a/jobs/route_emitter_windows/spec
+++ b/jobs/route_emitter_windows/spec
@@ -112,6 +112,9 @@ properties:
   tcp.enabled:
     description: "Enable the route-emitter in cell-local mode to emit TCP routes for instances to the Routing API."
     default: false
+  tcp.enable_tls:
+    description: "When enabled route-emitter will include TLS port and instance GUID when emitting TCP routes."
+    default: false
   routing_api.url:
     description: "Routing API uri to be used by the tcp route-emitter"
     default: http://routing-api.service.cf.internal

✨ Built with go 1.22.6

Full Changelog: v2.101.0...v2.102.0

Resources