|
1 | 1 | # Release Notes
|
2 | 2 |
|
| 3 | +## 4.4.4 |
| 4 | +### Changes |
| 5 | +- Podman now writes direct mappings for idmapped mounts. |
| 6 | + |
| 7 | +### Bugfixes |
| 8 | +- Fixed a regression which caused the MacOS installer to fail if podman-mac-helper was already installed ([#17910](https://github.com/containers/podman/issues/17910)). |
| 9 | + |
| 10 | +## 4.4.3 |
| 11 | +### Security |
| 12 | +- This release fixes CVE-2022-41723, a vulnerability in the golang.org/x/net package where a maliciously crafted HTTP/2 stream could cause excessive CPU consumption, sufficient to cause a denial of service. |
| 13 | + |
| 14 | +### Changes |
| 15 | +- Added `SYS_CHROOT` back to the default set of capabilities. |
| 16 | + |
| 17 | +### Bugfixes |
| 18 | +- Fixed a bug where quadlet would not use the default runtime set. |
| 19 | +- Fixed a bug where `podman system service --log-level=trace` did not hijack the client connection, causing remote `podman run/attach` calls to work incorrectly ([#17749](https://github.com/containers/podman/issues/17749)). |
| 20 | +- Fixed a bug where the podman-mac-helper returned an incorrect exit code after erroring. `podman-mac-helper` now exits with 1 on error ([#17785](https://github.com/containers/podman/issues/17785)). |
| 21 | +- Fixed a bug where `podman run --dns ... --network` would not respect the dns option. Podman will no longer add host nameservers to resolv.conf when aardvark-dns is used ([#17499](https://github.com/containers/podman/issues/17499)). |
| 22 | +- Fixed a bug where `podman logs` errored out with the passthrough driver when the container was run from a systemd service. |
| 23 | +- Fixed a bug where `--health-on-failure=restart` would not restart the container when the health state turned unhealthy ([#17777](https://github.com/containers/podman/issues/17777)). |
| 24 | +- Fixed a bug where podman machine VMs could have their system time drift behind real time. New machines will no longer be affected by this ([#11541](https://github.com/containers/podman/issues/11541)). |
| 25 | + |
| 26 | +### API |
| 27 | +- Fixed a bug where creating a network with the Compat API would return an incorrect status code. The API call now returns 409 when creating a network with an existing name and when CheckDuplicate is set to true ([#17585](https://github.com/containers/podman/issues/17585)). |
| 28 | +- Fixed a bug in the /auth REST API where logging into Docker Hub would fail ([#17571](https://github.com/containers/podman/issues/17571)). |
| 29 | + |
| 30 | +### Misc |
| 31 | +- Updated the containers/common library to v0.51.1 |
| 32 | +- Updated the Mac pkginstaller QEMU to v7.2.0 |
| 33 | + |
| 34 | +## 4.4.2 |
| 35 | +### Security |
| 36 | +- 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. |
| 37 | + |
| 38 | +### Bugfixes |
| 39 | +- 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)). |
| 40 | +- Fixed a bug where pulls would unexpectedly encounter an EOF error. Now, Podman automatically transparently resumes aborted pull connections. |
| 41 | +- Fixed a race condition in Podman's signal proxy. |
| 42 | + |
| 43 | +### Misc |
| 44 | +- Updated the containers/image library to v5.24.1. |
| 45 | + |
| 46 | +## 4.4.1 |
| 47 | +### Changes |
| 48 | +- Added the `podman-systemd.unit` man page, which can also be displayed using `man quadlet` ([#17349](https://github.com/containers/podman/issues/17349)). |
| 49 | +- Documented journald identifiers used in the journald backend for the `podman events` command. |
| 50 | +- Dropped the CAP_CHROOT, CAP_AUDIT_WRITE, CAP_MKNOD, CAP_MKNOD default capabilities. |
| 51 | + |
| 52 | +### Bugfixes |
| 53 | +- Fixed a bug where the default handling of pids-limit was incorrect. |
| 54 | +- Fixed a bug where parallel calls to `make docs` crashed ([#17322](https://github.com/containers/podman/issues/17322)). |
| 55 | +- Fixed a regression in the `podman kube play` command where existing resources got mistakenly removed. |
| 56 | + |
3 | 57 | ## 4.4.0
|
4 | 58 | ### Features
|
5 | 59 | - Introduce Quadlet, a new systemd-generator that easily writes and maintains systemd services using Podman.
|
|
0 commit comments