mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-25 03:11:44 +01:00
Also containerd 1.7.22, runc 1.1.14. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
42 lines
773 B
TOML
42 lines
773 B
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-]+)$"
|
|
|
|
# previous release
|
|
previous = "v1.7.6"
|
|
|
|
pre_release = false
|
|
|
|
preface = """\
|
|
"""
|
|
|
|
[notes]
|
|
[notes.updates]
|
|
title = "Component Updates"
|
|
description = """\
|
|
Linux: 6.6.52
|
|
Kubernetes: 1.30.5
|
|
containerd: 1.7.22
|
|
runc: 1.1.14
|
|
|
|
Talos is built with Go 1.22.7.
|
|
"""
|
|
|
|
|
|
[make_deps]
|
|
|
|
[make_deps.tools]
|
|
variable = "TOOLS"
|
|
repository = "github.com/siderolabs/tools"
|
|
|
|
[make_deps.pkgs]
|
|
variable = "PKGS"
|
|
repository = "github.com/siderolabs/pkgs"
|
|
|
|
[make_deps.extras]
|
|
variable = "EXTRAS"
|
|
repository = "github.com/siderolabs/extras"
|