diff --git a/CHANGELOG.md b/CHANGELOG.md index d3fe9ff0..bb827380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +## [Omni 0.45.1](https://github.com/siderolabs/omni/releases/tag/v0.45.1) (2024-12-25) + +Welcome to the v0.45.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 +
1 commit +

+ +* [`322891c`](https://github.com/siderolabs/omni/commit/322891c773f3b4b39507a75363d09aa7992ddbbf) fix: never remove etcd members which ID is discovered at least once +

+
+ +### Dependency Changes + +This release has no dependency changes + +Previous release can be found at [v0.45.0](https://github.com/siderolabs/omni/releases/tag/v0.45.0) + ## [Omni 0.45.0](https://github.com/siderolabs/omni/releases/tag/v0.45.0) (2024-12-16) Welcome to the v0.45.0 release of Omni! diff --git a/hack/release.toml b/hack/release.toml index 0a6f79e5..b04ee411 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,29 +6,5 @@ github_repo = "siderolabs/omni" match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$" pre_release = false -previous = "v0.44.0" +previous = "v0.45.0" -[notes] - - [notes.user-management] - title = "User Management CLI" - description = """\ -`omnictl` now has new commands for user management to make it consistent with the UI: - -- `omnictl user list` -- `omnictl user create [email] --role [role] -- `omnictl user delete [email]` -- `omnictl user set-role email --role [role]` -""" - - [notes.service-accounts] - title = "Service Account Management UI" - description = """\ -It is now possible to view, create, delete and edit service account in the Omni web UI. -""" - - [notes.turing-rk] - title = "New SBC Support" - description = """\ -Turing RK1 SBC installation media can now be downloaded from Omni. -""" diff --git a/internal/version/data/tag b/internal/version/data/tag index 67d3cf47..8e75e568 100644 --- a/internal/version/data/tag +++ b/internal/version/data/tag @@ -1 +1 @@ -v0.45.0 +v0.45.1