talos-extensions/hack/release.toml
Andrey Smirnov 1138653646
feat: bump NVIDIA production/LTS drivers
LTS: 580.126.09
Production: 570.211.01

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
(cherry picked from commit 5b356b5f189d39f8f7003509c10712237233946a)
2026-01-20 23:17:54 +04:00

36 lines
825 B
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.12.1"
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 = """\
Linux Firmware: 20260110
NVIDIA LTS: 580.126.09
NVIDIA Production: 570.211.01
"""
[make_deps]
[make_deps.tools]
variable = "TOOLS"
repository = "github.com/siderolabs/tools"
[make_deps.pkgs]
variable = "PKGS"
repository = "github.com/siderolabs/pkgs"