talos/hack/release.toml
Noel Georgi 42897dee5b
fix: uefi bootorder setting
Drop setting UEFI bootorder.

Signed-off-by: Noel Georgi <git@frezbo.dev>
(cherry picked from commit 00fe50d868b0463fa32f56ec154bd92bae732f11)
2025-12-16 14:47:55 +04:00

44 lines
1.1 KiB
TOML

# commit to be tagged for new release
commit = "HEAD"
project_name = "Talos"
github_repo = "siderolabs/talos"
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
ignore_deps = ["github.com/coredns/coredns"]
# previous release
previous = "v1.11.5"
pre_release = false
preface = """
"""
[notes]
[notes.updates]
title = "Component Updates"
description = """\
Linux: 6.12.62
runc: 1.3.4
Talos is built with Go 1.24.11.
"""
[notes.uefi-boot]
title = "UEFI Boot"
description = """\
When using UEFI boot with systemd-boot as bootloader (on new installs of Talos from 1.10+ onwards), Talos will now not touch the UEFI boot order.
Talos 1.11 made a fix to create UEFI boot entry and set the boot order as first entry, but this behavior caused issues on some systems.
To avoid further issues, Talos will now only create the UEFI boot entry if it does not exist, but will not modify the boot order.
"""
[make_deps]
[make_deps.tools]
variable = "TOOLS"
repository = "github.com/siderolabs/tools"
[make_deps.pkgs]
variable = "PKGS"
repository = "github.com/siderolabs/pkgs"