From 7681e37764db5ec4fd1469d3abd9a8147005a020 Mon Sep 17 00:00:00 2001 From: Dimitris Karakasilis Date: Thu, 19 Dec 2024 20:29:32 +0200 Subject: [PATCH] Bump framework (bumps k3s) and k3s in pipeline Signed-off-by: Dimitris Karakasilis --- .github/workflows/uki.yaml | 2 +- Earthfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/uki.yaml b/.github/workflows/uki.yaml index 30f6fc017..1161a1c9c 100644 --- a/.github/workflows/uki.yaml +++ b/.github/workflows/uki.yaml @@ -27,7 +27,7 @@ jobs: family: ubuntu base_image: ubuntu:24.04 variant: standard - k3s_version: 1.31.3 # we need to use a matrix like we do in the other pipelines, but adding manually now just to see if this makes it work + k3s_version: 1.31.4 # we need to use a matrix like we do in the other pipelines, but adding manually now just to see if this makes it work - flavor: fedora family: rhel flavor_release: 40 diff --git a/Earthfile b/Earthfile index e851f95ab..df6042690 100644 --- a/Earthfile +++ b/Earthfile @@ -8,7 +8,7 @@ ARG TRIVY_VERSION=0.57.1 # renovate: datasource=docker depName=anchore/grype versioning=semver ARG GRYPE_VERSION=v0.85.0 # renovate: datasource=docker depName=quay.io/kairos/framework versioning=semver -ARG KAIROS_FRAMEWORK_VERSION=v2.15.0 +ARG KAIROS_FRAMEWORK_VERSION=v2.15.1 # renovate: datasource=docker depName=quay.io/kairos/auroraboot versioning=semver ARG AURORABOOT_VERSION=v0.4.3 # renovate: datasource=docker depName=golang versioning=semver