From 39f304191aa0ce2aa83f9fac6981056767051165 Mon Sep 17 00:00:00 2001 From: Artem Chernyshev Date: Fri, 15 Mar 2024 05:54:47 +0300 Subject: [PATCH] release(v0.31.1): prepare release This is the official v0.31.1 release. Signed-off-by: Artem Chernyshev --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ hack/release.toml | 2 +- internal/version/data/tag | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c352d6..6d7946f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## [Omni 0.31.1](https://github.com/siderolabs/omni/releases/tag/v0.31.1) (2024-03-15) + +Welcome to the v0.31.1 release of Omni! + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/omni/issues. + +### Contributors + +* Artem Chernyshev + +### Changes +
2 commits +

+ +* [`8ebd5ce`](https://github.com/siderolabs/omni/commit/8ebd5ce16d5941e9aa125ccda3fb8b26f8f236d8) chore: run rekres +* [`4808369`](https://github.com/siderolabs/omni/commit/4808369fa2869c83fa3fbc9c4ec1b1adca0affbd) fix: get rid of the issue with `MachineSets` stuck in `Reconfiguring` +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v0.31.0](https://github.com/siderolabs/omni/releases/tag/v0.31.0) + ## [Omni 0.31.0](https://github.com/siderolabs/omni/releases/tag/v0.31.0) (2024-03-07) Welcome to the v0.31.0 release of Omni! diff --git a/hack/release.toml b/hack/release.toml index 3e33eb73..b08727b6 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,4 +6,4 @@ github_repo = "siderolabs/omni" match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$" pre_release = false -previous = "v0.30.1" +previous = "v0.31.0" diff --git a/internal/version/data/tag b/internal/version/data/tag index 7021025f..5affb131 100644 --- a/internal/version/data/tag +++ b/internal/version/data/tag @@ -1 +1 @@ -v0.31.0 +v0.31.1