Skip to content

v0.36.0-beta.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 19:02
· 242 commits to main since this release
v0.36.0-beta.0
12761a3

Omni 0.36.0-beta.0 (2024-05-20)

Welcome to the v0.36.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.

Machine And Cluster Labels Completion

The UI of search inputs was reworked. Now Omni suggests autocompletion for all existing machine and cluster labels.
It also displays the labels as colored boxes in the input to better match with what's shown in the list.

Machine Set Scaling Parallelism

It is now possible to adjust worker machine sets scaling and update strategies in the UI.

omnictl Version Warnings

omnictl now warns that it has the different version from the backend.

Contributors

  • Artem Chernyshev
  • Dmitriy Matrenichev

Changes

14 commits

  • 12761a3 release(v0.36.0-beta.0): prepare release
  • 6501134 feat: implement labels completion for clusters and machines
  • f0b9240 fix: add the label when clicking outside of the input
  • 859f04a feat: warn about using omnictl version different from the backend
  • 5397c70 chore: bump siderolink to 0.3.7
  • 15186b6 fix: machine class edit page
  • a330167 fix: use proper help string for omnictl download --talos-version flag
  • c1d38e6 fix: properly do rolling update on control plane nodes
  • a0d02ea fix: do not block machine config updates if loadbalancer is down
  • 105fd8b fix: do not try to audit machine which no longer has MachineStatus
  • 81f749f fix: do not fail schematic reconcile if initial talos version is empty
  • 7bd922a feat: implement the UI for adjusting machine sets update strategies
  • 0058c04 fix: get all attribute values from SAML ACS when adding user labels
  • 7aabbb0 fix: make search work on NodeExtensions page

Changes from siderolabs/siderolink

2 commits

  • be00ff5 chore: redo event filtering as a sequence of iterators
  • a936b60 chore: handle peer events in batches

Dependency Changes

  • github.com/siderolabs/siderolink v0.3.5 -> v0.3.7
  • golang.org/x/crypto v0.22.0 -> v0.23.0
  • golang.org/x/net v0.24.0 -> v0.25.0
  • golang.org/x/sync v0.6.0 -> v0.7.0
  • golang.org/x/text v0.14.0 -> v0.15.0
  • golang.org/x/tools v0.19.0 -> v0.20.0
  • google.golang.org/grpc v1.62.2 -> v1.63.2
  • google.golang.org/protobuf v1.33.0 -> v1.34.1

Previous release can be found at v0.35.0