Skip to content

Commit

Permalink
release(v0.4.1): prepare release
Browse files Browse the repository at this point in the history
This is the official v0.4.1 release.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
  • Loading branch information
Unix4ever committed Dec 16, 2021
1 parent 7f63ad0 commit ea7842f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 3 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
<details><summary>1 commit</summary>
<p>

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

### 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!
Expand Down
6 changes: 3 additions & 3 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = """\
"""
Expand All @@ -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.
"""

0 comments on commit ea7842f

Please sign in to comment.