aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2020-08-28 11:04:28 -0400
committerMatthew Heon <mheon@redhat.com>2020-08-28 11:04:28 -0400
commitd6e948aaf6786f98a30ecdf1d12dc5ad05d622d7 (patch)
treee0a53f557289b449d2433975f1d5cb5dc4bba89d
parent538273e69618872dd182e8e87a3308deebef03c0 (diff)
downloadpodman-d6e948aaf6786f98a30ecdf1d12dc5ad05d622d7.tar.gz
podman-d6e948aaf6786f98a30ecdf1d12dc5ad05d622d7.tar.bz2
podman-d6e948aaf6786f98a30ecdf1d12dc5ad05d622d7.zip
Update release notes for v2.0.6
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r--RELEASE_NOTES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index f4ee06d1d..814cfe4cd 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,12 @@
# Release Notes
+## 2.0.6
+### Bugfixes
+- Fixed a bug where running systemd in a container on a cgroups v1 system would fail.
+
+### 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`.