From e00b89c7820e46a0b2caa0e040ba5ecc4c7c7fe9 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Wed, 5 Jun 2024 00:41:07 +0200 Subject: [PATCH] prepare release 1.6.33 - Update containerd binary to v1.6.33 - Update Golang runtime to 1.21.11, which includes fixes for CVE-2024-24789, CVE-2024-24790. Signed-off-by: Sebastiaan van Stijn --- debian/changelog | 7 +++++++ rpm/containerd.spec | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 77c05384..344ac0f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +containerd.io (1.6.33-1) release; urgency=high + + * Update containerd binary to v1.6.33 + * Update Golang runtime to 1.21.11, which includes fixes for CVE-2024-24789, CVE-2024-24790. + + -- Sebastiaan van Stijn Tue, 04 Jun 2024 22:38:00 +0000 + containerd.io (1.6.32-1) release; urgency=medium * Update containerd binary to v1.6.32 diff --git a/rpm/containerd.spec b/rpm/containerd.spec index 6636aa5b..42b54cf3 100644 --- a/rpm/containerd.spec +++ b/rpm/containerd.spec @@ -176,6 +176,10 @@ done %changelog +* Tue Jun 04 2024 Sebastiaan van Stijn - 1.6.33-3.1 +- Update containerd binary to v1.6.33 +- Update Golang runtime to 1.21.11, which includes fixes for CVE-2024-24789, CVE-2024-24790. + * Wed May 22 2024 Sebastiaan van Stijn - 1.6.32-3.1 - Update containerd binary to v1.6.32 - Update Golang runtime to 1.21.10