diff options
-rw-r--r-- | RELEASE_NOTES.md | 7 |
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`. |