summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-11-15 15:37:53 -0500
committerGitHub <noreply@github.com>2018-11-15 15:37:53 -0500
commit1b52843cfd2ae254a6e52c74e564730f1c875c4c (patch)
treed3d7a4fbe1c67a9a97529b95c8599df93eb11c91 /RELEASE_NOTES.md
parent286801229abf0c3b93895c140b102cabd10b125d (diff)
parent663ed736720996e2f0ec79feac48316ed289aff0 (diff)
downloadpodman-1b52843cfd2ae254a6e52c74e564730f1c875c4c.tar.gz
podman-1b52843cfd2ae254a6e52c74e564730f1c875c4c.tar.bz2
podman-1b52843cfd2ae254a6e52c74e564730f1c875c4c.zip
Merge pull request #1819 from mheon/release_notes_0.11.1.1
Add release notes for 0.11.1.1
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 9cdf3faae..05854c8d7 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,18 @@
# Release Notes
+## 0.11.1.1
+### Bugfixes
+- Fixed a bug where Podman was not correctly adding firewall rules for containers, preventing them from accessing the network
+- Fixed a bug where full error messages were being lost when creating containers with user namespaces
+- Fixed a bug where container state was not properly updated if a failure occurred during network setup, which could cause mounts to be left behind when the container was removed
+- Fixed a bug where `podman exec` could time out on slower systems by increasing the relevant timeout
+
+### Misc
+- `podman rm -f` now removes paused containers. As such, `podman rm -af` completing successfully guarantees all Podman containers have been removed
+- Added a field to `podman info` to show if Podman is being run as rootless
+- Made a small output format change to `podman images` - image sizes now feature a space between number and unit (e.g. `123 MB` now instead of `123MB`)
+- Vendored an updated version of `containers/storage` to fix several bugs reported upstream
+
## 0.11.1
### Features
- Added `--all` and `--latest` flags to `podman checkpoint` and `podman restore`