summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Heon <mheon@redhat.com>2024-08-14 08:24:34 -0400
committerMatt Heon <mheon@redhat.com>2024-08-14 08:24:34 -0400
commit1cec5dc24ea0227a2b6fa296c86a727f41a085ae (patch)
tree94f2b303a3a1fe4818c01a8dfa0a8d3949b4e0d2
parent972fa2f46ad4208536dbbe43ad267ab8d1426410 (diff)
Update release notes for v5.2.1
Signed-off-by: Matt Heon <mheon@redhat.com>
-rw-r--r--RELEASE_NOTES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 5a2b7ac3c..b0008cc28 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`.