github siderolabs/omni v1.7.2

latest releases: v1.9.0-beta.0, client/v1.9.0-beta.0, v1.8.2...
one month ago

Omni 1.7.2 (2026-05-05)

Welcome to the v1.7.2 release of Omni!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/omni/issues.

Urgent Upgrade Notes (No, really, you MUST read this before you upgrade)

A EULA agreement has been added to Omni which must be accepted in order to continue using it.

This agreement can be accepted through UI or programmatically either by adding the below flags:

--eula-accept-name=Your Name
--eula-accept-email=your@email.com

Or if using --config-path with the below configuration:

eulaAccept:
  name: Your Name
  email: your@email.com

Contributors

  • Edward Sammut Alessi
  • Artem Chernyshev
  • Utku Ozdemir

Changes

12 commits

  • e739ed28 release(v1.7.2): prepare release
  • 11fbbdb7 fix(frontend): only show machine patches for currently visible machine
  • 43f5d4cb fix(frontend): fix editing labels on machine class
  • 79d26cb0 fix: fix the storm of PendingUpdateStatus create/destroy
  • 5be4db0f fix: bring back election campaign resign code in the etcd state
  • aca77a20 fix: stop logging Kubernetes read checks
  • b887e0d7 fix: remove workload proxy deployment when disabled on the account
  • ab2f431e fix(frontend): fix eula handling to prevent being stuck on /eula
  • ab4763d4 fix(frontend): fix indeterminate state for update extensions modal
  • b979f98a feat(frontend): update talos version text on installation media wizard
  • 2a0d0f4c fix(frontend): clear page state when keys are cleared
  • c2adc51a fix(frontend): select default join token in installation media wizard

Dependency Changes

This release has no dependency changes

Previous release can be found at v1.7.1

Don't miss a new omni release

NewReleases is sending notifications on new releases.