v0.36.0-beta.0
Pre-release
Pre-release
github-actions
released this
20 May 19:02
·
242 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
12761a3
release(v0.36.0-beta.0): prepare release6501134
feat: implement labels completion for clusters and machinesf0b9240
fix: add the label when clicking outside of the input859f04a
feat: warn about usingomnictl
version different from the backend5397c70
chore: bump siderolink to 0.3.715186b6
fix: machine class edit pagea330167
fix: use proper help string foromnictl download --talos-version
flagc1d38e6
fix: properly do rolling update on control plane nodesa0d02ea
fix: do not block machine config updates if loadbalancer is down105fd8b
fix: do not try to audit machine which no longer hasMachineStatus
81f749f
fix: do not fail schematic reconcile if initial talos version is empty7bd922a
feat: implement the UI for adjusting machine sets update strategies0058c04
fix: get all attribute values from SAML ACS when adding user labels7aabbb0
fix: make search work onNodeExtensions
page
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