Skip to content

3.51.0

Compare
Choose a tag to compare
@tas-runtime-bot tas-runtime-bot released this 24 Sep 14:37
· 10 commits to develop since this release

3.51.0

Release Date: September 24, 2024

Changes

Bosh Job Spec changes:

diff --git a/jobs/performance-test-sd/spec b/jobs/performance-test-sd/spec
index 0583340e..fd83a044 100644
--- a/jobs/performance-test-sd/spec
+++ b/jobs/performance-test-sd/spec
@@ -6,7 +6,7 @@ templates:
   config.json.erb: config.json
 
 packages:
-  - golang-1.22-linux
+  - golang-1.23-linux
   - performance-test-sd
 
 consumes:
diff --git a/jobs/service-discovery-controller/spec b/jobs/service-discovery-controller/spec
index 6786aad9..46deb276 100644
--- a/jobs/service-discovery-controller/spec
+++ b/jobs/service-discovery-controller/spec
@@ -51,6 +51,10 @@ properties:
     description: "Interval in seconds for which the route emitter is told to emit all routes. This value should be less than the staleness_threshold_seconds"
     default: 60
 
+  read_header_timeout:
+    description: "The amount of time allowed to read request headers"
+    default: 30s
+
   dnshttps.server.tls:
     description: "Server-side mutual TLS configuration for dns over http"
   dnshttps.client.ca:

✨ Built with go 1.23.1

Full Changelog: v3.50.0...v3.51.0

Resources