Skip to content

Commit ca66bb8

Browse files
committed
release(v0.50.0-beta.0): prepare release
This is the official v0.50.0-beta.0 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 09f4468 commit ca66bb8

File tree

5 files changed

+112
-18
lines changed

5 files changed

+112
-18
lines changed

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ spec:
558558
Licensor: Sidero Labs, Inc.
559559
LicensedWork: Omni
560560
Copyright: (c) 2025 Sidero Labs, Inc.
561-
ChangeDate: "2029-04-03"
561+
ChangeDate: "2029-05-15"
562562
ChangeLicense: Mozilla Public License, version 2.0
563563
EnterpriseLink: https://www.siderolabs.com/contact/
564564
header: |

CHANGELOG.md

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,111 @@
1+
## [Omni 0.50.0-beta.0](https://github.com/siderolabs/omni/releases/tag/v0.50.0-beta.0) (2025-05-15)
2+
3+
Welcome to the v0.50.0-beta.0 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+
* Noel Georgi
14+
* Artem Chernyshev
15+
* Andrey Smirnov
16+
* Utku Ozdemir
17+
* Aleksandr Gamzin
18+
* Dmitriy Matrenichev
19+
* kalio007
20+
21+
### Changes
22+
<details><summary>10 commits</summary>
23+
<p>
24+
25+
* [`09f44685`](https://github.com/siderolabs/omni/commit/09f446858535c9c4e3d91d1e8a82f9f9bdbc7f4e) fix: pin AWS s3 libs version to 1.72.3
26+
* [`dc753f4e`](https://github.com/siderolabs/omni/commit/dc753f4e756b8a02002bc8077cb6a3f6278988dd) test: bump Talos version used in integration tests to `v1.10`
27+
* [`f21cedc7`](https://github.com/siderolabs/omni/commit/f21cedc7e70dcf86d98b9c1ef5b2a7be61ed8501) chore: introduce COSI state helpers to reduce boiler plate code count
28+
* [`9fcea4ea`](https://github.com/siderolabs/omni/commit/9fcea4eab3ab29f1f27403c441f30e03b1e071ac) test: add unit test for `nextAvailableClusterName` function
29+
* [`c9b62c23`](https://github.com/siderolabs/omni/commit/c9b62c23cc8c618c1245f3828c3bd67f6f48ed03) fix: update go-kubernetes library to the latest version
30+
* [`daaec8df`](https://github.com/siderolabs/omni/commit/daaec8dfa35d3b45088b82d8bb268bd5a00a7008) fix: remove deprecated controller finalizers from the machine classes
31+
* [`eaeff1ea`](https://github.com/siderolabs/omni/commit/eaeff1ea3fd616d7dc5844f3dfd7d7f902d1589a) fix: keep ClusterUUID resource alive until the cluster is destroyed
32+
* [`aa24c7c7`](https://github.com/siderolabs/omni/commit/aa24c7c707506d8bc2919482b140ebf43776631e) fix: fix crash in the SAML ACS handler
33+
* [`ccd5e7e4`](https://github.com/siderolabs/omni/commit/ccd5e7e44f3385531798502518439fb12cc950f4) chore: bump Go deps
34+
* [`47b6fb7c`](https://github.com/siderolabs/omni/commit/47b6fb7cc89af6d71a36c54f4a64e0beaaebed8d) feat(ci): support releasing helm charts
35+
</p>
36+
</details>
37+
38+
### Changes from siderolabs/gen
39+
<details><summary>1 commit</summary>
40+
<p>
41+
42+
* [`7c0324f`](https://github.com/siderolabs/gen/commit/7c0324fee9a7cfbdd117f43702fa273689f0db97) chore: future-proof HashTrieMap
43+
</p>
44+
</details>
45+
46+
### Changes from siderolabs/go-circular
47+
<details><summary>1 commit</summary>
48+
<p>
49+
50+
* [`5b39ef8`](https://github.com/siderolabs/go-circular/commit/5b39ef87df04efeaa47fe6374a8114f39c126122) fix: do not log error if chunk zero was never written
51+
</p>
52+
</details>
53+
54+
### Changes from siderolabs/go-kubernetes
55+
<details><summary>2 commits</summary>
56+
<p>
57+
58+
* [`9070be4`](https://github.com/siderolabs/go-kubernetes/commit/9070be4308e23d969ec4fc49b25dab4a27d512e7) fix: remove DynamicResourceAllocation feature gate
59+
* [`8cb588b`](https://github.com/siderolabs/go-kubernetes/commit/8cb588bc4c93d812de901a6a33e599ba2169cd96) fix: k8s 1.32->1.33 upgrade check
60+
</p>
61+
</details>
62+
63+
### Changes from siderolabs/image-factory
64+
<details><summary>8 commits</summary>
65+
<p>
66+
67+
* [`f930246`](https://github.com/siderolabs/image-factory/commit/f930246105e2e69df53bb38bfc581ce99efc1090) release(v0.7.0): prepare release
68+
* [`5b85f95`](https://github.com/siderolabs/image-factory/commit/5b85f95cb46746fb9e7050fe95f74ba19ffba506) chore: bump deps
69+
* [`cdfab7d`](https://github.com/siderolabs/image-factory/commit/cdfab7ded77a7114cf04e3a292ee63f0c6ef35ee) chore(ci): add an cron ci for talos main integration test
70+
* [`69525ba`](https://github.com/siderolabs/image-factory/commit/69525bae922888cb53f6bdf2f0e8900573c974d7) release(v0.6.9): prepare release
71+
* [`2820cb0`](https://github.com/siderolabs/image-factory/commit/2820cb013326d3f34a309a1dc6a7b6f2d64c1afa) feat(i18n): frontend localization support
72+
* [`f1187bc`](https://github.com/siderolabs/image-factory/commit/f1187bc84911f12fd421056a4ae1a6d8b190da5e) chore: bump deps
73+
* [`ba8640b`](https://github.com/siderolabs/image-factory/commit/ba8640be86296e546540c30ba047b917a783f1b2) chore: bump deps
74+
* [`b8308aa`](https://github.com/siderolabs/image-factory/commit/b8308aa592c9740917145ca8e861e9494b05aa47) chore: bump talos machinery
75+
</p>
76+
</details>
77+
78+
### Changes from siderolabs/siderolink
79+
<details><summary>1 commit</summary>
80+
<p>
81+
82+
* [`d2a79e0`](https://github.com/siderolabs/siderolink/commit/d2a79e0263806b68ff0a44ea9efa58b83fb269ec) fix: clean up device on failure
83+
</p>
84+
</details>
85+
86+
### Dependency Changes
87+
88+
* **github.com/aws/aws-sdk-go-v2/feature/s3/manager** v1.17.72 -> v1.17.49
89+
* **github.com/aws/aws-sdk-go-v2/service/s3** v1.79.2 -> v1.72.3
90+
* **github.com/cosi-project/runtime** v0.10.2 -> v0.10.5
91+
* **github.com/cosi-project/state-etcd** v0.5.1 -> v0.5.2
92+
* **github.com/siderolabs/gen** v0.8.0 -> v0.8.1
93+
* **github.com/siderolabs/go-circular** v0.2.2 -> v0.2.3
94+
* **github.com/siderolabs/go-kubernetes** v0.2.21 -> v0.2.23
95+
* **github.com/siderolabs/image-factory** v0.6.8 -> v0.7.0
96+
* **github.com/siderolabs/omni/client** v0.48.3 -> v0.49.0
97+
* **github.com/siderolabs/siderolink** v0.3.13 -> v0.3.14
98+
* **github.com/siderolabs/talos/pkg/machinery** v1.10.0 -> v1.10.1
99+
* **github.com/zitadel/oidc/v3** v3.37.0 -> v3.38.1
100+
* **golang.org/x/crypto** v0.37.0 -> v0.38.0
101+
* **golang.org/x/net** v0.39.0 -> v0.40.0
102+
* **golang.org/x/sync** v0.13.0 -> v0.14.0
103+
* **golang.org/x/text** v0.24.0 -> v0.25.0
104+
* **golang.org/x/tools** v0.32.0 -> v0.33.0
105+
* **golang.zx2c4.com/wireguard** 12269c276173 -> 436f7fdc1670
106+
107+
Previous release can be found at [v0.49.0](https://github.com/siderolabs/omni/releases/tag/v0.49.0)
108+
1109
## [Omni 0.49.0-beta.0](https://github.com/siderolabs/omni/releases/tag/v0.49.0-beta.0) (2025-05-05)
2110

3111
Welcome to the v0.49.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-04-03
10+
Change Date: 2029-05-15
1111

1212
Change License: Mozilla Public License, version 2.0
1313

hack/release.toml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +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.48.0"
9+
previous = "v0.49.0"
1010

11-
[notes]
12-
13-
[notes.force-delete]
14-
title = "Control Plane Force Delete"
15-
description = """\
16-
Omni now allows forcefully removing the control plane nodes from the cluster, where etcd is not healthy.
17-
"""
18-
19-
[notes.async-discovery-cleanup]
20-
title = "Async Discovery Service Cleanup"
21-
description = """\
22-
The machine teardown now no longer blocks on the discovery service being unavailable.
23-
If failed, discovery service removal is now handled async.
24-
"""

internal/version/data/tag

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

0 commit comments

Comments
 (0)