|
| 1 | +## [CAPI Bootstrap Provider Talos 0.4.0](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.4.0) (2021-10-08) |
| 2 | + |
| 3 | +Welcome to the v0.4.0 release of CAPI Bootstrap Provider Talos! |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +Please try out the release binaries and report any issues at |
| 8 | +https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/issues. |
| 9 | + |
| 10 | +### CAPI v1alpha4 |
| 11 | + |
| 12 | +CABPT now supports CAPI v1alpha4. |
| 13 | + |
| 14 | +Support new conditions, which should simplify CABPT issues debugging: |
| 15 | +- `DataSecretAvailable` documents the status of the bootstrap secret generation process. |
| 16 | +- `WaitingForClusterInfrastructure` waiting for the cluster infrastructure to be ready. |
| 17 | +- `DataSecretGenerationFailed` detecting an error while generating a data secret. |
| 18 | + |
| 19 | + |
| 20 | +### Contributors |
| 21 | + |
| 22 | +* Andrey Smirnov |
| 23 | +* Artem Chernyshev |
| 24 | +* Spencer Smith |
| 25 | + |
| 26 | +### Changes |
| 27 | +<details><summary>6 commits</summary> |
| 28 | +<p> |
| 29 | + |
| 30 | +* [`04742b9`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/04742b96bf757413c88d0f15bee91679644f0337) feat: import fixes/updates from kubeadm bootstrap provider |
| 31 | +* [`548b7fb`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/548b7fbd38b89b9790a0daa2380fddb34157cdd5) release(v0.4.0-alpha.0): prepare release |
| 32 | +* [`442ee41`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/442ee41bafb2a912e49928c5d61f52c4c61a2593) test: don't set the talosconfig owner ref to the machine |
| 33 | +* [`8c7fec8`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/8c7fec8e373bd12609f6274d79ca07d187212d91) fix: don't write incomplete `<cluster>-ca` secret for configtype none |
| 34 | +* [`f46c83d`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/f46c83d328ee44db2ccb5eef67b366cc73c13319) feat: bump Talos machinery to 0.12.3 |
| 35 | +* [`7b760cf`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/7b760cf69ecab93200821dded931171657a5dedc) feat: support CAPI v1alpha4 |
| 36 | +</p> |
| 37 | +</details> |
| 38 | + |
| 39 | +### Changes since v0.4.0-alpha.0 |
| 40 | +<details><summary>1 commit</summary> |
| 41 | +<p> |
| 42 | + |
| 43 | +* [`04742b9`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/04742b96bf757413c88d0f15bee91679644f0337) feat: import fixes/updates from kubeadm bootstrap provider |
| 44 | +</p> |
| 45 | +</details> |
| 46 | + |
| 47 | +### Dependency Changes |
| 48 | + |
| 49 | +* **github.com/go-logr/logr** v0.1.0 -> v0.4.0 |
| 50 | +* **github.com/talos-systems/talos/pkg/machinery** 7e63e43eb399 -> v0.12.3 |
| 51 | +* **golang.org/x/sys** 0f9fa26af87c -> bfb29a6856f2 |
| 52 | +* **k8s.io/api** v0.17.9 -> v0.21.4 |
| 53 | +* **k8s.io/apiextensions-apiserver** v0.17.9 -> v0.21.4 |
| 54 | +* **k8s.io/apimachinery** v0.17.9 -> v0.21.4 |
| 55 | +* **k8s.io/client-go** v0.17.9 -> v0.21.4 |
| 56 | +* **sigs.k8s.io/cluster-api** v0.3.22 -> v0.4.3 |
| 57 | +* **sigs.k8s.io/controller-runtime** v0.5.14 -> v0.9.7 |
| 58 | + |
| 59 | +Previous release can be found at [v0.3.0](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.3.0) |
| 60 | + |
1 | 61 | ## [CAPI Bootstrap Provider Talos 0.4.0-alpha.0](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.4.0-alpha.0) (2021-10-01)
|
2 | 62 |
|
3 | 63 | Welcome to the v0.4.0-alpha.0 release of CAPI Bootstrap Provider Talos!
|
|
0 commit comments