mirror of https://github.com/containers/podman.git
Update master with release notes for v2.0.6
Also update README to reflect the new release. Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
parent
a867b16f0c
commit
ec008c3464
|
@ -5,7 +5,7 @@
|
|||
Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers.
|
||||
Podman is based on libpod, a library for container lifecycle management that is also contained in this repository. The libpod library provides APIs for managing containers, pods, container images, and volumes.
|
||||
|
||||
* [Latest Version: 2.0.5](https://github.com/containers/podman/releases/latest)
|
||||
* [Latest Version: 2.0.6](https://github.com/containers/podman/releases/latest)
|
||||
* Latest Remote client for Windows
|
||||
* Latest Remote client for MacOs
|
||||
* Latest Static Remote client for Linux
|
||||
|
|
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue