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
Starting from this release CACPPT no longer relies on init nodes to bootstrap the cluster.
13
+
Instead, it issues bootstrap command and keeps bootstrap status information in the `TalosControlPlane` resource.
14
+
Bootstrap state can also be retrieved from the conditions.
15
+
16
+
17
+
### CAPI v1beta1
18
+
19
+
This release of CACPPT brings compatibility with CAPI v1beta1.
20
+
21
+
22
+
### Contributors
23
+
24
+
* Artem Chernyshev
25
+
26
+
### Changes
27
+
<details><summary>1 commit</summary>
28
+
<p>
29
+
30
+
*[`7f63ad0`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/7f63ad0a391dcf0901edf9009717fb57f503f652) fix: avoid long backoff when trying to bootstrap the cluster
31
+
</p>
32
+
</details>
33
+
34
+
### Dependency Changes
35
+
36
+
This release has no dependency changes
37
+
38
+
Previous release can be found at [v0.4.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.0)
39
+
1
40
## [CAPI Control Plane Provider Talos 0.4.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.0) (2021-12-14)
2
41
3
42
Welcome to the v0.4.0 release of CAPI Control Plane Provider Talos!
0 commit comments