summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-07-02 20:41:31 +0200
committerGitHub <noreply@github.com>2019-07-02 20:41:31 +0200
commit55e028a12ee003e057c65e376fe4b723d28ae52e (patch)
tree0b9edad592e217bc0ad549f2c906766520a95613 /RELEASE_NOTES.md
parent26d02e97395b2fb5ab5abdc0a35ab6019dccbe18 (diff)
parentfdd98d58b8a03c76f25dfc39d238f7697450d2bd (diff)
downloadpodman-55e028a12ee003e057c65e376fe4b723d28ae52e.tar.gz
podman-55e028a12ee003e057c65e376fe4b723d28ae52e.tar.bz2
podman-55e028a12ee003e057c65e376fe4b723d28ae52e.zip
Merge pull request #3461 from mheon/free_locks_on_fail
Ensure locks are freed when ctr/pod creation fails
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 1f4d4b1f9..69244bb09 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -7,6 +7,7 @@
- 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
+- Fixed a bug where locks were not properly freed on failure to create a container or pod
### Misc
- Updated containers/storage to v1.12.13