Skip to content

Commit 87a1c27

Browse files
committed
Release notes for v4.4.2
And an adjustment to release notes for v4.4.1 Signed-off-by: Ashley Cui <[email protected]>
1 parent 266ce9a commit 87a1c27

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

RELEASE_NOTES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,22 @@
11
# Release Notes
22

3+
## 4.4.2
4+
### Security
5+
- This release fixes CVE-2023-0778, which allowed a malicious user to potentially replace a normal file in a volume with a symlink while exporting the volume, allowing for access to arbitrary files on the host file system.
6+
7+
### Bugfixes
8+
- Fixed a bug where containers started via the `podman-kube` systemd template would always use the "passthrough" log driver ([#17482](https://github.com/containers/podman/issues/17482)).
9+
- Fixed a bug where pulls would unexpectedly encounter an EOF error. Now, Podman automatically transparently resumes aborted pull connections.
10+
- Fixed a race condition in Podman's signal proxy.
11+
12+
### Misc
13+
- Updated the containers/image library to v5.24.1.
14+
315
## 4.4.1
416
### Changes
517
- Added the `podman-systemd.unit` man page, which can also be displayed using `man quadlet` ([#17349](https://github.com/containers/podman/issues/17349)).
618
- Documented journald identifiers used in the journald backend for the `podman events` command.
19+
- Dropped the CAP_CHROOT, CAP_AUDIT_WRITE, CAP_MKNOD, CAP_MKNOD default capabilities.
720

821
### Bugfixes
922
- Fixed a bug where the default handling of pids-limit was incorrect.

0 commit comments

Comments
 (0)