Merge pull request #1435 from mheon/release_notes_0.9.1.1

Update release notes for 0.9.1.1
This commit is contained in:
Matthew Heon 2018-09-10 16:19:05 -04:00 committed by GitHub
commit 6ffce631db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,12 @@
# Release Notes
## 0.9.1.1
### Bugfixes
- Added support for configuring iptables and firewalld firewalls to allow container traffic. This should resolve numerous issues with network access in containers.
### Note
It is recommended that you restart your system firewall after installing this release to clear any firewall rules created by older Podman versions. If port forwarding to containers does not work, it is recommended that you restart your system.
## 0.9.1
### Features
- Added initial support for the `podman pod` command as non-root