Skip to content

Releases: cloudfoundry/garden-runc-release

1.31.0

05 Jun 20:19
Compare
Choose a tag to compare

Changes

  • Garden now ships with Busybox 1.36.1 as the default filesystem
  • Dependency Bumps
    • healthchecker boshrelease v0.8.0
    • github.com/onsi/gomega v1.27.7
    • go.opentelemetry.io/otel v1.15.1
    • github.com/burntsushi/toml v1.3.0
    • github.com/docker/docker v24.0.2+incompatible
    • github.com/urfave/cli/v2 v2.25.5
    • github.com/cloudfoundry/dropsonde v1.1.0
    • github.com/sirupsen/logrus v1.9.2

Bosh Job Spec changes:

diff --git a/jobs/garden/spec b/jobs/garden/spec
index c69f4080..259bba46 100644
--- a/jobs/garden/spec
+++ b/jobs/garden/spec
@@ -89,7 +89,7 @@ properties:
 
   garden.default_container_rootfs:
     description: "path to the rootfs to use when a container specifies no rootfs"
-    default: /var/vcap/packages/busybox/busybox-1.35.0.tar
+    default: /var/vcap/packages/busybox/busybox-1.36.1.tar
 
   garden.graph_cleanup_threshold_in_mb:
     description: "DEPRECATED in favour of grootfs.reserved_space_for_other_jobs_in_mb."

✨ Built with go 1.20.4

Full Changelog: v1.30.0...v1.31.0

Resources

1.30.0

24 May 13:50
Compare
Choose a tag to compare

Changes

  • Bump dependencies:
    • github.com/onsi/ginkgo 2.9.5
    • golang.org/x/sys 0.8.0
  • Add support for including request trace IDs in garden/guardian

✨ Built with go 1.20.4

Full Changelog: v1.29.0...v1.30.0

Resources

1.29.0

04 May 17:10
Compare
Choose a tag to compare

Changes

⚠️We have removed the garden-healthcheck job from garden while we investigate a way to make it less painful. From v1.22.6 through v1.28.0, garden restarts with a high container count could result in BOSH deploys failing due to a race condition between garden, bpm, monit, and garden-healthchecker. This will be re-enabled at a later time when we resolve the race condition.

✨ Built with go 1.20.4

Full Changelog: v1.28.0...v1.29.0

Resources

1.28.0

03 May 22:18
Compare
Choose a tag to compare

Changes

  • Bump to golang 1.20.4
  • Bump dependencies

✨ Built with go 1.20.4

Full Changelog: v1.27.0...v1.28.0

Resources

1.27.0

07 Apr 20:10
Compare
Choose a tag to compare

Changes

  • Bump ginkgo to v2 and lager to v3

✨ Built with go 1.20.3

Full Changelog: v1.26.0...v1.27.0

Resources

v1.26.0

16 Mar 12:42
Compare
Choose a tag to compare

Changes

  • Bump runc version to 1.1.4
  • Bump containerd version to 1.6.19
  • Fix #233

✨ Built with go 1.20.1

Full Changelog: v1.25.0...v1.26.0

Resources

v1.25.0

22 Feb 20:56
Compare
Choose a tag to compare

Changes

✨ Built with go 1.20.1

Full Changelog: v1.23.0...v1.25.0

Resources

1.24.0-rc.6

22 Feb 17:40
Compare
Choose a tag to compare

⚠️ We recommend not using this release version.

🐛 This release was accidentally released with the name "1.24.0-rc.6". We will release 1.25.0 soon.

1.23.0

06 Feb 20:33
Compare
Choose a tag to compare

Changes

  • Update healthchecker in release to stable version
  • Build gdn and gdn-arm64 with musl and binaries that are built statically (Fixes #233)
  • Remove apparmor package and blob (PR #244)

✨ Built with go 1.19.5

Full Changelog: v1.22.9...v1.23.0

Resources

1.22.9

17 Jan 17:26
Compare
Choose a tag to compare

Changes

  • Add healthchecker bosh-package
  • Add gats (integration) and gpats (performance) errands so that it can be run on any environment
  • v1.22.8 was skipped due to CI failures
  • Add experimental arm64 binary to solve #238

✨ Built with go 1.19.5

Full Changelog: v1.22.7...v1.22.9

Resources