diff options
author | Matthew Heon <mheon@redhat.com> | 2022-03-30 15:54:50 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2022-03-30 15:54:50 -0400 |
commit | d30a1e9d087db9efd287e707eb41b88bfafad822 (patch) | |
tree | 6442be44b0dfbcc2412efb961f87de82497f59fe | |
parent | df6082fd6f2fa7f91a5263fa089e1294e813bb40 (diff) | |
download | podman-d30a1e9d087db9efd287e707eb41b88bfafad822.tar.gz podman-d30a1e9d087db9efd287e707eb41b88bfafad822.tar.bz2 podman-d30a1e9d087db9efd287e707eb41b88bfafad822.zip |
Update release notes
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r-- | RELEASE_NOTES.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 30a7515b8..67759f84f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -30,6 +30,7 @@ - Fixed a bug where Podman would not properly detect the use of `systemd` as PID 1 in a container when the entrypoint was prefixed with `/bin/sh -c` ([#13324](https://github.com/containers/podman/issues/13324)). - Fixed a bug where rootless Podman could, on systems that do not use `systemd` as init, print a warning message about the rootless network namespace ([#13703](https://github.com/containers/podman/issues/13703)). - Fixed a bug where the default systemd unit file for `podman system service` did not delegate all cgroup controllers, resulting in `podman info` queries against the remote API returning incorrect cgroup controllers ([#13710](https://github.com/containers/podman/issues/13710)). +- Fixed a bug where the `slirp4netns` port forwarder for rootless Podman would only publish the first port of a range ([#13643](https://github.com/containers/podman/issues/13643)). ### API - Fixed a bug where the Compat Create API for containers did not properly handle permissions for tmpfs mounts ([#13108](https://github.com/containers/podman/issues/13108)). |