Skip to content

Commit

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

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
  • Loading branch information
Unix4ever committed Oct 8, 2021
1 parent 1662815 commit 1bec112
Show file tree
Hide file tree
Showing 3 changed files with 99 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .conform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ policies:
dco: true
gpg: false
imperative: true
maximumOfOneCommit: true
maximumOfOneCommit: false
requireCommitBody: true
conventional:
types:
Expand Down
88 changes: 88 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,91 @@
## [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!



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
* Andrey Smirnov
* Gerard de Leeuw
* Spencer Smith

### Changes
<details><summary>4 commits</summary>
<p>

* [`d794daa`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/d794daae33f117103c283ef1aff2243a382a31f3) release(v0.4.0): prepare release
* [`1662815`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/166281550865c66ed4f6a015c76c94443b43f0fe) feat: catch up with Kubeadm in terms of conditions
* [`43eb75b`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/43eb75b439d43e87e970df69f49f0abbde047e51) release(v0.3.0-alpha.0): prepare release
* [`48d834b`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/48d834b5dfb364b8e9ae2269771e41a2dc646692) feat: support CAPI v1alpha4
</p>
</details>

### Changes since v0.3.0-alpha.0
<details><summary>2 commits</summary>
<p>

* [`d794daa`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/d794daae33f117103c283ef1aff2243a382a31f3) release(v0.4.0): prepare release
* [`1662815`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/166281550865c66ed4f6a015c76c94443b43f0fe) feat: catch up with Kubeadm in terms of conditions
</p>
</details>

### Changes from talos-systems/capi-utils
<details><summary>2 commits</summary>
<p>

* [`b2f8f83`](https://github.com/talos-systems/capi-utils/commit/b2f8f83d3df6a7cd0308ae724d7423280c6924a8) feat: update cluster API library to the latest version
* [`f2a34fd`](https://github.com/talos-systems/capi-utils/commit/f2a34fdddec066097e346c144bb8660398a5e69d) chore: do not rely on ENV variables to configure CAPI client
</p>
</details>

### Changes from talos-systems/cluster-api-bootstrap-provider-talos
<details><summary>5 commits</summary>
<p>

* [`548b7fb`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/548b7fbd38b89b9790a0daa2380fddb34157cdd5) release(v0.4.0-alpha.0): prepare release
* [`442ee41`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/442ee41bafb2a912e49928c5d61f52c4c61a2593) test: don't set the talosconfig owner ref to the machine
* [`8c7fec8`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/8c7fec8e373bd12609f6274d79ca07d187212d91) fix: don't write incomplete `<cluster>-ca` secret for configtype none
* [`f46c83d`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/f46c83d328ee44db2ccb5eef67b366cc73c13319) feat: bump Talos machinery to 0.12.3
* [`7b760cf`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/7b760cf69ecab93200821dded931171657a5dedc) feat: support CAPI v1alpha4
</p>
</details>

### Dependency Changes

* **github.com/google/uuid** v1.1.2 -> v1.3.0
* **github.com/onsi/gomega** v1.14.0 -> v1.15.0
* **github.com/talos-systems/capi-utils** 9587089e8425 -> b2f8f83d3df6
* **github.com/talos-systems/cluster-api-bootstrap-provider-talos** v0.3.0 -> v0.4.0-alpha.0
* **github.com/talos-systems/talos/pkg/machinery** 7e63e43eb399 -> v0.12.3
* **k8s.io/api** v0.17.9 -> v0.22.1
* **k8s.io/apimachinery** v0.17.9 -> v0.22.1
* **k8s.io/apiserver** v0.17.9 -> v0.22.1
* **k8s.io/client-go** v0.17.9 -> v0.22.1
* **k8s.io/utils** 6e3d28b6ed19 -> bdf08cb9a70a
* **sigs.k8s.io/cluster-api** v0.3.23 -> v0.4.3
* **sigs.k8s.io/controller-runtime** v0.5.14 -> v0.9.7

Previous release can be found at [v0.2.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.2.0)

## [CAPI Control Plane Provider Talos 0.3.0-alpha.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.3.0-alpha.0) (2021-10-01)

Welcome to the v0.3.0-alpha.0 release of CAPI Control Plane Provider Talos!
Expand Down
11 changes: 10 additions & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
# previous release
previous = "v0.2.0"

pre_release = true
pre_release = false

preface = """\
"""
Expand All @@ -19,4 +19,13 @@ preface = """\
title = "CAPI v1alpha4"
description = """\
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.
"""

0 comments on commit 1bec112

Please sign in to comment.