Releases: cloudfoundry/garden-runc-release
Releases · cloudfoundry/garden-runc-release
1.64.0
1.64.0
Release Date: December 04, 2024
Changes
- Bump go to 1.23.4
- Bump dependancies
✨ Built with go 1.23.4
Full Changelog: v1.63.0...v1.64.0
Resources
1.63.0
1.63.0
Release Date: December 02, 2024
Changes
- Dependency Bumps
✨ Built with go 1.23.3
Full Changelog: v1.62.0...v1.63.0
Resources
1.62.0
1.62.0
Release Date: November 18, 2024
Changes
- Bump golang
✨ Built with go 1.23.3
Full Changelog: v1.61.0...v1.62.0
Resources
1.61.0
1.61.0
Release Date: November 14, 2024
Changes
- Bump iptables to 1.8.11
✨ Built with go 1.23.2
Full Changelog: v1.60.0...v1.61.0
Resources
1.60.0
1.60.0
Release Date: November 07, 2024
Changes
- G115 fixes
- Pin runc to 1.1.14
✨ Built with go 1.23.2
Full Changelog: v1.59.0...v1.60.0
Resources
1.59.0
1.59.0
Release Date: October 30, 2024
Changes
- Update dependencies
✨ Built with go 1.23.2
Full Changelog: v1.58.0...v1.59.0
Resources
1.58.0
1.58.0
Release Date: October 24, 2024
Changes
- Bump dependancies
✨ Built with go 1.23.2
Full Changelog: v1.57.0...v1.58.0
Resources
1.57.0
1.57.0
Release Date: October 02, 2024
Changes
- Upgrade to Go 1.23
- Create a top-level dir for libtool
✨ Built with go 1.23.2
Full Changelog: v1.56.0...v1.57.0
Resources
1.56.0
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
1.55.0
1.55.0
Release Date: August 27, 2024
Changes
- Bump to golang 1.22.6
✨ Built with go 1.22.6
Full Changelog: v1.54.0...v1.55.0