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
### Trigger Rolling Updates on Talos Config Changes
12
+
13
+
The controller now reacts to `TalosConfig` spec changes
14
+
and can do rolling updates of the control plane machines.
15
+
16
+
17
+
### Contributors
18
+
19
+
* Artem Chernyshev
20
+
* Ströger Florian
21
+
22
+
### Changes
23
+
<details><summary>2 commits</summary>
24
+
<p>
25
+
26
+
*[`1401505`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/1401505f2533e0d0bcdeca2c8f671f7c7b984bdf) feat: trigger rollout on controlPlaneConfig changes
27
+
*[`6be6eec`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/6be6eec73e04a82f11f1cdbc945d708c05b415b3) fix: rewrite scale down code to be resilient to API calls failures
28
+
</p>
29
+
</details>
30
+
31
+
### Dependency Changes
32
+
33
+
***golang.org/x/sync** v0.1.0 **_new_**
34
+
35
+
Previous release can be found at [v0.5.0-alpha.1](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.0-alpha.1)
36
+
37
+
38
+
1
39
2
40
## [CAPI Control Plane Provider Talos 0.5.0-alpha.1](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.0-alpha.1) (2023-04-19)
0 commit comments