From 103788be2c995c462635934dfb4a3ef3f8a4f105 Mon Sep 17 00:00:00 2001 From: Sergio Lopez Date: Tue, 28 Oct 2025 18:09:25 +0100 Subject: [PATCH] Bump bundled krunkit from 0.2.2 to 1.1.0 Bump bundled krunkit to 1.1.0. For podman, this release means better I/O performance due to this libkrun version defaulting to a more relaxed disk image sync on macOS, and raising the vCPU limit to the maximum allowed by Hypervisor.framework. Fixes: #27216 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 4cc79b7822..0f431f1151 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.2 +KRUNKIT_VERSION ?= 1.1.0 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