v0.36.0-beta.0
Pre-release
Pre-release
·
749 commits
to main
since this release
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
12761a3release(v0.36.0-beta.0): prepare release6501134feat: implement labels completion for clusters and machinesf0b9240fix: add the label when clicking outside of the input859f04afeat: warn about usingomnictlversion different from the backend5397c70chore: bump siderolink to 0.3.715186b6fix: machine class edit pagea330167fix: use proper help string foromnictl download --talos-versionflagc1d38e6fix: properly do rolling update on control plane nodesa0d02eafix: do not block machine config updates if loadbalancer is down105fd8bfix: do not try to audit machine which no longer hasMachineStatus81f749ffix: do not fail schematic reconcile if initial talos version is empty7bd922afeat: implement the UI for adjusting machine sets update strategies0058c04fix: get all attribute values from SAML ACS when adding user labels7aabbb0fix: make search work onNodeExtensionspage
Changes from siderolabs/siderolink
2 commits
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