From 37f621579b0d31f6aca5f9b1d5186dd939aee0d3 Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Mon, 12 May 2025 18:38:28 +0200 Subject: [PATCH 1/2] Bump bundled krunkit to 0.2.1 Bump the bundled krunkit version from 0.2.0 to 0.2.1. Signed-off-by: Sergio Lopez --- contrib/pkginstaller/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/pkginstaller/Makefile b/contrib/pkginstaller/Makefile index 2b2a146f90..466f42c651 100644 --- a/contrib/pkginstaller/Makefile +++ b/contrib/pkginstaller/Makefile @@ -9,7 +9,7 @@ else endif GVPROXY_VERSION=$(shell $(GO) list -m -f '{{.Version}}' github.com/containers/gvisor-tap-vsock) VFKIT_VERSION ?= 0.6.1 -KRUNKIT_VERSION ?= 0.2.0 +KRUNKIT_VERSION ?= 0.2.1 GVPROXY_RELEASE_URL ?= https://github.com/containers/gvisor-tap-vsock/releases/download/$(GVPROXY_VERSION)/gvproxy-darwin VFKIT_RELEASE_URL ?= https://github.com/crc-org/vfkit/releases/download/v$(VFKIT_VERSION)/vfkit-unsigned KRUNKIT_RELEASE_URL ?= https://github.com/containers/krunkit/releases/download/v$(KRUNKIT_VERSION)/krunkit-podman-unsigned-$(KRUNKIT_VERSION).tgz From 712291aee8f7dcaa87f5dfce6d14026fd4bae033 Mon Sep 17 00:00:00 2001 From: Matt Heon Date: Tue, 13 May 2025 11:24:28 -0400 Subject: [PATCH 2/2] Update release notes for v5.5.0 final 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 429456927f..f40afc11f1 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -59,6 +59,7 @@ - Fixed a bug where the `--user` option to `podman create` and `podman run` could not be used with users added to the container by the `--hostuser` option ([#25805](https://github.com/containers/podman/issues/25805)). - Fixed a bug where the `podman system reset` command on FreeBSD would incorrectly print an error. - Fixed a bug where stopping the `podman machine start` command with SIGINT could result in machine state being incorrectly set to "Starting" ([#24416](https://github.com/containers/podman/issues/24416)). +- Fixed a bug where the `podman machine start` command would fail when starting a VM with volume mounts containing spaces using the HyperV machine provider ([#25500](https://github.com/containers/podman/issues/25500)). ### API - Fixed a bug where the Compat Create API for Containers ignored ulimits specified in the request when Podman was run rootless ([#25881](https://github.com/containers/podman/issues/25881)).