You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please try out the release binaries and report any issues at
8
+
https://github.com/siderolabs/omni/issues.
9
+
10
+
### Machine And Cluster Labels Completion
11
+
12
+
The UI of search inputs was reworked. Now Omni suggests autocompletion for all existing machine and cluster labels.
13
+
It also displays the labels as colored boxes in the input to better match with what's shown in the list.
14
+
15
+
16
+
### Machine Set Scaling Parallelism
17
+
18
+
It is now possible to adjust worker machine sets scaling and update strategies in the UI.
19
+
20
+
21
+
### `omnictl` Version Warnings
22
+
23
+
`omnictl` now warns that it has the different version from the backend.
24
+
25
+
26
+
### Contributors
27
+
28
+
* Artem Chernyshev
29
+
* Dmitriy Matrenichev
30
+
* Noel Georgi
31
+
32
+
### Changes
33
+
<details><summary>17 commits</summary>
34
+
<p>
35
+
36
+
*[`0aa16db`](https://github.com/siderolabs/omni/commit/0aa16dbd83800d48999b81ece842be4ca3c60698) chore: update Talos to 1.7.2 in the tests
37
+
*[`9081a37`](https://github.com/siderolabs/omni/commit/9081a3752f8fbabfe003b4aa76f22426002cb4be) chore: use large runners for ci
38
+
*[`dfad9dd`](https://github.com/siderolabs/omni/commit/dfad9dd420604ed8e6a5d4437aa5d986124f37ff) fix: hide labels completions dropdown when clicking outside of the input
*[`6501134`](https://github.com/siderolabs/omni/commit/65011345032d35a92cafe4037d54687e0ac1e285) feat: implement labels completion for clusters and machines
41
+
*[`f0b9240`](https://github.com/siderolabs/omni/commit/f0b9240c7173ab333b8806f5136435aec4058e69) fix: add the label when clicking outside of the input
42
+
*[`859f04a`](https://github.com/siderolabs/omni/commit/859f04aecdfb042572d57f5961991c225310ba3c) feat: warn about using `omnictl` version different from the backend
43
+
*[`5397c70`](https://github.com/siderolabs/omni/commit/5397c7010768ac390f1882957b41910b10c0ebe9) chore: bump siderolink to 0.3.7
44
+
*[`15186b6`](https://github.com/siderolabs/omni/commit/15186b6ffe9c6760d83002e11cbd6b41d99b36ac) fix: machine class edit page
45
+
*[`a330167`](https://github.com/siderolabs/omni/commit/a330167c0513afa7715c7f28864414bd4f21bb38) fix: use proper help string for `omnictl download --talos-version` flag
46
+
*[`c1d38e6`](https://github.com/siderolabs/omni/commit/c1d38e613d15e942fe277d7e62aab75b5dd84a6e) fix: properly do rolling update on control plane nodes
47
+
*[`a0d02ea`](https://github.com/siderolabs/omni/commit/a0d02ea20b2ebcc6556e80afe04cb22392afe561) fix: do not block machine config updates if loadbalancer is down
48
+
*[`105fd8b`](https://github.com/siderolabs/omni/commit/105fd8b496d8b7bb7f8105eff65c1ce2c004e574) fix: do not try to audit machine which no longer has `MachineStatus`
49
+
*[`81f749f`](https://github.com/siderolabs/omni/commit/81f749f91a5380f9213548443aae69111a43e7c2) fix: do not fail schematic reconcile if initial talos version is empty
50
+
*[`7bd922a`](https://github.com/siderolabs/omni/commit/7bd922a6a87423c4a087408b338a002dd3f6b554) feat: implement the UI for adjusting machine sets update strategies
51
+
*[`0058c04`](https://github.com/siderolabs/omni/commit/0058c043d6e0e3a10884f87cddc31b46f1392dbd) fix: get all attribute values from SAML ACS when adding user labels
52
+
*[`7aabbb0`](https://github.com/siderolabs/omni/commit/7aabbb089152debe12acbf0b5ca52c6f4f349d29) fix: make search work on `NodeExtensions` page
53
+
</p>
54
+
</details>
55
+
56
+
### Changes since v0.36.0-beta.0
57
+
<details><summary>3 commits</summary>
58
+
<p>
59
+
60
+
*[`0aa16db`](https://github.com/siderolabs/omni/commit/0aa16dbd83800d48999b81ece842be4ca3c60698) chore: update Talos to 1.7.2 in the tests
61
+
*[`9081a37`](https://github.com/siderolabs/omni/commit/9081a3752f8fbabfe003b4aa76f22426002cb4be) chore: use large runners for ci
62
+
*[`dfad9dd`](https://github.com/siderolabs/omni/commit/dfad9dd420604ed8e6a5d4437aa5d986124f37ff) fix: hide labels completions dropdown when clicking outside of the input
63
+
</p>
64
+
</details>
65
+
66
+
### Changes from siderolabs/siderolink
67
+
<details><summary>2 commits</summary>
68
+
<p>
69
+
70
+
*[`be00ff5`](https://github.com/siderolabs/siderolink/commit/be00ff59bac50e0da4cd0747f8e5f30c7b029ded) chore: redo event filtering as a sequence of iterators
71
+
*[`a936b60`](https://github.com/siderolabs/siderolink/commit/a936b60645267d2e7320083b402df5ad19de76f5) chore: handle peer events in batches
RUN apk --update --no-cache add bash curl build-base protoc protobuf-dev
80
79
80
+
# tools and sources
81
+
FROM --platform=${BUILDPLATFORM} js-toolchain AS js
82
+
WORKDIR /src
83
+
ARG PROTOBUF_GRPC_GATEWAY_TS_VERSION
84
+
RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg go install github.com/siderolabs/protoc-gen-grpc-gateway-ts@v${PROTOBUF_GRPC_GATEWAY_TS_VERSION}
85
+
RUN mv /go/bin/protoc-gen-grpc-gateway-ts /bin
86
+
COPY frontend/package.json ./
87
+
COPY frontend/package-lock.json ./
88
+
RUN --mount=type=cache,target=/src/node_modules npm version ${VERSION}
89
+
RUN --mount=type=cache,target=/src/node_modules npm ci
FROM --platform=${BUILDPLATFORM} toolchain AS tools
83
105
ENV GO111MODULE on
@@ -115,59 +137,8 @@ ARG GOFUMPT_VERSION
115
137
RUN go install mvdan.cc/gofumpt@${GOFUMPT_VERSION} \
116
138
&& mv /go/bin/gofumpt /bin/gofumpt
117
139
118
-
# tools and sources
119
-
FROM js-toolchain AS js
120
-
WORKDIR /src
121
-
ARG PROTOBUF_GRPC_GATEWAY_TS_VERSION
122
-
RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg go install github.com/siderolabs/protoc-gen-grpc-gateway-ts@v${PROTOBUF_GRPC_GATEWAY_TS_VERSION}
123
-
RUN mv /go/bin/protoc-gen-grpc-gateway-ts /bin
124
-
COPY frontend/package.json ./
125
-
COPY frontend/package-lock.json ./
126
-
RUN --mount=type=cache,target=/src/node_modules npm version ${VERSION}
127
-
RUN --mount=type=cache,target=/src/node_modules npm ci
0 commit comments