From f179e5ae7d2ef59bbbdb9f8e17e097fa138e6cac Mon Sep 17 00:00:00 2001 From: Itxaka Date: Thu, 25 Apr 2024 11:35:18 +0200 Subject: [PATCH] Bump framework to 2.7.30 - agent fixes - reuse userid if user is created more than once - fix hooks for uki install - immucore fixes - reuse userid if user is created more than once - fix rootfs stage not using oem dir for cc files Signed-off-by: Itxaka --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 9646ffa98..184d5e148 100644 --- a/Earthfile +++ b/Earthfile @@ -9,7 +9,7 @@ ARG LUET_VERSION=0.35.1 # renovate: datasource=docker depName=aquasec/trivy ARG TRIVY_VERSION=0.50.1 # renovate: datasource=github-releases depName=kairos-io/kairos-framework -ARG KAIROS_FRAMEWORK_VERSION=v2.7.28 +ARG KAIROS_FRAMEWORK_VERSION=v2.7.30 ARG COSIGN_SKIP=".*quay.io/kairos/.*" # TODO: rename ISO_NAME to something like ARTIFACT_NAME because there are place where we use ISO_NAME to refer to the artifact name