summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-12-13 13:52:10 -0500
committerGitHub <noreply@github.com>2018-12-13 13:52:10 -0500
commite1732a5213147e3c0b7bf60b55a332c3720ecb4b (patch)
tree722a254fc5032a3c103159c77dee120a4c7c1943
parent72c0503ec9cd64e1828c921514fe2ba099110bd1 (diff)
parent44503a9f825b9544f30398b93d7356a0cf8a6a9f (diff)
downloadpodman-e1732a5213147e3c0b7bf60b55a332c3720ecb4b.tar.gz
podman-e1732a5213147e3c0b7bf60b55a332c3720ecb4b.tar.bz2
podman-e1732a5213147e3c0b7bf60b55a332c3720ecb4b.zip
Merge pull request #2004 from mheon/release_notes_0.12.1.2
Add release notes for 0.12.1.2
-rw-r--r--RELEASE_NOTES.md7
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