Skip to content

Commit ade8620

Browse files
chore: update dependencies
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 95ddb77 commit ade8620

File tree

14 files changed

+25
-19
lines changed

14 files changed

+25
-19
lines changed

Pkgfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# syntax = ghcr.io/siderolabs/bldr:v0.3.2
1+
# syntax = ghcr.io/siderolabs/bldr:v0.4.0
22

33
format: v1alpha2
44

container-runtime/vars.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# renovate: datasource=github-tags extractVersion=^release-(?<version>.*)$ depName=google/gvisor
2-
GVISOR_VERSION: 20241118.0
2+
GVISOR_VERSION: 20250127.0
33
# renovate: datasource=github-releases depName=containerd/stargz-snapshotter
44
STARGZ_SNAPSHOTTER_VERSION: v0.16.3
55
# 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
77
# renovate: datasource=git-tags extractVersion=^containerd-shim-wasmedge\/(?<version>.*)$ depName=https://github.com/containerd/runwasi.git
88
WASMEDGE_VERSION: v0.5.0
99
# renovate: datasource=git-tags depName=https://github.com/spinkube/containerd-shim-spin.git
1010
SPIN_VERSION: v0.18.0
1111
# renovate: datasource=github-releases depName=kata-containers/kata-containers
12-
KATA_CONTAINERS_VERSION: 3.3.0
12+
KATA_CONTAINERS_VERSION: 3.13.0
1313
# renovate: datasource=github-releases depName=containers/crun
1414
CRUN_VERSION: 1.19.1

guest-agents/vars.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=https://github.com/qemu/qemu.git
22
QEMU_VERSION: 9.2.0
33
# renovate: datasource=git-tags depName=https://gitlab.gnome.org/GNOME/glib.git
4-
GLIB_VERSION: 2.83.2
4+
GLIB_VERSION: 2.83.3
55
# renovate: datasource=github-releases extractVersion=^pcre2-(?<version>.*)$ depName=PCRE2Project/pcre2
66
PCRE2_VERSION: 10.42
77
# renovate: datasource=git-tags depName=https://gitlab.com/xen-project/xen-guest-agent.git
88
XEN_GUEST_AGENT_VERSION: 0.4.0
99
# renovate: datasource=github-releases depName=siderolabs/talos-vmtoolsd
1010
TALOS_VMTOOLSD_VERSION: v0.6.1
1111
# renovate: datasource=github-releases depName=siderolabs/talos-metal-agent
12-
TALOS_METAL_AGENT_VERSION: v0.1.0
12+
TALOS_METAL_AGENT_VERSION: v0.1.1

misc/glibc/vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# renovate: datasource=docker versioning=docker depName=cgr.dev/chainguard/wolfi-base
2-
WOLFI_BASE_REF: sha256:4f12c90f259bd273ed698660bc983053c5f4d2d2617beb0d481d4ec43d7cbbbd
2+
WOLFI_BASE_REF: sha256:1ec3327af43d7af231ffe475aff88d49dbb5e09af9f28610e6afbd2cb096e751
33

44
VERSION: {{ .GLIBC_VERSION }}

misc/vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# renovate: datasource=git-tags extractVersion=^glibc-(?<version>.*)$ depName=https://sourceware.org/git/glibc.git
2-
GLIBC_VERSION: 2.40
2+
GLIBC_VERSION: 2.41

network/vars.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# renovate: datasource=github-releases extractVersion=^v(?<version>.*)$ depName=tailscale/tailscale
2-
TAILSCALE_VERSION: 1.78.1
2+
TAILSCALE_VERSION: 1.80.0
33
# renovate: datasource=github-releases depName=lldpd/lldpd
44
LLDPD_VERSION: 1.0.19
55
# renovate: datasource=github-releases depName=cloudflare/cloudflared

nvidia-gpu/nvidia-container-toolkit/nvidia-container-runtime-wrapper/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module nvidia-container-runtime-wrapper
22

33
go 1.23.0
44

5-
require golang.org/x/sys v0.29.0
5+
require golang.org/x/sys v0.30.0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
22
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=

nvidia-gpu/nvidia-container-toolkit/nvidia-persistenced-wrapper/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module nvidia-persistenced-wrapper
22

33
go 1.23.0
44

5-
require golang.org/x/sys v0.29.0
5+
require golang.org/x/sys v0.30.0
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
golang.org/x/sys v0.29.0 h1:TPYlXGxvx1MGTn2GiZDhnjPA9wZzZeGKHHmKhHYvgaU=
22
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=

0 commit comments

Comments
 (0)