Skip to content

Commit

Permalink
release(v0.5.6): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.5.6 release.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Nov 17, 2022
1 parent 5f58a05 commit 72e155c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [Sidero 0.5.6](https://github.com/talos-systems/sidero/releases/tag/v0.5.6) (2022-11-17)

Welcome to the v0.5.6 release of Sidero!



Please try out the release binaries and report any issues at
https://github.com/talos-systems/sidero/issues.

### Contributors

* Andrey Smirnov

### Changes
<details><summary>1 commit</summary>
<p>

* [`5f58a05`](https://github.com/talos-systems/sidero/commit/5f58a0574c5dfc068e35bedb6916337ccb12f55d) feat: provide a way to override IPMI PXE boot method on `Server`
</p>
</details>

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v0.5.5](https://github.com/talos-systems/sidero/releases/tag/v0.5.5)

## [Sidero 0.5.5](https://github.com/talos-systems/sidero/releases/tag/v0.5.5) (2022-09-02)

Welcome to the v0.5.5 release of Sidero!
Expand Down
8 changes: 1 addition & 7 deletions 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.5.4"
previous = "v0.5.5"

pre_release = false

Expand All @@ -15,9 +15,3 @@ preface = """\

[notes]

[notes.talos]
title = "Talos 1.2.x Support"
description = """\
This release of Sidero brings compatibility with Talos v1.2.x release series.
"""

0 comments on commit 72e155c

Please sign in to comment.