github siderolabs/omni v1.6.6

latest releases: v1.8.2, client/v1.8.2, v1.8.1...
27 days ago

Omni 1.6.6 (2026-05-13)

Welcome to the v1.6.6 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)

The deprecated flags and config fields that were kept for the SQLite migration period (introduced in v1.4.0) have been removed.

If you still have any of the following flags or config keys set, you must remove them before upgrading, as they will cause startup errors:

  • --audit-log-dir (.logs.audit.path)
  • --secondary-storage-path (.storage.secondary.path)
  • --machine-log-storage-path (.logs.machine.storage.path)
  • --machine-log-storage-enabled (.logs.machine.storage.enabled)
  • --log-storage-path (.logs.machine.storage.path)
  • --embedded-discovery-service-snapshot-path (.services.embeddedDiscoveryService.snapshotsPath)
  • --machine-log-buffer-capacity (.logs.machine.bufferInitialCapacity)
  • --machine-log-buffer-max-capacity (.logs.machine.bufferMaxCapacity)
  • --machine-log-buffer-safe-gap (.logs.machine.bufferSafetyGap)
  • --machine-log-num-compressed-chunks (.logs.machine.storage.numCompressedChunks)

The automatic migration code for BoltDB secondary storage, file-based audit logs, file-based discovery service snapshots, and circular buffer machine logs has also been removed. If you are upgrading from a version older than v1.4.0, you must first upgrade to v1.4.x to complete the migrations, then upgrade to this version.

Contributors

  • Edward Sammut Alessi
  • Oguz Kilcan
  • Utku Ozdemir

Changes

6 commits

  • 9769f944 release(v1.6.6): prepare release
  • 1eff7171 chore: bump golang.org/x/net to 0.53.0
  • 4c4c1e2d fix: consume SAML sessions once
  • 84605100 feat: destroy imported cluster secrets after bundle is consumed
  • b8ca100c fix: change ImportedClusterSecrets access level to operator
  • 3e69e808 fix: add more input validations to management API

Dependency Changes

  • golang.org/x/crypto v0.49.0 -> v0.50.0
  • golang.org/x/net v0.52.0 -> v0.53.0
  • golang.org/x/text v0.35.0 -> v0.36.0

Previous release can be found at v1.6.5

Don't miss a new omni release

NewReleases is sending notifications on new releases.