Skip to content

Commit

Permalink
Merge pull request #1034 from syself/renovate/containers-crun-1.11.x
Browse files Browse the repository at this point in the history
🌱 Update containers/crun to 1.11.1
  • Loading branch information
janiskemper authored Oct 31, 2023
2 parents 198746a + 95d303e commit e612852
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 @@ -187,7 +187,7 @@ spec:
nameserver 2606:4700:4700::1111
preKubeadmCommands:
- set -x
- export CRUN=1.11 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- export CRUN=1.11.1 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- export CONTAINERD=1.7.8 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?<version>.*)$ versioning=semver
- export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//')
- ARCH=amd64
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ spec:
nameserver 2606:4700:4700::1111
preKubeadmCommands:
- set -x
- export CRUN=1.11 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- export CRUN=1.11.1 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- export CONTAINERD=1.7.8 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?<version>.*)$ versioning=semver
- export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//')
- 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 @@ -74,7 +74,7 @@ spec:
nameserver 2606:4700:4700::1111
preKubeadmCommands:
- set -x
- export CRUN=1.11 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- export CRUN=1.11.1 # update: datasource=github-tags depName=containers/crun versioning=semver-coerced
- export CONTAINERD=1.7.8 # update: datasource=github-tags depName=containerd/containerd extractVersion=^v(?<version>.*)$ versioning=semver
- export KUBERNETES_VERSION=$(echo ${KUBERNETES_VERSION} | sed 's/^v//')
- ARCH=amd64
Expand Down

0 comments on commit e612852

Please sign in to comment.