Skip to content

Commit ea7842f

Browse files
committed
release(v0.4.1): prepare release
This is the official v0.4.1 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 7f63ad0 commit ea7842f

File tree

2 files changed

+42
-3
lines changed

2 files changed

+42
-3
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## [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)
2+
3+
Welcome to the v0.4.1 release of CAPI Control Plane 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-control-plane-provider-talos/issues.
9+
10+
### `init` nodes deprecation
11+
12+
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+
140
## [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)
241

342
Welcome to the v0.4.0 release of CAPI Control Plane Provider Talos!

hack/release.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ github_repo = "talos-systems/cluster-api-control-plane-provider-talos"
66
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
77

88
# previous release
9-
previous = "v0.3.1"
9+
previous = "v0.4.0"
1010

11-
pre_release = true
11+
pre_release = false
1212

1313
preface = """\
1414
"""
@@ -25,6 +25,6 @@ This release of CACPPT brings compatibility with CAPI v1beta1.
2525
title = "`init` nodes deprecation"
2626
description = """\
2727
Starting from this release CACPPT no longer relies on init nodes to bootstrap the cluster.
28-
Instead, it is now issues bootstrap and keeps bootstrap status information in the `TalosControlPlane` resource.
28+
Instead, it issues bootstrap command and keeps bootstrap status information in the `TalosControlPlane` resource.
2929
Bootstrap state can also be retrieved from the conditions.
3030
"""

0 commit comments

Comments
 (0)