diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-12-13 13:50:45 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-12-13 13:53:00 -0500 |
commit | 44503a9f825b9544f30398b93d7356a0cf8a6a9f (patch) | |
tree | 722a254fc5032a3c103159c77dee120a4c7c1943 /RELEASE_NOTES.md | |
parent | 72c0503ec9cd64e1828c921514fe2ba099110bd1 (diff) | |
download | podman-44503a9f825b9544f30398b93d7356a0cf8a6a9f.tar.gz podman-44503a9f825b9544f30398b93d7356a0cf8a6a9f.tar.bz2 podman-44503a9f825b9544f30398b93d7356a0cf8a6a9f.zip |
Add release notes for 0.12.1.2
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-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 b793788cd..2d7ca6cbf 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,12 @@ # Release Notes +## 0.12.1.2 +### Bugfixes +- Fixed a bug where an empty path for named volumes could make it impossible to create containers +- Fixed a bug where containers using another container's network namespace would not also use the other container's /etc/hosts and /etc/resolv.conf +- Fixed a bug where containers with `--rm` which failed to start were not removed +- Fixed a potential race condition attempting to read `/etc/passwd` inside containers + ## 0.12.1.1 ### Features - Added the `podman generate kube` command to generate Kubernetes Pod and Service YAML for Podman containers and pods |