Skip to content

Commit ebb7340

Browse files
committed
release(v0.3.1): prepare release
This is the official v0.3.1 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 8d99bfd commit ebb7340

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
## [CAPI Control Plane Provider Talos 0.3.1](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.3.1) (2021-11-10)
2+
3+
Welcome to the v0.3.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+
### CAPI v1alpha4
11+
12+
This release of CACPPT brings compatibility with CAPI v1alpha4.
13+
14+
Support new conditions, which should simplify CABPT issues debugging:
15+
- `MachinesReady` reports an aggregate of current status of the machines controlled by the TalosControlPlane.
16+
- `Available` the first control plane instance has completed Talos boot sequence and so the control plane is available and an API server instance is ready for processing requests.
17+
- `Resized` TalosControlPlane is resizing the set of controlled machines.
18+
- `ControlPlaneComponentsHealthy` reports the overall status of control plane components implemented as static pods generated by Talos including kube-api-server, kube-controller manager, kube-scheduler and etcd.
19+
- `EtcdClusterHealthyCondition` overall etcd cluster's health.
20+
- `MachinesCreated` the machines controlled by the TalosControlPlane are created.
21+
22+
23+
24+
### Contributors
25+
26+
* Artem Chernyshev
27+
28+
### Changes
29+
<details><summary>1 commit</summary>
30+
<p>
31+
32+
* [`8d99bfd`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/8d99bfdb4af877e149e3eb609217620fea0da47c) fix: properly pick talos client configuration
33+
</p>
34+
</details>
35+
36+
### Dependency Changes
37+
38+
This release has no dependency changes
39+
40+
Previous release can be found at [v0.3.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.3.0)
41+
142
## [CAPI Control Plane Provider Talos 0.3.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.3.0) (2021-10-08)
243

344
Welcome to the v0.3.0 release of CAPI Control Plane Provider Talos!

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.2.0"
9+
previous = "v0.3.0"
1010

1111
pre_release = false
1212

0 commit comments

Comments
 (0)