talos/hack/release.toml
Andrey Smirnov 73f4efd7b5
release(v0.14.3): prepare release
This is the official v0.14.3 release.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2022-03-03 17:31:04 +03:00

38 lines
712 B
TOML

# commit to be tagged for new release
commit = "HEAD"
project_name = "Talos"
github_repo = "talos-systems/talos"
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
# previous release
previous = "v0.14.2"
pre_release = false
preface = """\
"""
[notes]
[notes.updates]
title = "Component Updates"
description="""\
* Linux: 5.15.26
* containerd: 1.5.10
"""
[make_deps]
[make_deps.tools]
variable = "TOOLS"
repository = "github.com/talos-systems/tools"
[make_deps.pkgs]
variable = "PKGS"
repository = "github.com/talos-systems/pkgs"
[make_deps.extras]
variable = "EXTRAS"
repository = "github.com/talos-systems/extras"