summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-08-21 13:46:32 -0400
committerMatthew Heon <mheon@redhat.com>2020-08-24 11:31:37 -0400
commit884355c6810d2606167308683f4e517e69ff4073 (patch)
tree10e185427dc6cf5bbfedce807f5f1203b61b82ac
parentc5723785b71bd8ccff9f98a604676a3f3a604cc2 (diff)
downloadpodman-884355c6810d2606167308683f4e517e69ff4073.tar.gz
podman-884355c6810d2606167308683f4e517e69ff4073.tar.bz2
podman-884355c6810d2606167308683f4e517e69ff4073.zip
Final release notes update for v2.0.5.
Really. I promise. No more after this. Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b5eea154e..f4ee06d1d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -39,6 +39,8 @@
- Fixed a bug where the `podman generate systemd --new` command could incorrectly quote arguments to Podman that contained whitespace, leading to nonfunctional unit files ([#7285](https://github.com/containers/podman/issues/7285)).
- Fixed a bug where the `podman version` command did not properly include build time and Git commit.
- Fixed a bug where running systemd in a Podman container on a system that did not use the `systemd` cgroup manager would fail ([#6734](https://github.com/containers/podman/issues/6734)).
+- Fixed a bug where capabilities from `--cap-add` were not properly added when a container was started as a non-root user via `--user`.
+- Fixed a bug where Pod infra containers were not properly cleaned up when they stopped, causing networking issues ([#7103](https://github.com/containers/podman/issues/7103)).
### API
- Fixed a bug where the libpod and compat Build endpoints did not accept the `application/tar` content type (instead only accepting `application/x-tar`) ([#7185](https://github.com/containers/podman/issues/7185)).