From bdcede792fa228f39818beccc6a0a9485cb87c38 Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Mon, 10 Mar 2025 13:22:55 -0400 Subject: [PATCH] Update release notes for v5.4.1 Signed-off-by: Matt Heon --- RELEASE_NOTES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f47e4e199b..31c945620c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,17 @@ # Release Notes +## 5.4.1 +### Bugfixes +- Fixed a bug where volume quotas were not being applied ([#25368](https://github.com/containers/podman/issues/25368)). +- Fixed a bug where the `--pid-limit=-1` option did not function properly with containers using the `runc` OCI runtime. +- Fixed a bug where the `podman artifact pull` command did not respect the `--retry-delay` option. +- Fixed a bug where Podman would leak a file and directory for every container created. +- Fixed a bug where the `podman wait` command would sometimes error when waiting for a container set to auto-remove. +- Fixed a bug where Quadlet `.kube` units would not report an error (and stay running) even when a pod failed to start ([#20667](https://github.com/containers/podman/issues/20667)). + +### API +- Fixed a bug where the Compat DF endpoint did not correctly report total size of all images. + ## 5.4.0 ### Features - A preview of Podman's support for OCI artifacts has been added through the `podman artifact` suite of commands, including `add`, `inspect`, `ls`, `pull`, `push`, and `rm`. This support is very early and not fully complete, and the command line interface for these tools has not been finalized. We welcome feedback on the new artifact experience through our issue tracker!