Skip to content

Commit

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

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
  • Loading branch information
Unix4ever committed Nov 10, 2021
1 parent 8d99bfd commit ebb7340
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
## [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)

Welcome to the v0.3.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.

### CAPI v1alpha4

This release of CACPPT brings compatibility with CAPI v1alpha4.

Support new conditions, which should simplify CABPT issues debugging:
- `MachinesReady` reports an aggregate of current status of the machines controlled by the TalosControlPlane.
- `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.
- `Resized` TalosControlPlane is resizing the set of controlled machines.
- `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.
- `EtcdClusterHealthyCondition` overall etcd cluster's health.
- `MachinesCreated` the machines controlled by the TalosControlPlane are created.



### Contributors

* Artem Chernyshev

### Changes
<details><summary>1 commit</summary>
<p>

* [`8d99bfd`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/8d99bfdb4af877e149e3eb609217620fea0da47c) fix: properly pick talos client configuration
</p>
</details>

### Dependency Changes

This release has no dependency changes

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)

## [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)

Welcome to the v0.3.0 release of CAPI Control Plane Provider Talos!
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ github_repo = "talos-systems/cluster-api-control-plane-provider-talos"
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"

# previous release
previous = "v0.2.0"
previous = "v0.3.0"

pre_release = false

Expand Down

0 comments on commit ebb7340

Please sign in to comment.