github siderolabs/omni v1.7.3

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

Omni 1.7.3 (2026-05-12)

Welcome to the v1.7.3 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
  • Oguz Kilcan
  • Utku Ozdemir
  • Andrey Smirnov
  • Artem Chernyshev

Changes

12 commits

  • e70a16e4 release(v1.7.3): prepare release
  • 284a5516 chore: bump deps
  • c0ad1c46 chore: bump deps
  • 9426c2ca fix: add more input validations to management API
  • 272d3f4d fix: consume SAML sessions once
  • a199343b fix: do not panic is ssa apply with multi-version CRDs
  • bb01bd81 feat: destroy imported cluster secrets after bundle is consumed
  • f8596b67 fix(frontend): keep machine details open when switching
  • a224cb02 fix: change ImportedClusterSecrets access level to operator
  • 2f780520 fix(frontend): add apexcharts formatter workaround
  • 72907427 fix(frontend): fix apexcharts broken tooltips and initial state
  • 88fd0562 fix(frontend): fix revoking/deleting join tokens

Changes from siderolabs/go-kubernetes

2 commits

  • 38c182f fix: normalize the changeset to be keyed without apiVersion
  • ca35008 feat: update k8s api to 0.36.0

Dependency Changes

  • github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.22.12 -> v1.22.13
  • github.com/aws/aws-sdk-go-v2/service/s3 v1.98.0 -> v1.99.0
  • github.com/coreos/go-oidc/v3 v3.17.0 -> v3.18.0
  • github.com/cosi-project/runtime v1.14.1 -> v1.15.1
  • github.com/fluxcd/cli-utils v0.37.2-flux.1 -> v1.2.0
  • github.com/fluxcd/pkg/ssa v0.70.0 -> v0.73.0
  • github.com/google/go-containerregistry v0.21.4 -> v0.21.5
  • github.com/siderolabs/go-kubernetes v0.2.36 -> v0.2.37
  • github.com/siderolabs/omni/client v1.6.1 -> v1.6.5
  • github.com/zitadel/oidc/v3 v3.46.0 -> v3.47.2
  • 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
  • golang.org/x/tools v0.43.0 -> v0.44.0
  • k8s.io/api v0.35.3 -> v0.36.0
  • k8s.io/apimachinery v0.35.3 -> v0.36.0
  • k8s.io/client-go v0.35.3 -> v0.36.0
  • sigs.k8s.io/controller-runtime v0.23.3 -> v0.24.0

Previous release can be found at v1.7.2

Don't miss a new omni release

NewReleases is sending notifications on new releases.