diff options
author | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2022-03-02 08:58:41 -0500 |
---|---|---|
committer | Lokesh Mandvekar <lsm5@fedoraproject.org> | 2022-03-02 09:04:05 -0500 |
commit | bd5ff1c32c7492b9f8f1b95f1cca9b5a2cffbfd0 (patch) | |
tree | d9a7bf6ed62e0a0747d4f0ed1452db8eda3f2756 | |
parent | 965d28024cff51f7197b3b8bc060fdd167a2114f (diff) | |
download | podman-bd5ff1c32c7492b9f8f1b95f1cca9b5a2cffbfd0.tar.gz podman-bd5ff1c32c7492b9f8f1b95f1cca9b5a2cffbfd0.tar.bz2 podman-bd5ff1c32c7492b9f8f1b95f1cca9b5a2cffbfd0.zip |
Update release notes for v4.0.2
[NO NEW TESTS NEEDED]
Signed-off-by: Lokesh Mandvekar <lsm5@fedoraproject.org>
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index bb062c483..4fcdf406d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,9 @@ # Release Notes +## 4.0.2 +### Bugfixes +- Revert "use GetRuntimeDir() from c/common" + ## 4.0.1 ### Bugfixes - Fixed a bug where the `podman play kube` command did not honor the `mountPropagation` field in Pod YAML ([#13322](https://github.com/containers/podman/issues/13322)). |