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.comOr if using --config-path with the below configuration:
eulaAccept:
name: Your Name
email: your@email.comContributors
- Edward Sammut Alessi
- Oguz Kilcan
- Utku Ozdemir
- Andrey Smirnov
- Artem Chernyshev
Changes
12 commits
e70a16e4release(v1.7.3): prepare release284a5516chore: bump depsc0ad1c46chore: bump deps9426c2cafix: add more input validations to management API272d3f4dfix: consume SAML sessions oncea199343bfix: do not panic is ssa apply with multi-version CRDsbb01bd81feat: destroy imported cluster secrets after bundle is consumedf8596b67fix(frontend): keep machine details open when switchinga224cb02fix: change ImportedClusterSecrets access level to operator2f780520fix(frontend): add apexcharts formatter workaround72907427fix(frontend): fix apexcharts broken tooltips and initial state88fd0562fix(frontend): fix revoking/deleting join tokens
Changes from siderolabs/go-kubernetes
2 commits
38c182ffix: normalize the changeset to be keyed without apiVersionca35008feat: 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