Skip to content

Commit de86c74

Browse files
committed
release(v0.51.0-beta.1): prepare release
This is the official v0.51.0-beta.1 release. Signed-off-by: Utku Ozdemir <[email protected]>
1 parent 4b40dc1 commit de86c74

File tree

5 files changed

+33
-4
lines changed

5 files changed

+33
-4
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-13"
569+
ChangeDate: "2029-06-14"
570570
ChangeLicense: Mozilla Public License, version 2.0
571571
EnterpriseLink: https://www.siderolabs.com/contact/
572572
header: |

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## [Omni 0.51.0-beta.1](https://github.com/siderolabs/omni/releases/tag/v0.51.0-beta.1) (2025-06-14)
2+
3+
Welcome to the v0.51.0-beta.1 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+
### Contributors
12+
13+
* Utku Ozdemir
14+
15+
### Changes
16+
<details><summary>2 commits</summary>
17+
<p>
18+
19+
* [`4b40dc1`](https://github.com/siderolabs/omni/commit/4b40dc1dcf20c94479b5838fe66d52cb5206160e) fix: do more fixes on config backward-compatibility
20+
* [`3085c3f`](https://github.com/siderolabs/omni/commit/3085c3f73b97ea0cb8e61084ef623913530e0a19) fix: remove `required` config validation from k8s proxy cert and key
21+
</p>
22+
</details>
23+
24+
### Dependency Changes
25+
26+
This release has no dependency changes
27+
28+
Previous release can be found at [v0.51.0-beta.0](https://github.com/siderolabs/omni/releases/tag/v0.51.0-beta.0)
29+
130
## [Omni 0.51.0-beta.0](https://github.com/siderolabs/omni/releases/tag/v0.51.0-beta.0) (2025-06-13)
231

332
Welcome to the v0.51.0-beta.0 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-13
10+
Change Date: 2029-06-14
1111

1212
Change License: Mozilla Public License, version 2.0
1313

hack/release.toml

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

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

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.0
1+
v0.51.0-beta.1

0 commit comments

Comments
 (0)