summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-04-28 20:23:29 +0200
committerGitHub <noreply@github.com>2020-04-28 20:23:29 +0200
commit5e0e6967c136098c13167359a1cb5f236315335d (patch)
treee88f09ce44efa941128e7305385c4d64027d344a
parent558fb5cc7ed1d824478d71a8ad764d5d557de6cf (diff)
parent2a03017ea0d6291264ffe47f7089e676163502be (diff)
downloadpodman-5e0e6967c136098c13167359a1cb5f236315335d.tar.gz
podman-5e0e6967c136098c13167359a1cb5f236315335d.tar.bz2
podman-5e0e6967c136098c13167359a1cb5f236315335d.zip
Merge pull request #6023 from mheon/release_notes_191
Release notes v1.9.1
-rw-r--r--RELEASE_NOTES.md9
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