mirror of
https://github.com/lingble/talos.git
synced 2026-03-20 04:03:37 +00:00
This is the official v1.2.9 release. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
38 lines
837 B
TOML
38 lines
837 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.2.8"
|
|
|
|
pre_release = false
|
|
|
|
preface = """\
|
|
"""
|
|
|
|
[notes]
|
|
|
|
[notes.updates]
|
|
title = "CRI Custom Config"
|
|
description="""\
|
|
Talos 1.2.9 provides easier upgrade path to Talos 1.3.x for users
|
|
of CRI custom configuration by allowing Talos 1.3-style config to be accepted before an ugprade.
|
|
"""
|
|
|
|
[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"
|