Skip to content

Commit 689420e

Browse files
committed
feat: bump dependecies
See notes in hack/release.toml for a complete list. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent db43866 commit 689420e

File tree

13 files changed

+77
-76
lines changed

13 files changed

+77
-76
lines changed

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ spec:
8787
- name: EXTENSIONS_IMAGE_REF
8888
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
8989
- name: PKGS
90-
defaultValue: v1.12.0-alpha.0-45-gda97c36
90+
defaultValue: v1.12.0-alpha.0-48-g70404aa
9191
- name: PKGS_PREFIX
9292
defaultValue: ghcr.io/siderolabs
9393
- name: TOOLS

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-11-04T11:21:40Z by kres cd5a938.
3+
# Generated on 2025-11-05T13:03:45Z by kres cd5a938.
44

55
# common variables
66

@@ -51,7 +51,7 @@ COMMON_ARGS += $(BUILD_ARGS)
5151
# extra variables
5252

5353
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
54-
PKGS ?= v1.12.0-alpha.0-45-gda97c36
54+
PKGS ?= v1.12.0-alpha.0-48-g70404aa
5555
PKGS_PREFIX ?= ghcr.io/siderolabs
5656
TOOLS ?= v1.12.0-alpha.0-16-ga08cc1f
5757
TOOLS_PREFIX ?= ghcr.io/siderolabs

Pkgfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ vars:
1212
UTIL_LINUX_VERSION: 2.41.2 # update this when updating TOOLS in Makefile
1313
UTIL_LINUX_SHA256: 6062a1d89b571a61932e6fc0211f36060c4183568b81ee866cf363bce9f6583e
1414
UTIL_LINUX_SHA512: 696c87e7cf185acc9b4b969ddade6155ea2945ae494eaecfd7b1f35d9607166cb09be79878fb793dd31b4d4dcac8c9be4be76af3886185db7ae8b58c303fb0cf
15-
ENA_VERSION: 2.15.0 # update this when updating PKGS_VERSION in Makefile
16-
TENSTORRENT_VERSION: 2.4.1 # update this when updating PKGS_VERSION in Makefile
15+
ENA_VERSION: 2.16.0 # update this when updating PKGS_VERSION in Makefile
16+
TENSTORRENT_VERSION: 2.5.0 # update this when updating PKGS_VERSION in Makefile
1717
HAILORT_VERSION: 4.23.0 # update this when updating PKGS_VERSION in Makefile
1818

1919
# renovate: datasource=git-tags extractVersion=^libtiprc-(?<version>.*)$ depName=git://linux-nfs.org/~steved/libtirpc

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ tiers based on support level:
6464
| [ecr-credential-provider](container-runtime/ecr-credential-provider) | :yellow_square: extra | [ghcr.io/siderolabs/ecr-credential-provider](https://github.com/siderolabs/extensions/pkgs/container/ecr-credential-provider) | `v1.34.1` | This system extension provides a binary which implements Kubelet's CredentialProvider API to authenticate against AWS' Elastic Container Registry and pull images. |
6565
| [gvisor](container-runtime/gvisor) | :green_square: core | [ghcr.io/siderolabs/gvisor](https://github.com/siderolabs/extensions/pkgs/container/gvisor) | `20251020.0` | This system extension provides gVisor using containerd's runtime handler. |
6666
| [gvisor-debug](container-runtime/gvisor-debug) | :yellow_square: extra | [ghcr.io/siderolabs/gvisor-debug](https://github.com/siderolabs/extensions/pkgs/container/gvisor-debug) | `v1.0.0` | This system extension enables gVisor debug logging. |
67-
| [kata-containers](container-runtime/kata-containers) | :yellow_square: extra | [ghcr.io/siderolabs/kata-containers](https://github.com/siderolabs/extensions/pkgs/container/kata-containers) | `3.21.0` | This system extension provides kata-container using containerd's runtime handler. |
68-
| [spin](container-runtime/spin) | :yellow_square: extra | [ghcr.io/siderolabs/spin](https://github.com/siderolabs/extensions/pkgs/container/spin) | `v0.21.0` | This system extension provides support for spin runtime (WebAssembly) containers. |
67+
| [kata-containers](container-runtime/kata-containers) | :yellow_square: extra | [ghcr.io/siderolabs/kata-containers](https://github.com/siderolabs/extensions/pkgs/container/kata-containers) | `3.22.0` | This system extension provides kata-container using containerd's runtime handler. |
68+
| [spin](container-runtime/spin) | :yellow_square: extra | [ghcr.io/siderolabs/spin](https://github.com/siderolabs/extensions/pkgs/container/spin) | `v0.22.0` | This system extension provides support for spin runtime (WebAssembly) containers. |
6969
| [stargz-snapshotter](container-runtime/stargz-snapshotter) | :green_square: core | [ghcr.io/siderolabs/stargz-snapshotter](https://github.com/siderolabs/extensions/pkgs/container/stargz-snapshotter) | `v0.18.0` | This system extension provides Stargz Snapshotter using containerd's runtime handler. |
7070
| [wasmedge](container-runtime/wasmedge) | :yellow_square: extra | [ghcr.io/siderolabs/wasmedge](https://github.com/siderolabs/extensions/pkgs/container/wasmedge) | `v0.6.0` | This system extension provides support for WasmEdge runtime (WebAssembly) containers. |
7171
| [youki](container-runtime/youki) | :white_large_square: contrib | [ghcr.io/siderolabs/youki](https://github.com/siderolabs/extensions/pkgs/container/youki) | `0.5.6` | This system extension provides youki using containerd's runtime handler. |
@@ -97,12 +97,12 @@ tiers based on support level:
9797

9898
| Name | Tier | Image | Version | Description |
9999
| ---- | ---- | ----- | ------- | ----------- |
100-
| [amazon-ena](drivers/amazon-ena) | :green_square: core | [ghcr.io/siderolabs/amazon-ena](https://github.com/siderolabs/extensions/pkgs/container/amazon-ena) | `2.15.0-VERSION` | This system extension provides Amazon ENA kernel modules built against a specific Talos version. ENA is a networking interface designed to make good use of modern CPU features and system architectures. |
100+
| [amazon-ena](drivers/amazon-ena) | :green_square: core | [ghcr.io/siderolabs/amazon-ena](https://github.com/siderolabs/extensions/pkgs/container/amazon-ena) | `2.16.0-VERSION` | This system extension provides Amazon ENA kernel modules built against a specific Talos version. ENA is a networking interface designed to make good use of modern CPU features and system architectures. |
101101
| [chelsio-drivers](drivers/chelsio) | :yellow_square: extra | [ghcr.io/siderolabs/chelsio-drivers](https://github.com/siderolabs/extensions/pkgs/container/chelsio-drivers) | `VERSION` | This system extension provides Chelsio network drivers. |
102102
| [gasket-driver](drivers/gasket) | :yellow_square: extra | [ghcr.io/siderolabs/gasket-driver](https://github.com/siderolabs/extensions/pkgs/container/gasket-driver) | `5815ee3-VERSION` | This system extension provides google gasket driver kernel modules built against a specific Talos version. This driver is required for PCIe and M.2 Google Coral accelerators. There are 2 kernel modules ("gasket" and "apex") required to enable this driver. |
103103
| [hailort](drivers/hailort) | :yellow_square: extra | [ghcr.io/siderolabs/hailort](https://github.com/siderolabs/extensions/pkgs/container/hailort) | `4.23.0` | Driver for HailoRT family of AI hardware (eg. Hailo-8L) and is required for PCIe and M.2 Hailo accelerators. |
104104
| [mei](drivers/mei) | :green_square: core | [ghcr.io/siderolabs/mei](https://github.com/siderolabs/extensions/pkgs/container/mei) | `VERSION` | This system extension provides Intel Management Engine drivers kernel modules built against a specific Talos version. This driver enables the Intel Management Engine, a prerequisite for Intel Arc discrete GPUs. |
105-
| [tenstorrent](drivers/tenstorrent) | :yellow_square: extra | [ghcr.io/siderolabs/tenstorrent](https://github.com/siderolabs/extensions/pkgs/container/tenstorrent) | `2.4.1` | Driver for Tenstorrent AI processing hardware |
105+
| [tenstorrent](drivers/tenstorrent) | :yellow_square: extra | [ghcr.io/siderolabs/tenstorrent](https://github.com/siderolabs/extensions/pkgs/container/tenstorrent) | `2.5.0` | Driver for Tenstorrent AI processing hardware |
106106
| [thunderbolt](drivers/thunderbolt) | :yellow_square: extra | [ghcr.io/siderolabs/thunderbolt](https://github.com/siderolabs/extensions/pkgs/container/thunderbolt) | `VERSION` | This system extension provides Thunderbolt/USB4 drivers kernel modules built against a specific Talos version. It enables support for Thunderbolt/USB4 devices, including those used for networking. WARNING: This extension automatically authorizes all Thunderbolt devices during system boot, which poses potential security risks. Use at your own discretion. |
107107
| [uinput](drivers/uinput) | :yellow_square: extra | [ghcr.io/siderolabs/uinput](https://github.com/siderolabs/extensions/pkgs/container/uinput) | `VERSION` | This system extension provides the uinput kernel module built against a specific Talos version. This kernel module makes it possible to emulate input devices from userspace. By writing to /dev/uinput (or /dev/input/uinput) device, a process can create a virtual input device with specific capabilities. Once this virtual device is created, the process can send events through it, that will be delivered to userspace and in-kernel consumers. |
108108
| [usb-audio-drivers](drivers/usb-audio-drivers) | :white_large_square: contrib | [ghcr.io/siderolabs/usb-audio-drivers](https://github.com/siderolabs/extensions/pkgs/container/usb-audio-drivers) | `VERSION` | This system extension provides ALSA USB Audio kernel modules built against a specific Talos version. This enables USB audio interfaces (class-compliant sound cards, headsets, DACs) on Talos Linux. |
@@ -128,12 +128,12 @@ tiers based on support level:
128128

129129
| Name | Tier | Image | Version | Description |
130130
| ---- | ---- | ----- | ------- | ----------- |
131-
| [cloudflared](network/cloudflared) | :white_large_square: contrib | [ghcr.io/siderolabs/cloudflared](https://github.com/siderolabs/extensions/pkgs/container/cloudflared) | `2025.10.0` | Cloudflare Tunnel securely connects resources to Cloudflare without a public IP. A lightweight daemon (cloudflared) creates outbound-only connections to Cloudflare, allowing safe access to services like HTTP, SSH, remote desktops, and other protocols. More info: https://github.com/cloudflare/cloudflared/ |
131+
| [cloudflared](network/cloudflared) | :white_large_square: contrib | [ghcr.io/siderolabs/cloudflared](https://github.com/siderolabs/extensions/pkgs/container/cloudflared) | `2025.10.1` | Cloudflare Tunnel securely connects resources to Cloudflare without a public IP. A lightweight daemon (cloudflared) creates outbound-only connections to Cloudflare, allowing safe access to services like HTTP, SSH, remote desktops, and other protocols. More info: https://github.com/cloudflare/cloudflared/ |
132132
| [lldpd](network/lldpd) | :yellow_square: extra | [ghcr.io/siderolabs/lldpd](https://github.com/siderolabs/extensions/pkgs/container/lldpd) | `1.0.20` | LLDP adds a LLDP discovery service to Talos. LLDP cli can be used to interface with the daemon. |
133133
| [nebula](network/nebula) | :white_large_square: contrib | [ghcr.io/siderolabs/nebula](https://github.com/siderolabs/extensions/pkgs/container/nebula) | `1.9.7` | A scalable overlay networking tool with a focus on performance, simplicity and security |
134-
| [netbird](network/netbird) | :white_large_square: contrib | [ghcr.io/siderolabs/netbird](https://github.com/siderolabs/extensions/pkgs/container/netbird) | `0.59.8` | NetBird combines a WireGuard®-based overlay network with Zero Trust Network Access, providing a unified open source platform for reliable and secure connectivity. |
135-
| [newt](network/newt) | :white_large_square: contrib | [ghcr.io/siderolabs/newt](https://github.com/siderolabs/extensions/pkgs/container/newt) | `1.5.2` | Newt is a fully user space WireGuard tunnel client and TCP/UDP proxy, designed to securely expose private resources controlled by Pangolin. By using Newt, you don't need to manage complex WireGuard tunnels and NATing. More info: https://github.com/fosrl/newt |
136-
| [tailscale](network/tailscale) | :yellow_square: extra | [ghcr.io/siderolabs/tailscale](https://github.com/siderolabs/extensions/pkgs/container/tailscale) | `1.90.2` | Tailscale connects your team's devices and development environments for easy access to remote resources. |
134+
| [netbird](network/netbird) | :white_large_square: contrib | [ghcr.io/siderolabs/netbird](https://github.com/siderolabs/extensions/pkgs/container/netbird) | `0.59.11` | NetBird combines a WireGuard®-based overlay network with Zero Trust Network Access, providing a unified open source platform for reliable and secure connectivity. |
135+
| [newt](network/newt) | :white_large_square: contrib | [ghcr.io/siderolabs/newt](https://github.com/siderolabs/extensions/pkgs/container/newt) | `1.6.0` | Newt is a fully user space WireGuard tunnel client and TCP/UDP proxy, designed to securely expose private resources controlled by Pangolin. By using Newt, you don't need to manage complex WireGuard tunnels and NATing. More info: https://github.com/fosrl/newt |
136+
| [tailscale](network/tailscale) | :yellow_square: extra | [ghcr.io/siderolabs/tailscale](https://github.com/siderolabs/extensions/pkgs/container/tailscale) | `1.90.6` | Tailscale connects your team's devices and development environments for easy access to remote resources. |
137137
| [zerotier](network/zerotier) | :white_large_square: contrib | [ghcr.io/siderolabs/zerotier](https://github.com/siderolabs/extensions/pkgs/container/zerotier) | `1.16.0` | Connect your Talos cluster into a zerotier network |
138138

139139
### Storage
@@ -171,8 +171,8 @@ tiers based on support level:
171171
| ---- | ---- | ----- | ------- | ----------- |
172172
| [nonfree-kmod-nvidia-lts](nvidia-gpu/nonfree/kmod-nvidia/lts) | :green_square: core | [ghcr.io/siderolabs/nonfree-kmod-nvidia-lts](https://github.com/siderolabs/extensions/pkgs/container/nonfree-kmod-nvidia-lts) | `580.95.05-VERSION` | This system extension provides nvidia proprietary kernel modules built against a specific Talos version. |
173173
| [nonfree-kmod-nvidia-production](nvidia-gpu/nonfree/kmod-nvidia/production) | :green_square: core | [ghcr.io/siderolabs/nonfree-kmod-nvidia-production](https://github.com/siderolabs/extensions/pkgs/container/nonfree-kmod-nvidia-production) | `570.195.03-VERSION` | This system extension provides nvidia proprietary kernel modules built against a specific Talos version. |
174-
| [nvidia-container-toolkit-lts](nvidia-gpu/nvidia-container-toolkit/lts) | :green_square: core | [ghcr.io/siderolabs/nvidia-container-toolkit-lts](https://github.com/siderolabs/extensions/pkgs/container/nvidia-container-toolkit-lts) | `580.95.05-v1.17.9` | This system extension provides nvidia runtime and it's dependencies using NVIDIA's runtime handler. |
175-
| [nvidia-container-toolkit-production](nvidia-gpu/nvidia-container-toolkit/production) | :green_square: core | [ghcr.io/siderolabs/nvidia-container-toolkit-production](https://github.com/siderolabs/extensions/pkgs/container/nvidia-container-toolkit-production) | `570.195.03-v1.17.9` | This system extension provides nvidia runtime and it's dependencies using NVIDIA's runtime handler. |
174+
| [nvidia-container-toolkit-lts](nvidia-gpu/nvidia-container-toolkit/lts) | :green_square: core | [ghcr.io/siderolabs/nvidia-container-toolkit-lts](https://github.com/siderolabs/extensions/pkgs/container/nvidia-container-toolkit-lts) | `580.95.05-v1.18.0` | This system extension provides nvidia runtime and it's dependencies using NVIDIA's runtime handler. |
175+
| [nvidia-container-toolkit-production](nvidia-gpu/nvidia-container-toolkit/production) | :green_square: core | [ghcr.io/siderolabs/nvidia-container-toolkit-production](https://github.com/siderolabs/extensions/pkgs/container/nvidia-container-toolkit-production) | `570.195.03-v1.18.0` | This system extension provides nvidia runtime and it's dependencies using NVIDIA's runtime handler. |
176176
| [nvidia-fabricmanager-lts](nvidia-gpu/nvidia-fabricmanager/lts) | :green_square: core | [ghcr.io/siderolabs/nvidia-fabricmanager-lts](https://github.com/siderolabs/extensions/pkgs/container/nvidia-fabricmanager-lts) | `580.95.05` | This system extension provides the Nvidia fabricmanager for GPU's that need NVLink support. |
177177
| [nvidia-fabricmanager-production](nvidia-gpu/nvidia-fabricmanager/production) | :green_square: core | [ghcr.io/siderolabs/nvidia-fabricmanager-production](https://github.com/siderolabs/extensions/pkgs/container/nvidia-fabricmanager-production) | `570.195.03` | This system extension provides the Nvidia fabricmanager for GPU's that need NVLink support. |
178178
| [nvidia-open-gpu-kernel-modules-lts](nvidia-gpu/nvidia-modules/lts) | :green_square: core | [ghcr.io/siderolabs/nvidia-open-gpu-kernel-modules-lts](https://github.com/siderolabs/extensions/pkgs/container/nvidia-open-gpu-kernel-modules-lts) | `580.95.05-VERSION` | This system extension provides nvidia open source driver kernel modules built against a specific Talos version. |

container-runtime/vars.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,19 @@ WASMEDGE_ARM64_SHA512: e3ba594c82231da3583d5c7e64d342d147883a8248905e39d3f75ce7e
2020
WASMEDGE_AMD64_SHA256: a41256af75bb587dfa6ab7d5d8ebe92e18ea281406c563266dd96f99fb60b073
2121
WASMEDGE_AMD64_SHA512: bd3624d3568e7d3ca44a3257bbdf60965af5b525150c38c4cf6183adba26da026b11cb7634db6ddd8e4f6375a94af2420cf11db332ea7f3bd9b42cdddb16938f
2222
# renovate: datasource=git-tags depName=https://github.com/spinkube/containerd-shim-spin.git
23-
SPIN_VERSION: v0.21.0
24-
SPIN_ARM64_SHA256: 758683eb5549adaf45d008db11f7ac351a50b13aba25690796e755c350d45949
25-
SPIN_ARM64_SHA512: d3b8c55580c26f6889215b79c54a1f24c23f3bc9c53aa1390c626c1a0441d79a884115f75258f521d1b9df2e161b8cda654bd719ad757a90eb872976e02638f7
26-
SPIN_AMD64_SHA256: 29b0addd317f774b3dea1206cbd800f4e19b3fe0180f156d386f550f599378ae
27-
SPIN_AMD64_SHA512: b7799202613cd72c0dbe9de71f6fefe6abb3225ecb6bfe09dd025978d12d192b778d7af896c1da2638e66adcab0d4dc989c8553dc78cae827339f64c80546c28
23+
SPIN_VERSION: v0.22.0
24+
SPIN_ARM64_SHA256: 5fde86c310b8b8ef4c1b19a04eece203f4c308f6fb42bfae3babd99d4c04006b
25+
SPIN_ARM64_SHA512: cd3dae66c9415758812f142721a3405a45ede487352d46ffcfcfd515a886e29c7b7f3ec4b3a21a939a3168c01a4f52217533972963b668d11851d85f3689c643
26+
SPIN_AMD64_SHA256: adeb94339c673f09cffe8c45c04f9b18d410f9375d1570b6d1939758b507d257
27+
SPIN_AMD64_SHA512: ee8f89c13451d9fd99686a18aee1b4c8117d44da64c6e69f55eb3b7ec4bad3fc22b05dd7703ae58ab9b2721935e262f061c32f76bb0af7c95fd451807cc358bb
2828
# renovate: datasource=github-releases depName=kata-containers/kata-containers
29-
KATA_CONTAINERS_VERSION: 3.21.0
30-
KATA_CONTAINERS_SHA256: 10f374b9880a6126e2ce49576591d589738f2dde02b8721ad5c8771341358c98
31-
KATA_CONTAINERS_SHA512: 703cf7ea73a306d190955c04041fdcecffc7de20b05c231aca3ccfae0e53ebdd7221b9a04d0f02e129c88e9084bdcca2ec8f6f440b1e5b450fd4fc5768f46615
32-
KATA_CONTAINERS_STATIC_ARM64_SHA256: d7c8e717bcce391bfff4e5747f3c87852201264cb257afac59be6156d4413aac
33-
KATA_CONTAINERS_STATIC_ARM64_SHA512: 8636263080f4bf9d818bac854f28092d3162ccbde1bae199d54bf5367ed862f0db565b5d977924ec9b100eff2720a4764f0ab87d6be9dd4046a4ba66442626fb
34-
KATA_CONTAINERS_STATIC_AMD64_SHA256: 03ca87d6029cbb3a103d6aa74f3b20eb39f8a8b1795e4e1b2d8d2ee20b2be008
35-
KATA_CONTAINERS_STATIC_AMD64_SHA512: a12c6a116fe3156d031cc2fcf11cdc1f1184fc7c955363c1ee154d078525598d4e1d4e2c661c8cd6099dbb125b698753780f22420edf1a34d95d807de665cc5f
29+
KATA_CONTAINERS_VERSION: 3.22.0
30+
KATA_CONTAINERS_SHA256: 1c425fefa6bb2ab3956a6066eb160591fdead776c2ed3c0b3977bf28d246c1db
31+
KATA_CONTAINERS_SHA512: 142bc70b6455f545d534371a845980ed00985d7225b5f672f3fef046a6f0a31871bd69ee2c931ab94c10089086123fe5987ec6615d7a7308027531269c4dae48
32+
KATA_CONTAINERS_STATIC_ARM64_SHA256: cba2c7c0be7b71c7d8c02d064927ff88ae4fff7f9a50298706e51a90f757d824
33+
KATA_CONTAINERS_STATIC_ARM64_SHA512: 2724fb89abd24e524a1f7cac08d47ec7cff4ee2aa0dea7aa9a96a2f6946a54f90c880d678190d1e06cb1a0dd7c5b3725650c0adfb1eb471aa284cf0eabfeee77
34+
KATA_CONTAINERS_STATIC_AMD64_SHA256: 9c8a1e8832a53bbb821b57b1fd8bda077c2d99adb22b655b7b6a567423b3cc3a
35+
KATA_CONTAINERS_STATIC_AMD64_SHA512: ac9e3c6c2dabe9b30cd92556e99b397d85f01e2574beea2287b6f33b9d49717f02397db4c0dbf8350b8beb5602237e4ab8629f7355ef8f54cb558c7f009d50fe
3636
# renovate: datasource=github-releases depName=containers/crun
3737
CRUN_VERSION: 1.24
3838
CRUN_ARM64_SHA256: af5d556edb16adbac7155f96875faa9701a60a9c10731c520d3ad3b1c005576b

0 commit comments

Comments
 (0)