From e1ecd38cd0166c06026e64363f25be1a2c4840ea Mon Sep 17 00:00:00 2001 From: Artem Chernyshev Date: Wed, 15 May 2024 19:34:37 +0300 Subject: [PATCH] release(v0.35.1): prepare release This is the official v0.35.1 release. Signed-off-by: Artem Chernyshev --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ internal/version/data/tag | 2 +- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f1fb579..9f82832c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +## [Omni 0.35.1](https://github.com/siderolabs/omni/releases/tag/v0.35.1) (2024-05-15) + +Welcome to the v0.35.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 +
4 commits +

+ +* [`46e94e6`](https://github.com/siderolabs/omni/commit/46e94e6fa1ac4bd66e64606b9a2e8fd2773c868c) fix: do not block machine config updates if loadbalancer is down +* [`9a2ea7f`](https://github.com/siderolabs/omni/commit/9a2ea7fcef1203eb78437a1959323b1ad4cd849d) chore: update release and allow multiple commits +* [`13030cf`](https://github.com/siderolabs/omni/commit/13030cf87f0a860adef152a0fa21b493ea469255) fix: do not try to audit machine which no longer has `MachineStatus` +* [`60e6c9e`](https://github.com/siderolabs/omni/commit/60e6c9eb31b5397d762a518c8558223d0dbab3f3) fix: make search work on `NodeExtensions` page +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v0.35.0](https://github.com/siderolabs/omni/releases/tag/v0.35.0) + ## [Omni 0.35.0](https://github.com/siderolabs/omni/releases/tag/v0.35.0) (2024-05-13) Welcome to the v0.35.0 release of Omni! diff --git a/internal/version/data/tag b/internal/version/data/tag index ab4e51c6..6911254b 100644 --- a/internal/version/data/tag +++ b/internal/version/data/tag @@ -1 +1 @@ -v0.35.0 +v0.35.1