Omni 0.52.0-beta.0 (2025-07-07)
Welcome to the v0.52.0-beta.0 release of Omni!
This is a pre-release of Omni
Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.
Support Fusion Auth
Fusion Auth provider is now supported via SAML.
Additional parameter --auth-saml-name-id-format must be set to urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress.
Infra Providers Request ID
Infra providers can now be configured to encode MachineRequest ID into the join token.
With that enabled setting the machine UUID in the MachineRequestStatus is no longer required in the provider:
Omni will automatically map the MachineRequest ID to the node UUID and will populate the field in the status.
This change is useful in the infra providers where it's impossible to get the created machine UUID.
Allow talosctl wipe disk Command
talosctl wipe disk can now be used with Omni managed nodes.
Omni will impersonate os:admin role for it if the user has write access to the cluster.
Contributors
- Artem Chernyshev
- Utku Ozdemir
- Orzelius
Changes
14 commits
438551crelease(v0.52.0-beta.0): prepare releasee1d4749feat: allowtalosctl wipe diskcommand877b379fix: update SAML library to the forked version with the ACS parser fixb1225c9feat: support setting custom name ID format in SAML metadatac60820ffix: correctly detect installation status for bare-metal machines344d061feat: allow encoding the machine request ID into the join tokensa7fe525test: test updating from old Omni version to the currentabfe93cdocs: add guide for development on darwin0ad0a67test: save a support bundle when a test suite has failed9e4f819fix: make sure clipped req/resp content logs are still valid JSONs1c30730feat: show the actual node name in the node overview breadcrumbsc097b5ffix: do not try running debug server in the prod builds8a93c2drefactor: bring back the reverted new workload proxy dialing logic122b796test: run Omni as part of integration tests
Dependency Changes
This release has no dependency changes
Previous release can be found at v0.51.0