From a0c8d1140f4042b1fe121b3578480b923849a06b Mon Sep 17 00:00:00 2001 From: "syself-bot[bot]" <115953087+syself-bot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:02:46 +0000 Subject: [PATCH] :seedling: Update containers/crun to 1.10 | datasource | package | from | to | | ----------- | --------------- | ----- | ---- | | github-tags | containers/crun | 1.9.2 | 1.10 | --- 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 27ee3433c..3611a7ccc 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.9.2 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced + - export CRUN=1.10 # 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 49f2b21a1..a015cf1f5 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.9.2 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced + - export CRUN=1.10 # 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 49bf0e828..a1946804c 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.9.2 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced + - export CRUN=1.10 # 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