From 7640482c162dcbef6b857b202b5928f6b9a4edc0 Mon Sep 17 00:00:00 2001 From: Mauro Morales Date: Mon, 29 Apr 2024 14:44:17 +0200 Subject: [PATCH] Bump agent to v2.8.13 Includes fix for duplicated step names in yip which was producing inconsistencies when generating users Signed-off-by: Mauro Morales --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 184d5e148..4bdc790f8 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.30 +ARG KAIROS_FRAMEWORK_VERSION=v2.7.31 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