summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-09-10 16:19:05 -0400
committerGitHub <noreply@github.com>2018-09-10 16:19:05 -0400
commit6ffce631db6e01f66b09cb0e894600182caa872c (patch)
tree64b3332183d527b4bb674ec7261e5be2619c78ea
parentd377a5157802ac31427d36a072fbaf1b64614423 (diff)
parente4fac78d91beaab8e6a6924a308ed403045676be (diff)
Merge pull request #1435 from mheon/release_notes_0.9.1.1
Update release notes for 0.9.1.1
-rw-r--r--RELEASE_NOTES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index fc7487665..046c0c0df 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -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