From 90db87ebbaa69d13b113e9461651de5419836ee9 Mon Sep 17 00:00:00 2001 From: Artem Chernyshev Date: Thu, 7 Mar 2024 18:49:34 +0300 Subject: [PATCH] release(v0.31.0): prepare release This is the official v0.31.0 release. Signed-off-by: Artem Chernyshev --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ hack/release.toml | 17 +---------------- internal/version/data/tag | 2 +- 3 files changed, 32 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3fa663b..53c352d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +## [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! + + + +Please try out the release binaries and report any issues at +https://github.com/siderolabs/omni/issues. + +### Contributors + +* Artem Chernyshev + +### Changes +
4 commits +

+ +* [`29e6414`](https://github.com/siderolabs/omni/commit/29e641490a414a844b163f98bf7fc72d046ab844) fix: add missing `v` prefix when looking up version in the image factory +* [`0eed757`](https://github.com/siderolabs/omni/commit/0eed757c82085550ad6239f1336a0a6f0d2f4dc3) refactor: convert `MachineSetStatus` controller to `QController` +* [`47d8429`](https://github.com/siderolabs/omni/commit/47d84296e02cdf18a7c7ebc57f7c66d778a2c567) fix: properly generate labels meta in the UI +* [`1e5c2ce`](https://github.com/siderolabs/omni/commit/1e5c2cee7d6715f209baafe75b2a2649110d553a) fix: cleanup tearing down machine links without finalizers +

+
+ +### Dependency Changes + +* **github.com/cosi-project/runtime** v0.4.0-alpha.8 -> v0.4.0-alpha.9 + +Previous release can be found at [v0.30.1](https://github.com/siderolabs/omni/releases/tag/v0.30.1) + ## [Omni 0.20.0](https://github.com/siderolabs/omni/releases/tag/v0.20.0) (2023-10-17) Welcome to the v0.20.0 release of Omni! diff --git a/hack/release.toml b/hack/release.toml index 336835b0..3e33eb73 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,19 +6,4 @@ github_repo = "siderolabs/omni" match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$" pre_release = false -previous = "v0.19.0" - -[notes] - - [notes.kubernetes-config] - title = "Kubeconfig Changes" - description = """\ -Omni now generates Kubernetes configs without accessing Talos API. -""" - - [notes.saml-roles] - title = "" - description = """\ -Omni can now define SAML user roles depending on the SAML labels it gets from the SAML assertion. -Role is assigned only once on user creation. -""" +previous = "v0.30.1" diff --git a/internal/version/data/tag b/internal/version/data/tag index 66dc9051..7021025f 100644 --- a/internal/version/data/tag +++ b/internal/version/data/tag @@ -1 +1 @@ -undefined \ No newline at end of file +v0.31.0