mirror of
https://github.com/siderolabs/extensions.git
synced 2026-05-05 20:26:10 +02:00
See https://github.com/intel/Intel-Linux-Processor-Microcode-Data-Files/releases/tag/microcode-20260210-rev1 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit d2960cd02dd222af7b5fb18176f07f611d1e5b1c)
42 lines
977 B
TOML
42 lines
977 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.3"
|
|
|
|
pre_release = false
|
|
|
|
preface = """\
|
|
See [Talos Linux documentation](https://www.talos.dev/v1.12/talos-guides/configuration/system-extensions/) for information on using system extensions.
|
|
"""
|
|
|
|
[notes]
|
|
|
|
[notes.updates]
|
|
title = "Component Updates"
|
|
description = """\
|
|
bird2: 2.18
|
|
NVIDIA LTS: 580.126.16
|
|
netbird: 0.64.5
|
|
gvisor: 20260202.0
|
|
cloudflared: 2026.2.0
|
|
nebula: 1.10.3
|
|
Kata containers: 3.26.0
|
|
Intel ucode: 20260210
|
|
wolfi-base: 1c56f3ceb1c9929611a1cc7ab7a5fde1ec5df87add282029cd1596b8eae5af67
|
|
"""
|
|
|
|
[make_deps]
|
|
|
|
[make_deps.tools]
|
|
variable = "TOOLS"
|
|
repository = "github.com/siderolabs/tools"
|
|
|
|
[make_deps.pkgs]
|
|
variable = "PKGS"
|
|
repository = "github.com/siderolabs/pkgs"
|