From 8712babe48856a5ba387bb25127cfca87fa321f1 Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Mon, 28 Aug 2023 10:47:04 -0400 Subject: [PATCH] Release notes for v4.6.2 Signed-off-by: Ashley Cui --- RELEASE_NOTES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a37a429d4f..26c16a02b5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,18 @@ # Release Notes +## 4.6.2 +### Changes +- Fixed a performance issue when calculating diff sizes in overlay. The `podman system df` command should see a significant performance improvement ([#19467](https://github.com/containers/podman/issues/19467)). + +### Bugfixes +- Fixed a bug where containers in a pod would use pod the restart policy over the set container restart policy ([#19671](https://github.com/containers/podman/issues/19671)). + +### API +- Fixed a bug in the Compat Build endpoint where the pull query parameter did not parse 0/1 as a boolean ([#17778](https://github.com/containers/podman/issues/17778)). + +### Misc +- Updated the containers/storage library to v1.48.1 + ## 4.6.1 ### Quadlet - Quadlet now selects the first Quadlet file found when multiple Quadlets exist with the same name.