Skip to content

1.56.0

Compare
Choose a tag to compare
@tas-runtime-bot tas-runtime-bot released this 11 Sep 13:32
· 7 commits to develop since this release

1.56.0

Release Date: September 11, 2024

Changes

  • ✨Introduces a new garden.read_header_timeout property to configure how long garden's HTTP server will wait to read all HTTP request headers.
  • Bumps to go 1.22.7
  • Dependency Bumps

Bosh Job Spec changes:

diff --git a/jobs/garden-windows/spec b/jobs/garden-windows/spec
index 004e4e7f..74f545db 100644
--- a/jobs/garden-windows/spec
+++ b/jobs/garden-windows/spec
@@ -36,6 +36,10 @@ properties:
     description: "An array of additional arguments which will be passed to the runtime plugin binary"
     default: []
 
+  garden.read_header_timeout:
+    description: "The amount of time allowed to read request headers"
+    default: 30s
+
   garden.image_plugin:
     description: "Path to an image plugin binary"
 
diff --git a/jobs/garden/spec b/jobs/garden/spec
index 093e53e1..5a78d357 100644
--- a/jobs/garden/spec
+++ b/jobs/garden/spec
@@ -128,6 +128,10 @@ properties:
     description: "Path to a runtime plugin binary"
     default: /var/vcap/packages/runc/bin/runc
 
+  garden.read_header_timeout:
+    description: "The amount of time allowed to read request headers"
+    default: 30s
+
   garden.no_image_plugin:
     description: "If true, disables image plugin usage, thus ignoring other image plugin settings"
     default: false

✨ Built with go 1.22.7

Full Changelog: v1.55.0...v1.56.0

Resources