Skip to content

Commit

Permalink
release(v0.45.1): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.45.1 release.

Signed-off-by: Artem Chernyshev <[email protected]>
  • Loading branch information
Unix4ever committed Dec 25, 2024
1 parent 322891c commit 74d017c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 26 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
26 changes: 1 addition & 25 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""
2 changes: 1 addition & 1 deletion internal/version/data/tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.45.0
v0.45.1

0 comments on commit 74d017c

Please sign in to comment.