File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ includes tables showing Docker commands and their Podman equivalent commands.
5757** [ Tutorials] ( docs/tutorials ) **
5858Tutorials on using Podman.
5959
60+ ** [ Release Notes] ( RELEASE_NOTES.md ) **
61+ Release notes for recent Podman versions
62+
6063** [ Contributing] ( CONTRIBUTING.md ) **
6164Information about contributing to this project.
6265
Original file line number Diff line number Diff line change 1+ # Release Notes
2+
3+ ## 0.8.4
4+ ### Features
5+ - Added the ` podman pod top ` command
6+ - Added the ability to easily share namespaces within a pod
7+ - Added a pod statistics endpoint to the Varlink API
8+ - Add information on container capabilities to the output of ` podman inspect `
9+
10+ ### Bugfixes
11+ - Fixed a bug with the --device flag in ` podman run ` and ` podman create `
12+ - Fixed ` podman pod stats ` to accept partial pod IDs and pod names
13+ - Fixed a bug with OCI hooks handling ` ALWAYS ` matches
14+ - Fixed a bug with privileged rootless containers with ` --net=host ` set
15+ - Fixed a bug where ` podman exec --user ` would not work with usernames, only numeric IDs
16+ - Fixed a bug where Podman was forwarding both TCP and UDP ports to containers when protocol was not specified
17+ - Fixed issues with Apparmor in rootless containers
18+ - Fixed an issue with database encoding causing some containers created by Podman versions 0.8.1 and below to be unusable.
19+
20+ ### Compatability:
21+ We switched JSON encoding/decoding to a new library for this release to address a compatability issue introduced by v0.8.2.
22+ However, this may cause issues with containers created in 0.8.2 and 0.8.3 with custom DNS servers.
You can’t perform that action at this time.
0 commit comments