|
| 1 | +## [Omni 0.52.0-beta.0](https://github.com/siderolabs/omni/releases/tag/v0.52.0-beta.0) (2025-07-07) |
| 2 | + |
| 3 | +Welcome to the v0.52.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 | +### Support Fusion Auth |
| 12 | + |
| 13 | +Fusion Auth provider is now supported via SAML. |
| 14 | +Additional parameter `--auth-saml-name-id-format` must be set to `urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress`. |
| 15 | + |
| 16 | + |
| 17 | +### Infra Providers Request ID |
| 18 | + |
| 19 | +Infra providers can now be configured to encode `MachineRequest` ID into the join token. |
| 20 | +With that enabled setting the machine UUID in the `MachineRequestStatus` is no longer required in the provider: |
| 21 | +Omni will automatically map the `MachineRequest` ID to the node UUID and will populate the field in the status. |
| 22 | + |
| 23 | +This change is useful in the infra providers where it's impossible to get the created machine UUID. |
| 24 | + |
| 25 | + |
| 26 | +### Allow `talosctl wipe disk` Command |
| 27 | + |
| 28 | +`talosctl wipe disk` can now be used with Omni managed nodes. |
| 29 | +Omni will impersonate `os:admin` role for it if the user has write access to the cluster. |
| 30 | + |
| 31 | + |
| 32 | +### Contributors |
| 33 | + |
| 34 | +* Artem Chernyshev |
| 35 | +* Utku Ozdemir |
| 36 | +* Orzelius |
| 37 | + |
| 38 | +### Changes |
| 39 | +<details><summary>14 commits</summary> |
| 40 | +<p> |
| 41 | + |
| 42 | +* [`e1d47496`](https://github.com/siderolabs/omni/commit/e1d474960513543b6312631031b91c2789f465f3) feat: allow `talosctl wipe disk` command |
| 43 | +* [`877b3791`](https://github.com/siderolabs/omni/commit/877b379100154f9b8455a47746e068ee89298d4c) fix: update SAML library to the forked version with the ACS parser fix |
| 44 | +* [`b1225c93`](https://github.com/siderolabs/omni/commit/b1225c9312b4b98e885e3e90c92e3ff544c3274f) feat: support setting custom name ID format in SAML metadata |
| 45 | +* [`c60820f0`](https://github.com/siderolabs/omni/commit/c60820f05ed29aaaa3746b5316f52c11cbcd2899) fix: correctly detect installation status for bare-metal machines |
| 46 | +* [`344d0618`](https://github.com/siderolabs/omni/commit/344d0618dd44473967efbeaf96b4c637addb3964) feat: allow encoding the machine request ID into the join tokens |
| 47 | +* [`a7fe525c`](https://github.com/siderolabs/omni/commit/a7fe525ce1d0d99e2e6241f8ba7d66e0d27eeee5) test: test updating from old Omni version to the current |
| 48 | +* [`abfe93c0`](https://github.com/siderolabs/omni/commit/abfe93c02cb5e8330ba04851f63b715e87f9d9f1) docs: add guide for development on darwin |
| 49 | +* [`0ad0a67b`](https://github.com/siderolabs/omni/commit/0ad0a67b041b8ddab5ae43ef175e2a70d540d375) test: save a support bundle when a test suite has failed |
| 50 | +* [`9e4f8198`](https://github.com/siderolabs/omni/commit/9e4f8198cdd06aa016ace155072b2283511cdcf8) fix: make sure clipped req/resp content logs are still valid JSONs |
| 51 | +* [`1c307300`](https://github.com/siderolabs/omni/commit/1c3073001731267530b1a17d2084a09d3b24a657) feat: show the actual node name in the node overview breadcrumbs |
| 52 | +* [`c097b5f1`](https://github.com/siderolabs/omni/commit/c097b5f14dfc809671c273a60c2b3e2b06b5d293) fix: do not try running debug server in the prod builds |
| 53 | +* [`8a93c2d5`](https://github.com/siderolabs/omni/commit/8a93c2d5baef913cc991c90ffa0b158467c5dcd6) refactor: bring back the reverted new workload proxy dialing logic |
| 54 | +* [`122b7960`](https://github.com/siderolabs/omni/commit/122b79605fec8b9b86950c094c37d8b41a5b72cf) test: run Omni as part of integration tests |
| 55 | +</p> |
| 56 | +</details> |
| 57 | + |
| 58 | +### Dependency Changes |
| 59 | + |
| 60 | +This release has no dependency changes |
| 61 | + |
| 62 | +Previous release can be found at [v0.51.0](https://github.com/siderolabs/omni/releases/tag/v0.51.0) |
| 63 | + |
1 | 64 | ## [Omni 0.51.0-beta.2](https://github.com/siderolabs/omni/releases/tag/v0.51.0-beta.2) (2025-06-17) |
2 | 65 |
|
3 | 66 | Welcome to the v0.51.0-beta.2 release of Omni! |
|
0 commit comments