diff options
author | Matthew Heon <matthew.heon@pm.me> | 2019-10-02 15:25:01 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2019-10-02 15:25:01 -0400 |
commit | 2bb52795031b633491d63f71cb8a1075c6a90648 (patch) | |
tree | b933e14448a65107969b3b7cd428cad1d3dc9f3d /RELEASE_NOTES.md | |
parent | 0046b0195e9c429cce2926977f0ed5da0dea7be5 (diff) | |
download | podman-2bb52795031b633491d63f71cb8a1075c6a90648.tar.gz podman-2bb52795031b633491d63f71cb8a1075c6a90648.tar.bz2 podman-2bb52795031b633491d63f71cb8a1075c6a90648.zip |
Update release notes for v1.6.1
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index a8e7ec58f..bff9a5f14 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,11 @@ # Release Notes +## 1.6.1 +### Bugfixes +- Fixed a bug where rootless Podman on systems using CGroups V2 would not function with the `cgroupfs` CGroups manager +- Fixed a bug where rootless Podman could not correctly identify the DBus session address, causing containers to fail to start ([#4162](https://github.com/containers/libpod/issues/4162)) +- Fixed a bug where rootless Podman with `slirp4netns` networking would fail to start containers due to mount leaks + ## 1.6.0 ### Features - The `podman network create`, `podman network rm`, `podman network inspect`, and `podman network ls` commands have been added to manage CNI networks used by Podman |