diff options
author | Matthew Heon <matthew.heon@pm.me> | 2020-05-22 11:02:43 -0400 |
---|---|---|
committer | Matthew Heon <matthew.heon@pm.me> | 2020-05-22 11:02:43 -0400 |
commit | 2478ec3ae2e46be09b27c0866abafabc9e458969 (patch) | |
tree | 8851d4d1829acb545b00218355f898825797c2d1 | |
parent | d48a47acbe03fd2544fc61bdaba9eb0b8d1db388 (diff) | |
download | podman-2478ec3ae2e46be09b27c0866abafabc9e458969.tar.gz podman-2478ec3ae2e46be09b27c0866abafabc9e458969.tar.bz2 podman-2478ec3ae2e46be09b27c0866abafabc9e458969.zip |
Update release notes for v1.9.3
Signed-off-by: Matthew Heon <matthew.heon@pm.me>
-rw-r--r-- | RELEASE_NOTES.md | 9 |
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)) |