sidero/hack/release.toml
Andrey Smirnov c48c3921ed
release(v0.4.1-beta.0): prepare release
This is the official v0.4.1-beta.0 release.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
2021-12-09 21:40:57 +03:00

23 lines
483 B
TOML

# commit to be tagged for new release
commit = "HEAD"
project_name = "Sidero"
github_repo = "talos-systems/sidero"
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
# previous release
previous = "v0.4.0"
pre_release = false
preface = """\
"""
[notes]
[notes.ipmi-pxe-method]
title = "IPMI PXE Method"
description = """\
IPMI PXE method (UEFI, BIOS) can now be configured with `SIDERO_CONTROLLER_MANAGER_IPMI_PXE_METHOD` while installing Sidero.
"""