File tree Expand file tree Collapse file tree 3 files changed +29
-17
lines changed Expand file tree Collapse file tree 3 files changed +29
-17
lines changed Original file line number Diff line number Diff line change 1+ ## [ Omni 0.49.1] ( https://github.com/siderolabs/omni/releases/tag/v0.49.1 ) (2025-05-07)
2+
3+ Welcome to the v0.49.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+ * [ ` e952f991 ` ] ( https://github.com/siderolabs/omni/commit/e952f991ae1438c994a0ef5261d5db0183c7c4c5 ) fix: fix crash in the SAML ACS handler
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.49.0] ( https://github.com/siderolabs/omni/releases/tag/v0.49.0 )
27+
128## [ Omni 0.49.0] ( https://github.com/siderolabs/omni/releases/tag/v0.49.0 ) (2025-05-06)
229
330Welcome to the v0.49.0 release of Omni!
Original file line number Diff line number Diff line change @@ -6,19 +6,4 @@ github_repo = "siderolabs/omni"
66match_deps = " ^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77
88pre_release = false
9- previous = " v0.48.0"
10-
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- """
9+ previous = " v0.49.0"
Original file line number Diff line number Diff line change 1- v0.49.0
1+ v0.49.1
You can’t perform that action at this time.
0 commit comments