Skip to content

Commit ca335cc

Browse files
committed
release(v0.50.1): prepare release
This is the official v0.50.1 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 1719ae3 commit ca335cc

File tree

4 files changed

+31
-14
lines changed

4 files changed

+31
-14
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
## [Omni 0.50.1](https://github.com/siderolabs/omni/releases/tag/v0.50.1) (2025-05-27)
2+
3+
Welcome to the v0.50.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>2 commits</summary>
16+
<p>
17+
18+
* [`1719ae35`](https://github.com/siderolabs/omni/commit/1719ae3563f4350e8a03c60afc6b833802453e3f) test: use latest Talemu infra provider version in the integration tests
19+
* [`4d8f73aa`](https://github.com/siderolabs/omni/commit/4d8f73aa7ba6fa41eee65fd6a93b4a52090b502d) fix: properly detect infra provider service accounts
20+
</p>
21+
</details>
22+
23+
### Dependency Changes
24+
25+
This release has no dependency changes
26+
27+
Previous release can be found at [v0.50.0](https://github.com/siderolabs/omni/releases/tag/v0.50.0)
28+
129
## [Omni 0.50.0](https://github.com/siderolabs/omni/releases/tag/v0.50.0) (2025-05-23)
230

331
Welcome to the v0.50.0 release of Omni!

deploy/helm/omni/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: omni
33
description: A helm chart to deploy Omni on a Kubernetes cluster
44
type: application
55
version: 0.0.2
6-
appVersion: "v0.50.0"
6+
appVersion: "v0.50.1"

hack/release.toml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,4 @@ github_repo = "siderolabs/omni"
66
match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77

88
pre_release = false
9-
previous = "v0.49.0"
10-
11-
[notes]
12-
[notes.infra-providers]
13-
title = "Infra Providers"
14-
description = """\
15-
Omni now has the UI for viewing and managing infra providers.
16-
Additionally, the service accounts with the role `InfraProvider` are no longer displayed
17-
in the UI and not returned in the `omnictl serviceaccounts list` CLI command.
18-
19-
Infra providers now got their own set of CLI commands under `omnictl infraprovider`.
20-
"""
9+
previous = "v0.50.0"

internal/version/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.50.0
1+
v0.50.1

0 commit comments

Comments
 (0)