Skip to content

Commit 03337d7

Browse files
committed
chore: bump deps
Bump more missing deps and fix release notes and renovate config. Signed-off-by: Noel Georgi <[email protected]>
1 parent cac285c commit 03337d7

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

container-runtime/crun/pkg.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ steps:
88
# {{ if eq .ARCH "aarch64" }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr
99
- url: https://github.com/containers/crun/releases/download/{{ .CRUN_VERSION }}/crun-{{ .CRUN_VERSION }}-linux-arm64-disable-systemd
1010
destination: crun
11-
sha256: 1bd840c95e9ae8edc25654dcf2481309724b9ff18ce95dbcd2535da9b026a47d
12-
sha512: 3184eb0e440d9551003b4275c69ecaaef2ffaf84b11ac3ffdea2e22cc9d8c578bce032331bd476bf47e5d2247f0604b93b46c6a5c3225d6704378380d15d29ee
11+
sha256: 0151e6ea9a7d36de94651347b69b2937c8e657a663afb55180ade3153d5d4064
12+
sha512: 889e347890ed0b9ecd568830195ebf94d4cd63757ab37db622546c640df292a5816e91669054158ca3db816bd05ce2b6d37f734e6a30f81c978fd16cbfdc1e3e
1313
# {{ else }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr
1414
- url: https://github.com/containers/crun/releases/download/{{ .CRUN_VERSION }}/crun-{{ .CRUN_VERSION }}-linux-amd64-disable-systemd
1515
destination: crun
16-
sha256: 03fd3ec6a7799183eaeefba5ebd3f66f9b5fb41a5b080c196285879631ff5dc1
17-
sha512: 1989c491593691527f368cd13e56aa179a414ac31a789ee39c1646b7468cc7c32bbcf0cc7e26b90c53152936422fb12d699dd5654a11e1ed2f2c2dd7eb4588e7
16+
sha256: 96f27bb57ba3d8441e76e8d3ac6af98d37a9907e6a0ffbcdbc19d72c652c48ae
17+
sha512: e914ba72e9f6b1cc407585076321166c822cf49e0849e602e2f1ed1d4e355e589a39c15b3770ef43b7b9fccb9985c822b922277b204e04005091c8ce3917d767
1818
# {{ end }} This in fact is YAML comment, but Go templating instruction is evaluated by bldr
1919
prepare:
2020
- |

container-runtime/vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ SPIN_VERSION: v0.15.1
1111
# renovate: datasource=github-releases depName=kata-containers/kata-containers
1212
KATA_CONTAINERS_VERSION: 3.3.0
1313
# renovate: datasource=github-releases depName=containers/crun
14-
CRUN_VERSION: 1.15
14+
CRUN_VERSION: 1.16

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Spin: 0.15.1
7070
Gvisor: 20240729.0
7171
Wasmedge: v0.4.0
7272
Kata Containers: 3.3.0
73-
NVIDIA container toolkit: v1.15.0
73+
NVIDIA container toolkit: v1.16.1
7474
iscsi-tools: v0.1.5
7575
vmtoolsd: v0.6.0
7676
util-linux-tools: 2.40.2

nvidia-gpu/vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NVIDIA_DRIVER_PRODUCTION_VERSION: 550.90.07
66
# renovate: datasource=github-releases depName=nvidia/nvidia-container-toolkit
77
CONTAINER_TOOLKIT_VERSION: v1.16.1
88
CONTAINER_TOOLKIT_REF: a470818ba7d9166be282cd0039dd2fc9b0a34d73
9-
# renovate: datasource=git-tags depName=nvidia/libnvidia-container
9+
# renovate: datasource=github-releases depName=nvidia/libnvidia-container
1010
LIBNVIDIA_CONTAINER_VERSION: v1.16.1
1111
LIBNVIDIA_CONTAINER_REF: 4c2494f16573b585788a42e9c7bee76ecd48c73d
1212
# renovate: datasource=docker versioning=docker depName=cgr.dev/chainguard/wolfi-base

0 commit comments

Comments
 (0)