From 05b1cd75e9f3128e4de15d44a86a6528bfd12c22 Mon Sep 17 00:00:00 2001 From: "syself-bot[bot]" <115953087+syself-bot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 11:03:32 +0000 Subject: [PATCH] :seedling: Update containers/crun to 1.11 | datasource | package | from | to | | ----------- | --------------- | ---- | ---- | | github-tags | containers/crun | 1.10 | 1.11 | --- templates/cluster-templates/bases/hcloud-kcp-ubuntu.yaml | 2 +- .../cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml | 2 +- templates/cluster-templates/bases/kct-md-0-ubuntu.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/cluster-templates/bases/hcloud-kcp-ubuntu.yaml b/templates/cluster-templates/bases/hcloud-kcp-ubuntu.yaml index 3611a7ccc..c8d834cfa 100644 --- a/templates/cluster-templates/bases/hcloud-kcp-ubuntu.yaml +++ b/templates/cluster-templates/bases/hcloud-kcp-ubuntu.yaml @@ -187,7 +187,7 @@ spec: nameserver 2606:4700:4700::1111 preKubeadmCommands: - set -x - - export CRUN=1.10 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced + - export CRUN=1.11 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced - export CONTAINERD=1.7.7 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver - export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//') - ARCH=amd64 diff --git a/templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml b/templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml index a015cf1f5..a328b7b7b 100644 --- a/templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml +++ b/templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml @@ -206,7 +206,7 @@ spec: nameserver 2606:4700:4700::1111 preKubeadmCommands: - set -x - - export CRUN=1.10 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced + - export CRUN=1.11 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced - export CONTAINERD=1.7.7 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver - export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//') - localectl set-locale LANG=en_US.UTF-8 diff --git a/templates/cluster-templates/bases/kct-md-0-ubuntu.yaml b/templates/cluster-templates/bases/kct-md-0-ubuntu.yaml index a1946804c..1cbda2c3e 100644 --- a/templates/cluster-templates/bases/kct-md-0-ubuntu.yaml +++ b/templates/cluster-templates/bases/kct-md-0-ubuntu.yaml @@ -74,7 +74,7 @@ spec: nameserver 2606:4700:4700::1111 preKubeadmCommands: - set -x - - export CRUN=1.10 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced + - export CRUN=1.11 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced - export CONTAINERD=1.7.7 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver - export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//') - ARCH=amd64