From 1cec5dc24ea0227a2b6fa296c86a727f41a085ae Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Wed, 14 Aug 2024 08:24:34 -0400 Subject: [PATCH] Update release notes for v5.2.1 Signed-off-by: Matt Heon --- RELEASE_NOTES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 5a2b7ac3ce..b0008cc28b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,14 @@ # Release Notes +## 5.2.1 +### Bugfixes +- Fixed a bug where Podman could sometimes save an incorrect container state to the database, which could cause a number of issues including but not limited to attempting to clean up containers twice ([#21569](/~https://github.com/containers/podman/issues/21569)). + +### Misc +- Updated Buildah to v1.37.1 +- Updated the containers/common library to v0.60.1 +- Updated the containers/image library to v5.32.1 + ## 5.2.0 ### Features - Podman now supports `libkrun` as a backend for creating virtual machines on MacOS. The `libkrun` backend has the advantage of allowing GPUs to be mounted into the virtual machine to accelerate tasks. The default backend remains `applehv`.