summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-08-31 16:42:21 -0400
committerMatthew Heon <matthew.heon@gmail.com>2018-08-31 16:42:21 -0400
commitffae5660edbb752e183bb403369fe04f9da09416 (patch)
treecd52842a8ad05c514a2a9047d607ecafb28a3985
parentc65a8bad8f99867cff5bf0d914796897fbebc30d (diff)
downloadpodman-ffae5660edbb752e183bb403369fe04f9da09416.tar.gz
podman-ffae5660edbb752e183bb403369fe04f9da09416.tar.bz2
podman-ffae5660edbb752e183bb403369fe04f9da09416.zip
Update release notes for 0.8.5
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
-rw-r--r--RELEASE_NOTES.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index cff5ff1fa..2965bb026 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,11 +1,27 @@
# Release Notes
+## 0.8.5
+### Features
+- Added the ability to add a multipart entrypoint with `podman run --entrypoint`
+- Improved help text when invalid commands are specified
+- Greatly improved support for containers which use systemd as init
+
+### Bugfixes
+- Fixed several bugs with rootless `podman exec`
+- Fixed rootless `podman` with a symlinked storage directory crashing
+- Fixed bug with `podman ps` and multiple filters where the interface did not match Docker
+- Fixed handling of `resolv.conf` on the host to handle symlinks
+- Increased open file descriptor and process limits to match Docker and Buildah
+- Fixed `podman run -h` to specify the container's hostname (as it does in Docker) instead of printing help text
+- Fixed a bug with image shortname handling where repositories were incorrectly being treated as registries
+- Fixed a bug where `podman wait` was busywaiting and consuming large amounts of CPU
+
## 0.8.4
### Features
- Added the `podman pod top` command
- Added the ability to easily share namespaces within a pod
- Added a pod statistics endpoint to the Varlink API
-- Add information on container capabilities to the output of `podman inspect`
+- Added information on container capabilities to the output of `podman inspect`
### Bugfixes
- Fixed a bug with the --device flag in `podman run` and `podman create`