Skip to content

Commit 74d017c

Browse files
committed
release(v0.45.1): prepare release
This is the official v0.45.1 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 322891c commit 74d017c

File tree

3 files changed

+29
-26
lines changed

3 files changed

+29
-26
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [Omni 0.45.1](https://github.com/siderolabs/omni/releases/tag/v0.45.1) (2024-12-25)
2+
3+
Welcome to the v0.45.1 release of Omni!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/omni/issues.
9+
10+
### Contributors
11+
12+
* Artem Chernyshev
13+
14+
### Changes
15+
<details><summary>1 commit</summary>
16+
<p>
17+
18+
* [`322891c`](https://github.com/siderolabs/omni/commit/322891c773f3b4b39507a75363d09aa7992ddbbf) fix: never remove etcd members which ID is discovered at least once
19+
</p>
20+
</details>
21+
22+
### Dependency Changes
23+
24+
This release has no dependency changes
25+
26+
Previous release can be found at [v0.45.0](https://github.com/siderolabs/omni/releases/tag/v0.45.0)
27+
128
## [Omni 0.45.0](https://github.com/siderolabs/omni/releases/tag/v0.45.0) (2024-12-16)
229

330
Welcome to the v0.45.0 release of Omni!

hack/release.toml

+1-25
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,5 @@ github_repo = "siderolabs/omni"
66
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77

88
pre_release = false
9-
previous = "v0.44.0"
9+
previous = "v0.45.0"
1010

11-
[notes]
12-
13-
[notes.user-management]
14-
title = "User Management CLI"
15-
description = """\
16-
`omnictl` now has new commands for user management to make it consistent with the UI:
17-
18-
- `omnictl user list`
19-
- `omnictl user create [email] --role [role]
20-
- `omnictl user delete [email]`
21-
- `omnictl user set-role email --role [role]`
22-
"""
23-
24-
[notes.service-accounts]
25-
title = "Service Account Management UI"
26-
description = """\
27-
It is now possible to view, create, delete and edit service account in the Omni web UI.
28-
"""
29-
30-
[notes.turing-rk]
31-
title = "New SBC Support"
32-
description = """\
33-
Turing RK1 SBC installation media can now be downloaded from Omni.
34-
"""

internal/version/data/tag

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.45.0
1+
v0.45.1

0 commit comments

Comments
 (0)