mirror of
https://github.com/containers/podman.git
synced 2025-07-01 00:01:02 +08:00
Merge pull request #1393 from mheon/release_notes_0.8.5
Update release notes for 0.8.5
This commit is contained in:
@ -1,11 +1,27 @@
|
|||||||
# Release Notes
|
# 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
|
## 0.8.4
|
||||||
### Features
|
### Features
|
||||||
- Added the `podman pod top` command
|
- Added the `podman pod top` command
|
||||||
- Added the ability to easily share namespaces within a pod
|
- Added the ability to easily share namespaces within a pod
|
||||||
- Added a pod statistics endpoint to the Varlink API
|
- 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
|
### Bugfixes
|
||||||
- Fixed a bug with the --device flag in `podman run` and `podman create`
|
- Fixed a bug with the --device flag in `podman run` and `podman create`
|
||||||
|
Reference in New Issue
Block a user