diff --git a/CHANGELOG.md b/CHANGELOG.md index af1674a..790de66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,42 @@ +## [CAPI Control Plane Provider Talos 0.4.1](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.1) (2021-12-16) + +Welcome to the v0.4.1 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 + +### Changes +
1 commit +

+ +* [`7f63ad0`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/7f63ad0a391dcf0901edf9009717fb57f503f652) fix: avoid long backoff when trying to bootstrap the cluster +

+
+ +### 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.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.0) (2021-12-14) Welcome to the v0.4.0 release of CAPI Control Plane Provider Talos! diff --git a/hack/release.toml b/hack/release.toml index 958fd81..a8b5621 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,9 +6,9 @@ github_repo = "talos-systems/cluster-api-control-plane-provider-talos" match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$" # previous release -previous = "v0.3.1" +previous = "v0.4.0" -pre_release = true +pre_release = false preface = """\ """ @@ -25,6 +25,6 @@ This release of CACPPT brings compatibility with CAPI v1beta1. title = "`init` nodes deprecation" description = """\ Starting from this release CACPPT no longer relies on init nodes to bootstrap the cluster. -Instead, it is now issues bootstrap and keeps bootstrap status information in the `TalosControlPlane` resource. +Instead, it issues bootstrap command and keeps bootstrap status information in the `TalosControlPlane` resource. Bootstrap state can also be retrieved from the conditions. """