Skip to content

Releases: cloudfoundry/garden-runc-release

GRR v1.19.8

09 Oct 13:08
Compare
Choose a tag to compare

GRR v1.19.7

18 Sep 14:41
Compare
Choose a tag to compare
release v1.19.7

GRR v1.19.6

04 Sep 15:52
Compare
Choose a tag to compare
  • Fixes a problem in delete that can sometimes lead to leaking containers. We recommend all users of v1.19.2+ upgrade to this version.

GRR v1.19.5

02 Aug 17:01
Compare
Choose a tag to compare

GRR v1.19.4: Continue to not panic

23 Jul 12:49
Compare
Choose a tag to compare

GRR v1.19.3: File, Sparse File

25 Jun 08:48
Compare
Choose a tag to compare

Various fixes, including:

GRR v1.19.1

25 Mar 13:23
Compare
Choose a tag to compare
  • Upgrades xfs tools for better compatibility on GCE (#164426628)
  • Fixes an issue encountered when trying to StreamIn to the root / of a container (#164536184)

GRR v1.19.0: The (Experimental) One With the New CPU Entitlements

12 Mar 15:30
Compare
Choose a tag to compare
  • Announcing the new (experimental) CPU entitlement plugin. This allows the platform to expose an actionable cpu metric that users can understand and auto-scale on. Operator Guide, User Guide/CF CLI Plugin
    • This feature is experimental and subject to change, feedback very welcome.
  • Works around some race conditions in container deletion to do with the freezer group while we investigate further (#163303619)
  • Bump runC for improvements to CVE fix which was causing issues on a small number of systems (#164300827)
  • Improve startup diagnostics when cleanup takes a long time (#162046202)

GRR v1.18.3: Dontpanic dontpanic

18 Feb 14:30
Compare
Choose a tag to compare
  • Ensure dontpanic works properly in bpm

GRR v1.18.2

11 Feb 14:01
Compare
Choose a tag to compare
  • Addressed CVE-2019-5736 - while Garden was not vulnerable to this issue unless using privileged containers, it did remove a layer of security
  • Addressed a race condition in GrootFS that could cause repeated container create failures (#119)
  • Removed some erroneous error messages from Garden startup logs (tracker: #163617086)