Skip to content

Commit

Permalink
🌱 Update containerd/containerd to 1.7.19 (#1374)
Browse files Browse the repository at this point in the history
| 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>
  • Loading branch information
syself-bot[bot] authored Jul 4, 2024
1 parent afb4ccb commit 140019e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/cluster-templates/bases/hcloud-kcp-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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(?<version>.*)$ versioning=semver
- export CONTAINERD=1.7.19 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?<version>.*)$ 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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(?<version>.*)$ versioning=semver
- export CONTAINERD=1.7.19 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?<version>.*)$ 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
Expand Down
2 changes: 1 addition & 1 deletion templates/cluster-templates/bases/kct-md-0-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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(?<version>.*)$ versioning=semver
- export CONTAINERD=1.7.19 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?<version>.*)$ 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
Expand Down

0 comments on commit 140019e

Please sign in to comment.