From 7431f3d00641f637e0c6a933ef75634d344863e1 Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Wed, 8 Feb 2023 14:01:19 -0500 Subject: [PATCH] Update release notes for Podman 4.4.1 Signed-off-by: Ashley Cui --- RELEASE_NOTES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index cb11982802..7d3c039dcf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,15 @@ # Release Notes +## 4.4.1 +### Changes +- Added the `podman-systemd.unit` man page, which can also be displayed using `man quadlet` ([#17349](https://github.com/containers/podman/issues/17349)). +- Documented journald identifiers used in the journald backend for the `podman events` command. + +### Bugfixes +- Fixed a bug where the default handling of pids-limit was incorrect. +- Fixed a bug where parallel calls to `make docs` crashed ([#17322](https://github.com/containers/podman/issues/17322)). +- Fixed a regression in the `podman kube play` command where existing resources got mistakenly removed. + ## 4.4.0 ### Features - Introduce Quadlet, a new systemd-generator that easily writes and maintains systemd services using Podman.