talos/hack/release.toml
Andrey Smirnov 0421c476cb release(v0.11.5): prepare release
This is the official v0.11.5 release.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2021-08-09 13:43:55 -07:00

43 lines
869 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.11.4"
pre_release = false
preface = """\
"""
[notes]
[notes.boot]
title = "BIOS Boot"
description = """\
Fix issues with PMBR partition settings which affects BIOS boot on some Dell servers.
"""
[notes.components]
title = "Component Updates"
description = """\
* GRUB was updated to 2.06
"""
[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"