aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Heon <mheon@redhat.com>2021-04-21 14:26:24 -0400
committerMatthew Heon <mheon@redhat.com>2021-04-21 14:27:36 -0400
commita2ec25fbde78116365ae2210efbc4d9d2088b9d7 (patch)
tree09ff42e647b84f97b00467a2b68d09d29e51f3fb
parent88b48db19b042079e4385cfe27431f58840934d8 (diff)
downloadpodman-a2ec25fbde78116365ae2210efbc4d9d2088b9d7.tar.gz
podman-a2ec25fbde78116365ae2210efbc4d9d2088b9d7.tar.bz2
podman-a2ec25fbde78116365ae2210efbc4d9d2088b9d7.zip
Update release notes for v3.1.2
Signed-off-by: Matthew Heon <mheon@redhat.com>
-rw-r--r--RELEASE_NOTES.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 926091267..f1b91cb2a 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,16 @@
# Release Notes
+## 3.1.2
+### Bugfixes
+- Fixed a bug where images with empty layers were stored incorrectly, causing them to be unable to be pushed or saved.
+- Fixed a bug where the `podman rmi` command could fail to remove corrupt images from storage.
+- Fixed a bug where the remote Podman client's `podman save` command did not support the `oci-dir` and `docker-dir` formats ([#9742](https://github.com/containers/podman/issues/9742)).
+- Fixed a bug where volume mounts from `podman play kube` created with a trailing `/` in the container path were were not properly superceding named volumes from the image ([#9618](https://github.com/containers/podman/issues/9618)).
+- Fixed a bug where Podman could fail to build on 32-bit architectures.
+
+### Misc
+- Updated the containers/image library to v5.11.1
+
## 3.1.1
### Changes
- Podman now recognizes `trace` as a valid argument to the `--log-level` command. Trace logging is now the most verbose level of logging available.