aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-05-22 18:12:22 +0200
committerGitHub <noreply@github.com>2020-05-22 18:12:22 +0200
commit123c0f9ce144ec9930d64f99d8409cc3adfb460c (patch)
tree8851d4d1829acb545b00218355f898825797c2d1
parentd48a47acbe03fd2544fc61bdaba9eb0b8d1db388 (diff)
parent2478ec3ae2e46be09b27c0866abafabc9e458969 (diff)
downloadpodman-123c0f9ce144ec9930d64f99d8409cc3adfb460c.tar.gz
podman-123c0f9ce144ec9930d64f99d8409cc3adfb460c.tar.bz2
podman-123c0f9ce144ec9930d64f99d8409cc3adfb460c.zip
Merge pull request #6346 from mheon/release_notes_193
Update release notes for v1.9.3
-rw-r--r--RELEASE_NOTES.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 65a0571d5..05b56d344 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,14 @@
# Release Notes
+## 1.9.3
+### Bugfixes
+- Fixed a bug where, on FIPS enabled hosts, FIPS mode secrets were not properly mounted into containers
+- Fixed a bug where builds run over Varlink would hang ([#6237](https://github.com/containers/libpod/issues/6237))
+
+### Misc
+- Named volumes and tmpfs filesystems will no longer default to mounting `noexec` for improved compatibility with Docker
+- Updated Buildah to v1.14.9
+
## 1.9.2
### Bugfixes
- Fixed a bug where `podman save` would fail when the target image was specified by digest ([#5234](https://github.com/containers/libpod/issues/5234))