diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-07-02 18:50:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-02 18:50:58 +0200 |
commit | 4d45d8020e58841862791796ea4c0797a62540e9 (patch) | |
tree | df77246065de1a30e88283c014be315152a54e73 | |
parent | 695aeac48152c968edf2c0e917233c19c2212b6f (diff) | |
parent | 6b4bedec41c1021df805d84da3619257538d541a (diff) | |
download | podman-4d45d8020e58841862791796ea4c0797a62540e9.tar.gz podman-4d45d8020e58841862791796ea4c0797a62540e9.tar.bz2 podman-4d45d8020e58841862791796ea4c0797a62540e9.zip |
Merge pull request #3473 from mheon/release_notes_1.4.4
Update release notes for 1.4.4
-rw-r--r-- | RELEASE_NOTES.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e825e9a5c..1f4d4b1f9 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,16 @@ # Release Notes +## 1.4.4 +### Bugfixes +- Fixed a bug where rootless Podman would attempt to use the entire root configuration if no rootless configuration was present for the user, breaking rootless Podman for new installations +- Fixed a bug where rootless Podman's pause process would block SIGTERM, preventing graceful system shutdown and hanging until the system's init send SIGKILL +- Fixed a bug where running Podman as root with `sudo -E` would not work after running rootless Podman at least once +- Fixed a bug where options for `tmpfs` volumes added with the `--tmpfs` flag were being ignored +- Fixed a bug where images with no layers could not properly be displayed and removed by Podman + +### Misc +- Updated containers/storage to v1.12.13 + ## 1.4.3 ### Features - Podman now has greatly improved support for containers using multiple OCI runtimes. Containers now remember if they were created with a different runtime using `--runtime` and will always use that runtime |