From dfb8db125b430a0e498f1726e9f30add3861ce87 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Mon, 19 Dec 2022 18:52:13 +0400 Subject: [PATCH] release(v0.5.8): prepare release This is the official v0.5.8 release. Signed-off-by: Andrey Smirnov --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ hack/release.toml | 2 +- 2 files changed, 33 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb28d603..efdb58a0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +## [Sidero 0.5.8](https://github.com/talos-systems/sidero/releases/tag/v0.5.8) (2022-12-19) + +Welcome to the v0.5.8 release of Sidero! + + + +Please try out the release binaries and report any issues at +https://github.com/talos-systems/sidero/issues. + +### Talos 1.3.x Support + +This release of Sidero brings compatibility with Talos v1.3.x release series. + + +### Contributors + +* Andrey Smirnov + +### Changes +
1 commit +

+ +* [`fd1df3c`](https://github.com/talos-systems/sidero/commit/fd1df3c0e782884a1b3f0febee14bc5c136f24fb) fix: use updated pkgs with fixed ipmitool +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v0.5.7](https://github.com/talos-systems/sidero/releases/tag/v0.5.7) + ## [Sidero 0.5.7](https://github.com/talos-systems/sidero/releases/tag/v0.5.7) (2022-12-16) Welcome to the v0.5.7 release of Sidero! diff --git a/hack/release.toml b/hack/release.toml index 9d147ec76..f07e48e22 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,7 +6,7 @@ github_repo = "talos-systems/sidero" match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$" # previous release -previous = "v0.5.6" +previous = "v0.5.7" pre_release = false