release(v0.45.1): prepare release
Some checks failed
default / default (push) Has been cancelled
default / e2e-backups (push) Has been cancelled
default / e2e-forced-removal (push) Has been cancelled
default / e2e-scaling (push) Has been cancelled
default / e2e-short (push) Has been cancelled
default / e2e-short-secureboot (push) Has been cancelled
default / e2e-templates (push) Has been cancelled
default / e2e-upgrades (push) Has been cancelled
default / e2e-workload-proxy (push) Has been cancelled

This is the official v0.45.1 release.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
This commit is contained in:
Artem Chernyshev 2024-12-25 19:01:41 +03:00
parent 322891c773
commit 74d017c0d4
No known key found for this signature in database
GPG Key ID: E084A2DF1143C14D
3 changed files with 29 additions and 26 deletions

View File

@ -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
<details><summary>1 commit</summary>
<p>
* [`322891c`](https://github.com/siderolabs/omni/commit/322891c773f3b4b39507a75363d09aa7992ddbbf) fix: never remove etcd members which ID is discovered at least once
</p>
</details>
### 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!

View File

@ -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.
"""

View File

@ -1 +1 @@
v0.45.0
v0.45.1