From 9a1d4b0e5ec3d27e7742acfcdc16ec22bcac2c14 Mon Sep 17 00:00:00 2001 From: "syself-bot[bot]" <115953087+syself-bot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 11:02:32 +0000 Subject: [PATCH] :seedling: Update containerd/containerd to 1.7.10 | datasource | package | from | to | | ----------- | --------------------- | ----- | ------ | | github-tags | containerd/containerd | 1.7.9 | 1.7.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 6f73b2698..6299fd979 100644 --- a/templates/cluster-templates/bases/hcloud-kcp-ubuntu.yaml +++ b/templates/cluster-templates/bases/hcloud-kcp-ubuntu.yaml @@ -188,7 +188,7 @@ spec: preKubeadmCommands: - set -x - export CRUN=1.12 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced - - export CONTAINERD=1.7.9 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver + - export CONTAINERD=1.7.10 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver - export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//') - ARCH=amd64 - if [ "$(uname -m)" = "aarch64" ]; then ARCH=arm64; fi diff --git a/templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml b/templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml index 5eb0eaf42..bf8b9e934 100644 --- a/templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml +++ b/templates/cluster-templates/bases/hetznerbaremetal-kcp-ubuntu.yaml @@ -207,7 +207,7 @@ spec: preKubeadmCommands: - set -x - export CRUN=1.12 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced - - export CONTAINERD=1.7.9 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver + - export CONTAINERD=1.7.10 # 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 - localectl set-locale LANGUAGE=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 b1dc61d7e..9bccd4d85 100644 --- a/templates/cluster-templates/bases/kct-md-0-ubuntu.yaml +++ b/templates/cluster-templates/bases/kct-md-0-ubuntu.yaml @@ -75,7 +75,7 @@ spec: preKubeadmCommands: - set -x - export CRUN=1.12 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced - - export CONTAINERD=1.7.9 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver + - export CONTAINERD=1.7.10 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver - export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//') - ARCH=amd64 - if [ "$(uname -m)" = "aarch64" ]; then ARCH=arm64; fi