From 140019e97888da1be24682bcc6ce56856695ecf4 Mon Sep 17 00:00:00 2001 From: "syself-bot[bot]" <115953087+syself-bot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 23:21:36 +0530 Subject: [PATCH] :seedling: Update containerd/containerd to 1.7.19 (#1374) | datasource | package | from | to | | ----------- | --------------------- | ------ | ------ | | github-tags | containerd/containerd | 1.7.18 | 1.7.19 | Co-authored-by: syself-bot[bot] <115953087+syself-bot[bot]@users.noreply.github.com> --- 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 b45414f53..4a2862b4c 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.18 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver + - export CONTAINERD=1.7.19 # 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 419592102..ec2014b78 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.18 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver + - export CONTAINERD=1.7.19 # 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 abcecbc58..0ae791da2 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.18 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?.*)$ versioning=semver + - export CONTAINERD=1.7.19 # 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