Skip to content

Commit 131f3d0

Browse files
committed
Add release notes for v5.0.1
Signed-off-by: Matt Heon <[email protected]>
1 parent 1ecd7d0 commit 131f3d0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

RELEASE_NOTES.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release Notes
22

3+
## 5.0.1
4+
### Bugfixes
5+
- Fixed a bug where rootless containers using the Pasta network driver did not properly handle localhost DNS resolvers on the host leading to DNS resolution issues ([#22044](https://github.com/containers/podman/issues/22044)).
6+
- Fixed a bug where Podman would warn that cgroups v1 systems were no longer supported on FreeBSD hosts.
7+
- Fixed a bug where HyperV `podman machine` VMs required an SSH client be installed on the system ([#22075](https://github.com/containers/podman/issues/22075)).
8+
- Fixed a bug that prevented the remote Podman client's `podman build` command from working properly when connecting from a rootless client to a rootful server ([#22109](https://github.com/containers/podman/issues/22109)).
9+
10+
### Misc
11+
- The HyperV driver to `podman machine` now fails immediately if admin privileges are not available (previously, it would only fail when it reached operations that required admin privileges).
12+
313
## 5.0.0
414
### Security
515
- Fixed [CVE-2024-1753](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-1753) in Buildah and `podman build` which allowed a user to write files to the `/` directory of the host machine if selinux was not enabled.

0 commit comments

Comments
 (0)