From 81e72a93635e80c6532d9881c233b15d264b5094 Mon Sep 17 00:00:00 2001 From: "syself-bot[bot]" <115953087+syself-bot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 11:02:01 +0000 Subject: [PATCH] :seedling: Update containerd/containerd to 2.0.1 | datasource | package | from | to | | ----------- | --------------------- | ------ | ----- | | github-tags | containerd/containerd | 1.7.24 | 2.0.1 | --- 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 41ea04f83..27954b837 100644 --- a/templates/cluster-templates/bases/hcloud-kcp-ubuntu.yaml +++ b/templates/cluster-templates/bases/hcloud-kcp-ubuntu.yaml @@ -166,7 +166,7 @@ spec: nameserver 2606:4700:4700::1111 preKubeadmCommands: - set -x - - export CONTAINERD=1.7.24 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver + - export CONTAINERD=2.0.1 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver - export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//') - export TRIMMED_KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//' | awk -F . '{print $1 "." $2}') - ARCH=amd64 diff --git a/templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml b/templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml index 4b83ee87b..574a11010 100644 --- a/templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml +++ b/templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml @@ -185,7 +185,7 @@ spec: nameserver 2606:4700:4700::1111 preKubeadmCommands: - set -x - - export CONTAINERD=1.7.24 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver + - export CONTAINERD=2.0.1 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver - export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//') - export TRIMMED_KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//' | awk -F . '{print $1 "." $2}') - 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 1b47f7cc0..b52192956 100644 --- a/templates/cluster-templates/bases/kct-md-0-ubuntu.yaml +++ b/templates/cluster-templates/bases/kct-md-0-ubuntu.yaml @@ -55,7 +55,7 @@ spec: preKubeadmCommands: - set -x - grep VERSION= /etc/os-release; uname -a - - export CONTAINERD=1.7.24 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver + - export CONTAINERD=2.0.1 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver - export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//') - export TRIMMED_KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//' | awk -F . '{print $1 "." $2}') - ARCH=amd64