summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <matthew.heon@gmail.com>2018-09-17 12:01:54 -0400
committerGitHub <noreply@github.com>2018-09-17 12:01:54 -0400
commitc3180c2e51dc7f097679edb86aed1639f3fba41e (patch)
treeb6d82faa36f8083cd0dae205940bad18cffa13fe
parent5e4f7e915ebec279f20329bba5701a7b8d8dfe32 (diff)
parent6bc2469e605f4f5f6f7713a4b8d3e397b5d285b9 (diff)
downloadpodman-c3180c2e51dc7f097679edb86aed1639f3fba41e.tar.gz
podman-c3180c2e51dc7f097679edb86aed1639f3fba41e.tar.bz2
podman-c3180c2e51dc7f097679edb86aed1639f3fba41e.zip
Merge pull request #1489 from mheon/release_notes_0.9.2.1
Update release notes for 0.9.2.1
-rw-r--r--README.md2
-rw-r--r--RELEASE_NOTES.md10
2 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index b033bbc86..3038bcb13 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
![PODMAN logo](logo/podman-logo-source.svg)
# libpod - library for running OCI-based containers in Pods
-### Latest Version: 0.9.2
+### Latest Version: 0.9.2.1
### Status: Active Development
## What is the scope of this project?
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 65c8997df..1bb618a04 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,12 @@
# Release Notes
+## 0.9.2.1
+### Bugfixes
+- Updated Buildah dependency to fix several bugs in `podman build`
+
+### Misc
+- Small performance improvement in image handling code to not recalculate digests
+
## 0.9.2
### Features
- Added `--interval` flag to `podman wait` to determine the interval between checks for container status
@@ -18,6 +25,9 @@
- Added `podman rm --volumes` flag for compatability with Docker. As Podman does not presently support named volumes, this does nothing for now, but provides improved compatability with the Docker command line.
- Improved error messages from `podman pull`
+### Compatability
+- Podman is no longer being built by default with support for the Devicemapper storage driver. If you are using this storage driver, you should investigate switching to overlayfs.
+
## 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.