mirror of
https://github.com/siderolabs/sidero.git
synced 2026-01-21 16:41:25 +01:00
This is the official v0.4.1-beta.0 release. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
23 lines
483 B
TOML
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.
|
|
"""
|