Skip to content

Commit a36d357

Browse files
committed
release(v0.51.0-beta.2): prepare release
This is the official v0.51.0-beta.2 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 493d00c commit a36d357

File tree

6 files changed

+48
-5
lines changed

6 files changed

+48
-5
lines changed

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,7 @@ spec:
566566
Licensor: Sidero Labs, Inc.
567567
LicensedWork: Omni
568568
Copyright: (c) 2025 Sidero Labs, Inc.
569-
ChangeDate: "2029-06-14"
569+
ChangeDate: "2029-06-17"
570570
ChangeLicense: Mozilla Public License, version 2.0
571571
EnterpriseLink: https://www.siderolabs.com/contact/
572572
header: |

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## [Omni 0.51.0-beta.2](https://github.com/siderolabs/omni/releases/tag/v0.51.0-beta.2) (2025-06-17)
2+
3+
Welcome to the v0.51.0-beta.2 release of Omni!
4+
*This is a pre-release of Omni*
5+
6+
7+
8+
Please try out the release binaries and report any issues at
9+
https://github.com/siderolabs/omni/issues.
10+
11+
###
12+
13+
Omni can now be configured using `YAML` configuration file in addition to the command line flags.
14+
The parameter `--config-file` can be used for that. Any command line flags have higher priority.
15+
16+
17+
### Contributors
18+
19+
* Artem Chernyshev
20+
21+
### Changes
22+
<details><summary>2 commits</summary>
23+
<p>
24+
25+
* [`493d00ca`](https://github.com/siderolabs/omni/commit/493d00ca54aaff425182de491b58c78f5faa40c2) fix: properly support `--config-path` argument
26+
* [`742faec7`](https://github.com/siderolabs/omni/commit/742faec7001b6d5c04a68966b42c4da52665d94d) fix: do not mark SAML and Auth0 config sections as mutually exclusive
27+
</p>
28+
</details>
29+
30+
### Dependency Changes
31+
32+
This release has no dependency changes
33+
34+
Previous release can be found at [v0.51.0-beta.1](https://github.com/siderolabs/omni/releases/tag/v0.51.0-beta.1)
35+
36+
137
## [Omni 0.51.0-beta.1](https://github.com/siderolabs/omni/releases/tag/v0.51.0-beta.1) (2025-06-14)
238

339
Welcome to the v0.51.0-beta.1 release of Omni!

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Licensed Work: Omni
77
The Licensed Work is (c) 2025 Sidero Labs, Inc.
88
Additional Use Grant: None
99

10-
Change Date: 2029-06-14
10+
Change Date: 2029-06-17
1111

1212
Change License: Mozilla Public License, version 2.0
1313

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.51.0-beta.0"
6+
appVersion: "v0.51.0-beta.2"

hack/release.toml

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

88
pre_release = true
9-
previous = "v0.51.0-beta.0"
9+
previous = "v0.51.0-beta.1"
1010

11+
[notes]
12+
13+
[notes.config-file]
14+
description = """\
15+
Omni can now be configured using `YAML` configuration file in addition to the command line flags.
16+
The parameter `--config-file` can be used for that. Any command line flags have higher priority.
17+
"""

internal/version/data/tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.51.0-beta.1
1+
v0.51.0-beta.2

0 commit comments

Comments
 (0)