From b7d1f7714775f15c644b9c509df09ac86fc23e86 Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Wed, 5 Nov 2025 09:12:47 -0500 Subject: [PATCH 1/2] Update release notes for v5.7.0-rc3 Signed-off-by: Matt Heon --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c6373adb9b..cdf490df8e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -50,6 +50,7 @@ - Fixed a bug where the remote Podman client could lose some initial bytes of output from attach sessions (`podman run`, `podman exec`, `podman attach`) due to a race condition ([#26951](https://github.com/containers/podman/issues/26951)). - Fixed a bug where the `podman build` command was ignoring SBOM related options ([#23915](https://github.com/containers/podman/issues/23915)). - Fixed a bug where the `--userns=ns:/path` option to `podman create` and `podman run` was broken with runc 1.1.11 and higher ([#27148](https://github.com/containers/podman/issues/27148)). +- Fixed a bug where `podman machine` on Windows would always re-pull machine images when using the WSL provider, even if an the image had already been pulled and was present on disk. ### API - Added a new API endpoint to list quadlets (`GET /libpod/quadlets/json`). From 85a6e7f8d791c40710dbc2378580fd0b82bfa828 Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Wed, 5 Nov 2025 09:13:02 -0500 Subject: [PATCH 2/2] Bump to v5.7.0-rc3 Signed-off-by: Matt Heon --- version/rawversion/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/rawversion/version.go b/version/rawversion/version.go index f4360c663e..e01b1b49b8 100644 --- a/version/rawversion/version.go +++ b/version/rawversion/version.go @@ -4,4 +4,4 @@ package rawversion // // This indirection is needed to prevent semver packages from bloating // Quadlet's binary size. -const RawVersion = "5.7.0-dev" +const RawVersion = "5.7.0-rc3"