File tree Expand file tree Collapse file tree 14 files changed +26
-20
lines changed
nvidia-container-runtime-wrapper
nvidia-persistenced-wrapper Expand file tree Collapse file tree 14 files changed +26
-20
lines changed Original file line number Diff line number Diff line change 1
- # syntax = ghcr.io/siderolabs/bldr:v0.4.0-1-g76a2c8f
1
+ # syntax = ghcr.io/siderolabs/bldr:v0.4.1
2
2
3
3
format: v1alpha2
4
4
Original file line number Diff line number Diff line change 1
1
# renovate: datasource=github-tags extractVersion=^release-(?<version>.*)$ depName=google/gvisor
2
- GVISOR_VERSION : 20241118 .0
2
+ GVISOR_VERSION : 20250203 .0
3
3
# renovate: datasource=github-releases depName=containerd/stargz-snapshotter
4
4
STARGZ_SNAPSHOTTER_VERSION : v0.16.3
5
5
# renovate: datasource=github-releases depName=kubernetes/cloud-provider-aws
6
- CLOUD_PROVIDER_AWS_VERSION : v1.32.0
6
+ CLOUD_PROVIDER_AWS_VERSION : v1.32.1
7
7
# renovate: datasource=git-tags extractVersion=^containerd-shim-wasmedge\/(?<version>.*)$ depName=https://github.com/containerd/runwasi.git
8
8
WASMEDGE_VERSION : v0.5.0
9
9
# renovate: datasource=git-tags depName=https://github.com/spinkube/containerd-shim-spin.git
10
10
SPIN_VERSION : v0.18.0
11
11
# renovate: datasource=github-releases depName=kata-containers/kata-containers
12
- KATA_CONTAINERS_VERSION : 3.3 .0
12
+ KATA_CONTAINERS_VERSION : 3.13 .0
13
13
# renovate: datasource=github-releases depName=containers/crun
14
- CRUN_VERSION : 1.19.1
14
+ CRUN_VERSION : 1.20
Original file line number Diff line number Diff line change 1
1
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=https://github.com/qemu/qemu.git
2
- QEMU_VERSION : 9.2.0
2
+ QEMU_VERSION : 9.2.1
3
3
# renovate: datasource=git-tags depName=https://gitlab.gnome.org/GNOME/glib.git
4
- GLIB_VERSION : 2.83.2
4
+ GLIB_VERSION : 2.83.3
5
5
# renovate: datasource=github-releases extractVersion=^pcre2-(?<version>.*)$ depName=PCRE2Project/pcre2
6
6
PCRE2_VERSION : 10.42
7
7
# renovate: datasource=git-tags depName=https://gitlab.com/xen-project/xen-guest-agent.git
Original file line number Diff line number Diff line change 1
1
# renovate: datasource=docker versioning=docker depName=cgr.dev/chainguard/wolfi-base
2
- WOLFI_BASE_REF : sha256:4f12c90f259bd273ed698660bc983053c5f4d2d2617beb0d481d4ec43d7cbbbd
2
+ WOLFI_BASE_REF : sha256:1ec3327af43d7af231ffe475aff88d49dbb5e09af9f28610e6afbd2cb096e751
3
3
4
4
VERSION : {{ .GLIBC_VERSION }}
Original file line number Diff line number Diff line change 1
1
# renovate: datasource=git-tags extractVersion=^glibc-(?<version>.*)$ depName=https://sourceware.org/git/glibc.git
2
- GLIBC_VERSION : 2.40
2
+ GLIBC_VERSION : 2.41
Original file line number Diff line number Diff line change 1
1
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=tailscale/tailscale
2
- TAILSCALE_VERSION : 1.78.1
2
+ TAILSCALE_VERSION : 1.80.0
3
3
# renovate: datasource=github-releases depName=lldpd/lldpd
4
4
LLDPD_VERSION : 1.0.19
5
5
# renovate: datasource=github-releases depName=cloudflare/cloudflared
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module nvidia-container-runtime-wrapper
2
2
3
3
go 1.23.0
4
4
5
- require golang.org/x/sys v0.29 .0
5
+ require golang.org/x/sys v0.30 .0
Original file line number Diff line number Diff line change 1
1
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU =
2
2
golang.org/x/sys v0.29.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
3
+ golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
4
+ golang.org/x/sys v0.30.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ module nvidia-persistenced-wrapper
2
2
3
3
go 1.23.0
4
4
5
- require golang.org/x/sys v0.29 .0
5
+ require golang.org/x/sys v0.30 .0
Original file line number Diff line number Diff line change 1
1
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU =
2
2
golang.org/x/sys v0.29.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
3
+ golang.org/x/sys v0.30.0 h1:QjkSwP/36a20jFYWkSue1YwXzLmsV5Gfq7Eiy72C1uc =
4
+ golang.org/x/sys v0.30.0 /go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA =
You can’t perform that action at this time.
0 commit comments