summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Heon <mheon@redhat.com>2024-06-04 15:53:26 -0400
committerMatt Heon <mheon@redhat.com>2024-06-04 15:53:46 -0400
commitcd0a0d7d6d0d57c72d3d4a6b28ca14d14f26f7da (patch)
tree5861a4bf2362219f93eea1c6d28624eda63aa5e2
parentaa031ad1babaaf09d374a7add13bbc0c5ee14fd0 (diff)
Update release notes for v5.1.1
Signed-off-by: Matt Heon <mheon@redhat.com>
-rw-r--r--RELEASE_NOTES.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 2b8e48e0a..d4750b7ff 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,12 @@
# Release Notes
+## 5.1.1
+### Bugfixes
+- Fixed a bug where systemd timers associated with startup healthchecks would not be properly deleted after transitioning to the regular healthcheck ([#22884](https://github.com/containers/podman/issues/22884)).
+
+### Misc
+- Updated the containers/common library to v0.59.1
+
## 5.1.0
### Features
- VMs created by `podman machine` on macOS with Apple silicon can now use Rosetta 2 (a.k.a Rosetta) for high-speed emulation of x86 code. This is enabled by default. If you wish to change this option, you can use the `CONTAINERS_MACHINE_ROSETTA` environment variable or `containers.conf`.