summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-09-07 14:51:58 -0400
committerMatthew Heon <matthew.heon@gmail.com>2018-09-07 14:51:58 -0400
commite647cd42871061034dc930c6ff8c8e3013c682d3 (patch)
treeb5237f504c21177050ac6ad215e97c6f825672d8 /RELEASE_NOTES.md
parent87f90ce14abf36fbf85f6128b3024ea89a44d670 (diff)
downloadpodman-e647cd42871061034dc930c6ff8c8e3013c682d3.tar.gz
podman-e647cd42871061034dc930c6ff8c8e3013c682d3.tar.bz2
podman-e647cd42871061034dc930c6ff8c8e3013c682d3.zip
Update RELEASE_NOTES for 0.9.1 release
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2965bb026..fc7487665 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,21 @@
# Release Notes
+## 0.9.1
+### Features
+- Added initial support for the `podman pod` command as non-root
+
+### Bugfixes
+- Fixed regression where invalid Podman commands would still cause a clean exit
+- Fixed `podman rmi --all` to not error if no images are present on the system
+- Fixed parsing of container logs with `podman logs` to properly handle CRI logging, fixing some issues with blank lines in logs
+- Fixed a bug creating pod cgroups using the systemd cgroup driver with systemd versions 239 and higher
+- Fixed handling of volume mounts that overlapped with default container mounts (for example, `podman run -v /dev/:/dev`)
+- Fixed sharing of UTS namespace in pods
+
+### Misc
+- Added additional debug information when pulling images if `--log-level=debug` is specified
+- `podman build` now defaults to caching intermediate layers while building
+
## 0.8.5
### Features
- Added the ability to add a multipart entrypoint with `podman run --entrypoint`