Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Jan 23, 2024
1 parent 30d077f commit ea8e126
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,36 @@
## [Sidero 0.6.3](https://github.com/talos-systems/sidero/releases/tag/v0.6.3) (2024-01-23)

Welcome to the v0.6.3 release of Sidero!



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

### Contributors

* Alexandra
* Andrey Smirnov
* Anthony ARNAUD
* rmvangun

### Changes
<details><summary>4 commits</summary>
<p>

* [`30d077f`](https://github.com/talos-systems/sidero/commit/30d077fb50a2b4200d19ab7a07beddc172ce0ce5) fix: set a default controller runtime log
* [`aabe7bc`](https://github.com/talos-systems/sidero/commit/aabe7bc6945328b1b23b0aded7dbbe39b0c01e02) fix: sidero.endpoint and sidero.mac was inverted
* [`90d7a7d`](https://github.com/talos-systems/sidero/commit/90d7a7d5b3bb42c1515bd421f3791da191183ec8) docs: update to reflect master => controlplane
* [`dc8b95e`](https://github.com/talos-systems/sidero/commit/dc8b95edf73b59efea6a0d7b29e640e2bbd06c2e) docs: fix wrong raspberry installation url
</p>
</details>

### Dependency Changes

This release has no dependency changes

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

## [Sidero 0.6.2](https://github.com/talos-systems/sidero/releases/tag/v0.6.2) (2023-12-15)

Welcome to the v0.6.2 release of Sidero!
Expand Down
2 changes: 1 addition & 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.6.1"
previous = "v0.6.2"

pre_release = false

Expand Down

0 comments on commit ea8e126

Please sign in to comment.