diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-09-02 06:43:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-02 06:43:30 -0400 |
commit | eb31d8cd654dd26a9e7566a4fa06eb4391797779 (patch) | |
tree | be22b7ee26803e995598c1a69e5cf90ac95578ad /RELEASE_NOTES.md | |
parent | a867b16f0c0f11fbf0bf6e8e7d32797f1b1b3744 (diff) | |
parent | ec008c3464bf2972358f508ce3d81edec8817a2a (diff) | |
download | podman-eb31d8cd654dd26a9e7566a4fa06eb4391797779.tar.gz podman-eb31d8cd654dd26a9e7566a4fa06eb4391797779.tar.bz2 podman-eb31d8cd654dd26a9e7566a4fa06eb4391797779.zip |
Merge pull request #7528 from mheon/update_master_206_real
[CI:DOCS] Update master with release notes for v2.0.6
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 41bed3f90..8bd23bfd0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,15 @@ # Release Notes +## 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 + ## 2.0.5 ### Features - Rootless Podman will now add an entry to `/etc/passwd` for the user who ran Podman if run with `--userns=keep-id`. |