Skip to content

Commit

Permalink
fix: commit updated release.toml to master
Browse files Browse the repository at this point in the history
Forgot to add it during release.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
  • Loading branch information
Unix4ever committed Oct 13, 2021
1 parent 80345c8 commit 6e073e7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ github_repo = "talos-systems/sidero"
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"

# previous release
previous = "v0.3.0"
previous = "v0.3.2"

pre_release = true

Expand All @@ -19,4 +19,10 @@ preface = """\
title = "BMC Port"
description = """\
Sidero now supports the ability to specify the port in a server's BMC info. By default, this value will be determined by talking directly to the BMC if possible, with a fallback to port 623. The value can also simply be specied as part of editing the Server resource directly.
"""

[notes.v1alpha4]
title = "CAPI v1alpha4"
description = """\
This release of Sidero brings compatibility with CAPI v1alpha4.
"""

0 comments on commit 6e073e7

Please sign in to comment.