From 85eac2550ff6a34a16f51ace05b103869565ada8 Mon Sep 17 00:00:00 2001 From: Derek McGowan Date: Tue, 24 Sep 2019 17:05:06 -0700 Subject: [PATCH] Add release note for gc fix Adds note for garbage collection fix related to removal of leases, containers, and images. Signed-off-by: Derek McGowan --- releases/v1.3.0-rc.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/releases/v1.3.0-rc.toml b/releases/v1.3.0-rc.toml index 917cef804..a4ac9ac9b 100644 --- a/releases/v1.3.0-rc.toml +++ b/releases/v1.3.0-rc.toml @@ -87,6 +87,7 @@ This version of containerd is validated against v1.15, but it is also compatible ### Other * **Support additional garbage collection labels.** Allows more advanced resource management use cases on the client +* **Fix garbage collection scheduling on reference removal.** Ensures removal of leases or containers triggers the next scheduled garbage collection And many more improvements and bug fixes in the complete changelog"""