diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-10-02 14:37:14 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 14:37:14 -0700 |
commit | 960f07b0f79e6d6f94842fd4892e775c319f0a39 (patch) | |
tree | b933e14448a65107969b3b7cd428cad1d3dc9f3d | |
parent | 0046b0195e9c429cce2926977f0ed5da0dea7be5 (diff) | |
parent | 2bb52795031b633491d63f71cb8a1075c6a90648 (diff) | |
download | podman-960f07b0f79e6d6f94842fd4892e775c319f0a39.tar.gz podman-960f07b0f79e6d6f94842fd4892e775c319f0a39.tar.bz2 podman-960f07b0f79e6d6f94842fd4892e775c319f0a39.zip |
Merge pull request #4176 from mheon/release_notes_1.6.1
Update release notes for v1.6.1
-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 |