mirror of
https://github.com/siderolabs/extensions.git
synced 2026-05-08 13:46:28 +02:00
This is the official v1.12.0 release. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
67 lines
1.4 KiB
TOML
67 lines
1.4 KiB
TOML
# commit to be tagged for new release
|
|
commit = "HEAD"
|
|
|
|
project_name = "Talos System Extensions"
|
|
github_repo = "siderolabs/extensions"
|
|
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
|
|
|
|
# previous release
|
|
previous = "v1.11.0"
|
|
|
|
pre_release = false
|
|
|
|
preface = """\
|
|
See [Talos Linux documentation](https://www.talos.dev/v1.11/talos-guides/configuration/system-extensions/) for information on using system extensions.
|
|
"""
|
|
|
|
[notes]
|
|
|
|
[notes.updates]
|
|
title = "Component Updates"
|
|
description = """\
|
|
Amazon ENA: 2.16.0
|
|
NVIDIA LTS: 580.105.08
|
|
NVIDIA Production: 570.195.03
|
|
NVIDIA Container Toolkit: 1.18.1
|
|
ctr: 2.1.5
|
|
crun: 1.25.1
|
|
drbd: 9.2.16
|
|
ecr-credential-provider: 1.34.1
|
|
fuse3: 3.17.4
|
|
glibc: 2.42
|
|
gvisor: 20251208.0
|
|
hailort: 4.23.0
|
|
Kata Containers: 3.24.0
|
|
lldpd: 1.0.20
|
|
cloudflared: 2025.11.1
|
|
nebula: 1.10.0
|
|
netbird: 0.60.8
|
|
newt: 1.7.0
|
|
nut-client: 2.8.4
|
|
qemu-guest-agent: 10.1.3
|
|
SOCI Snapshotter: 0.12.1
|
|
spin: 0.22.0
|
|
stargz-snapshotter: 0.18.1
|
|
tailscale: 1.92.3
|
|
talos-vmtoolsd: 1.4.0
|
|
youki: 0.5.7
|
|
zerotier: 1.16.0
|
|
zfs: 2.4.0
|
|
linux-firmware: 20251125
|
|
tenstorrent: 2.5.0
|
|
mdadm: 4.4
|
|
Intel u-code: 20251125
|
|
|
|
wolfi-base: sha256:42012fa027adc864efbb7cf68d9fc575ea45fe1b9fb0d16602e00438ce3901b1
|
|
"""
|
|
|
|
[make_deps]
|
|
|
|
[make_deps.tools]
|
|
variable = "TOOLS"
|
|
repository = "github.com/siderolabs/tools"
|
|
|
|
[make_deps.pkgs]
|
|
variable = "PKGS"
|
|
repository = "github.com/siderolabs/pkgs"
|