diff --git a/CHANGELOG.md b/CHANGELOG.md index ab6b565..0a1b3f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,55 @@ +## [CAPI Control Plane Provider Talos 0.4.3](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.3) (2022-01-14) + +Welcome to the v0.4.3 release of CAPI Control Plane Provider Talos! + + + +Please try out the release binaries and report any issues at +https://github.com/talos-systems/cluster-api-control-plane-provider-talos/issues. + +### `init` nodes deprecation + +Starting from this release CACPPT no longer relies on init nodes to bootstrap the cluster. +Instead, it issues bootstrap command and keeps bootstrap status information in the `TalosControlPlane` resource. +Bootstrap state can also be retrieved from the conditions. + + +### CAPI v1beta1 + +This release of CACPPT brings compatibility with CAPI v1beta1. + + +### Contributors + +* Artem Chernyshev +* Spencer Smith + +### Changes +
5 commits +

+ +* [`efa0345`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/efa03451f88f7c0b1eb6b94302f674466660a9af) fix: fall back to old scheme of getting talsoconfig for older templates +* [`89f793e`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/89f793ef54173d613949af715c95aa0581630758) release(v0.4.2): prepare release +* [`a77ddde`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/a77ddde2607165396c254c292de4e726c2c29f38) refactor: change reconcile loop flow +* [`ea7842f`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/ea7842f6fabefa1775c0a2c7bd43e1a7e0615fe7) release(v0.4.1): prepare release +* [`7f63ad0`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/7f63ad0a391dcf0901edf9009717fb57f503f652) fix: avoid long backoff when trying to bootstrap the cluster +

+
+ +### Changes since v0.4.2 +
1 commit +

+ +* [`efa0345`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/efa03451f88f7c0b1eb6b94302f674466660a9af) fix: fall back to old scheme of getting talsoconfig for older templates +

+
+ +### Dependency Changes + +This release has no dependency changes + +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) + ## [CAPI Control Plane Provider Talos 0.4.2](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.2) (2022-01-04) Welcome to the v0.4.2 release of CAPI Control Plane Provider Talos!