From f68612b05296ab5427fe5142d01afeb1f1090b7a Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Fri, 3 Jul 2026 13:26:47 +0200 Subject: [PATCH] Bump bundled krunkit from 1.3.1 to 1.3.2 Bump bundled krunkit to 1.3.2, which comes with libkrun 1.19.4. This version of libkrun includes a fix in virtio-fs on macOS for libkrun/libkrun#769 that potentially impacts podman users. 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 b574005361..f925b3a886 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 ?= 1.3.1 +KRUNKIT_VERSION ?= 1.3.2 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