summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-12-07 14:14:40 -0500
committerMatthew Heon <matthew.heon@gmail.com>2018-12-07 14:14:40 -0500
commit3a358950e51adeeed1a9d9ec9bbf9dd78c66638e (patch)
tree44244b8023182f406178025938a030331403ee67 /RELEASE_NOTES.md
parentd6ce797edb415c1a0c23e8d72ed2771586b8c219 (diff)
downloadpodman-3a358950e51adeeed1a9d9ec9bbf9dd78c66638e.tar.gz
podman-3a358950e51adeeed1a9d9ec9bbf9dd78c66638e.tar.bz2
podman-3a358950e51adeeed1a9d9ec9bbf9dd78c66638e.zip
Update release notes for v0.12.1.1
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index f88b0b911..b793788cd 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,13 @@
# Release Notes
+## 0.12.1.1
+### Features
+- Added the `podman generate kube` command to generate Kubernetes Pod and Service YAML for Podman containers and pods
+- The `podman pod stop` flag now accepts a `--timeout` flag to set the timeout for stopping containers in the pod
+
+### Bugfixes
+- Fixed a bug where rootless Podman would fail to start if the default OCI hooks directory is not present
+
## 0.12.1
### Features
- Rootless Podman now creates the storage.conf, libpod.conf, and mounts.conf configuration files automatically in `~/.config/containers/` for ease of reconfiguration