Skip to content

Commit 717b038

Browse files
authored
Merge pull request #1342 from mheon/add_release_notes
Add release notes for 0.8.4
2 parents 347e934 + fdc1a6d commit 717b038

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ includes tables showing Docker commands and their Podman equivalent commands.
5757
**[Tutorials](docs/tutorials)**
5858
Tutorials on using Podman.
5959

60+
**[Release Notes](RELEASE_NOTES.md)**
61+
Release notes for recent Podman versions
62+
6063
**[Contributing](CONTRIBUTING.md)**
6164
Information about contributing to this project.
6265

RELEASE_NOTES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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.

0 commit comments

Comments
 (0)