diff options
author | Matthew Heon <mheon@redhat.com> | 2020-04-28 18:08:59 -0400 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2020-04-28 18:08:59 -0400 |
commit | af0d99f9420760c29cb174a71decaffef444b599 (patch) | |
tree | 62fb087f10a0d0f78e47b38c6871a56a18c4fdca /RELEASE_NOTES.md | |
parent | 23be7b50490ac01c31af3266490276dd46ec23c3 (diff) | |
download | podman-af0d99f9420760c29cb174a71decaffef444b599.tar.gz podman-af0d99f9420760c29cb174a71decaffef444b599.tar.bz2 podman-af0d99f9420760c29cb174a71decaffef444b599.zip |
Update release notes and README for 1.9.1 release
Signed-off-by: Matthew Heon <mheon@redhat.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index aef66545f..6657529b9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,14 @@ # Release Notes +## 1.9.1 +### Bugfixes +- Fixed a bug where healthchecks could become nonfunctional if container log paths were manually set with `--log-path` and multiple container logs were placed in the same directory ([#5915](https://github.com/containers/libpod/issues/5915)) +- Fixed a bug where rootless Podman could, when using an older `libpod.conf`, print numerous warning messages about an invalid CGroup manager config +- Fixed a bug where rootless Podman would sometimes fail to close the rootless user namespace when joining it ([#5873](https://github.com/containers/libpod/issues/5873)) + +### Misc +- Updated containers/common to v0.8.2 + ## 1.9.0 ### Features - Experimental support has been added for `podman run --userns=auto`, which automatically allocates a unique UID and GID range for the new container's user namespace |