mirror of
https://github.com/siderolabs/sidero.git
synced 2026-03-30 02:42:17 +02:00
23 lines
384 B
TOML
23 lines
384 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.6.11"
|
|
|
|
pre_release = false
|
|
|
|
preface = """\
|
|
"""
|
|
|
|
[notes]
|
|
|
|
[notes.talos]
|
|
title = "Talos Linux"
|
|
description = """\
|
|
Sidero Metal now supports Talos Linux v1.12.x.
|
|
"""
|