diff options
author | Matthew Heon <mheon@redhat.com> | 2020-09-01 11:03:13 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-09-01 11:27:41 -0400 |
commit | 5843e417c9f8c7cd49f4ee841ed01a264bf78170 (patch) | |
tree | f64e104e427d1f92f49f75da38180f0563d50145 | |
parent | d34b1e7ad51a8e3211a3ce82931a4e75369b69f8 (diff) | |
download | podman-5843e417c9f8c7cd49f4ee841ed01a264bf78170.tar.gz podman-5843e417c9f8c7cd49f4ee841ed01a264bf78170.tar.bz2 podman-5843e417c9f8c7cd49f4ee841ed01a264bf78170.zip |
Update release notes for v2.0.6
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r-- | RELEASE_NOTES.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 814cfe4cd..72c777d50 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -3,6 +3,9 @@ ## 2.0.6 ### Bugfixes - Fixed a bug where running systemd in a container on a cgroups v1 system would fail. +- Fixed a bug where `/etc/passwd` could be re-created every time a container is restarted if the container's `/etc/passwd` did not contain an entry for the user the container was started as. +- Fixed a bug where containers without an `/etc/passwd` file specifying a non-root user would not start. +- Fixed a bug where the `--remote` flag would sometimes not make remote connections and would instead attempt to run Podman locally. ### Misc - Updated the containers/common library to v0.14.10 |