Skip to content

Commit ab24901

Browse files
committed
release(v0.5.0-alpha.0): prepare release
This is the official v0.5.0-alpha.0 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent feaa35f commit ab24901

File tree

6 files changed

+107
-45
lines changed

6 files changed

+107
-45
lines changed

.conform.yaml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,8 @@ policies:
1717
body:
1818
required: true
1919
conventional:
20-
types:
21-
- chore
22-
- docs
23-
- perf
24-
- refactor
25-
- style
26-
- test
27-
- release
28-
scopes:
29-
- apid
30-
- machined
31-
- networkd
32-
- talosctl
33-
- trustd
34-
- talosctl
35-
- kernel
36-
- security
37-
- ^v1.1
20+
types: ["chore","docs","perf","refactor","style","test","release"]
21+
scopes: [".*"]
3822
- type: license
3923
spec:
4024
skipPaths:

CHANGELOG.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,91 @@
1+
## [CAPI Control Plane Provider Talos 0.5.0-alpha.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.0-alpha.0) (2023-04-19)
2+
3+
Welcome to the v0.5.0-alpha.0 release of CAPI Control Plane Provider Talos!
4+
*This is a pre-release of CAPI Control Plane Provider Talos*
5+
6+
7+
8+
Please try out the release binaries and report any issues at
9+
https://github.com/talos-systems/cluster-api-control-plane-provider-talos/issues.
10+
11+
### Contributors
12+
13+
* Andrey Smirnov
14+
* Artem Chernyshev
15+
* Spencer Smith
16+
* Benjamin Gentil
17+
* Damiano Donati
18+
* Gerard de Leeuw
19+
* Noel Georgi
20+
* Steve Francis
21+
* i.kvasov
22+
23+
### Changes
24+
<details><summary>31 commits</summary>
25+
<p>
26+
27+
* [`feaa35f`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/feaa35f3f3aed7ece7a8ec3369e5739b1d74d9af) chore: bump deps, implement unit tests
28+
* [`e9b6948`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/e9b694840da093249f139cba82ff536d28b7e5c7) fix: nil check replicas ptr before de-referencing
29+
* [`b10e2e7`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/b10e2e771483ef374e539a0d69b3a2176cc6547b) fix: properly write desired replicas count in scale conditions
30+
* [`4bdb103`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/4bdb10379ab2ef3e39a3397ace714beb68e4e991) feat: add Tilt support
31+
* [`d105ecc`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/d105ecc9e9dd3862d2bb708df1d9fe9de60d8398) feat: update for Talos 1.3.0
32+
* [`051fad9`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/051fad9cbed443dadc5adef8f364adb74e872183) fix: regenerate kubeconfig on expiration
33+
* [`b5a5fc6`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/b5a5fc6e54d3da9ac9af55bfa556dd74b641553c) feat: update to Talos 1.2.0
34+
* [`6fdde72`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/6fdde729b8551eef897756f42f9bfc0030855623) fix: use 'control-plane' Kubernetes node label
35+
* [`ac90f86`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/ac90f865c3c21c71716a51c4be5138aeb86a813a) fix: stop reporting negative unavailable replicas
36+
* [`678aad5`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/678aad59da46722d3676321d1e37e12484c79e1f) feat: introduce 'OnDelete' rollout strategy type
37+
* [`f3ff7ad`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/f3ff7ad82e541aedea34b49cf29bae8b68938631) fix: fallback to ExternalIP for boostrap if no InternalIP is found
38+
* [`d8b6d34`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/d8b6d3441b58a557fadc3a64e8e6fc44382272fd) feat: update CABPT to 0.5.4, Talos to 1.1.0
39+
* [`86d8ebf`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/86d8ebf64b7b66da81edf3c2aeb2eb716b0f6c82) fix: tcp webhook resource name and version
40+
* [`466b501`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/466b5011f1cec48514a2f2317c0de4dce8c007fd) docs: add top level CAPI diagram with CACPPT role in it
41+
* [`3cdfa0e`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/3cdfa0eff73e7a23363699263bc276260255ea48) fix: mark control plane as initialized as soon as endpoints are ready
42+
* [`04b0570`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/04b05702289ac99f72964f170f77e935ef0b7f3c) feat: support `TalosControlPlane` rolling upgrade
43+
* [`40a0174`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/40a0174b19bbc3a84129636cb1e2fd2b43f85f77) fix: skip nodes with empty hostname on etcd audit
44+
* [`f530a1e`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/f530a1ea27e1c84711444c11d341ab989ed36618) refactor: use cached client tracker in the provider
45+
* [`e1bf749`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/e1bf7495f90de6723faf349754f194c4b7201b1a) feat: update for Talos 1.0
46+
* [`7d43ba8`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/7d43ba8954f05cf1f4db4111031b6504c58ce47f) docs: add note for clusterctl rename bug
47+
* [`7a0436d`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/7a0436d3e24b2241d048620fe10c1008d6906cc8) chore: rename github organization to siderolabs
48+
* [`6f1b876`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/6f1b87654f67e0a4f4b68fafeac04cc481c2459b) docs: update README.md
49+
* [`a0b8ea4`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/a0b8ea4e74575067047e32b1c4ec3149e8fd5daf) fix: get talosconfig from secrets instead of talosconfig resources
50+
* [`d6d9c02`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/d6d9c022a5f9253f201e17717d1abc703076da19) chore: bump cert-manager to v1
51+
* [`da3b925`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/da3b92568827f56894c7835817cabf5f2f97da2c) feat: update CABPT to 0.5.2
52+
* [`6c6b810`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/6c6b810b5f6884e7aba7426677b3c967063087c5) fix: fall back to old scheme of getting talsoconfig for older templates
53+
* [`f3cba54`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/f3cba54e1f3f62116e728023731e0f4a6ad5a6a1) refactor: change reconcile loop flow
54+
* [`c2d7edf`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/c2d7edfa0b63ca222d38f7f0827a59229340a0ba) fix: avoid long backoff when trying to bootstrap the cluster
55+
* [`698e669`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/698e6690ba8ca2a19b807ed4d451ab718ee13889) fix: patch the status and use APIReader to get resource
56+
* [`e0041f6`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/e0041f6567a61a388f5e69769fe28924e4f4fe7f) fix: ensure that bootstrap is called only a single time
57+
* [`65043b7`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/65043b7cf85407e9e4683dbda1d96083d9e1de45) test: update templates to v1beta1
58+
</p>
59+
</details>
60+
61+
### Dependency Changes
62+
63+
* **github.com/coreos/go-semver** v0.3.0 -> v0.3.1
64+
* **github.com/go-logr/logr** v0.4.0 -> v1.2.3
65+
* **github.com/gobuffalo/flect** v1.0.2 **_new_**
66+
* **github.com/onsi/gomega** v1.16.0 -> v1.27.5
67+
* **github.com/siderolabs/capi-utils** 835519e95d9c **_new_**
68+
* **github.com/siderolabs/cluster-api-bootstrap-provider-talos** v0.5.6 **_new_**
69+
* **github.com/siderolabs/crypto** v0.4.0 **_new_**
70+
* **github.com/siderolabs/go-retry** v0.3.2 **_new_**
71+
* **github.com/siderolabs/talos** v1.3.5 **_new_**
72+
* **github.com/siderolabs/talos/pkg/machinery** v1.4.0 **_new_**
73+
* **github.com/stretchr/testify** v1.7.0 -> v1.8.2
74+
* **google.golang.org/grpc** v1.41.0 -> v1.54.0
75+
* **gopkg.in/typ.v4** v4.2.0 **_new_**
76+
* **gopkg.in/yaml.v3** 496545a6307b -> v3.0.1
77+
* **k8s.io/api** v0.22.2 -> v0.26.1
78+
* **k8s.io/apiextensions-apiserver** v0.26.1 **_new_**
79+
* **k8s.io/apimachinery** v0.22.2 -> v0.26.1
80+
* **k8s.io/apiserver** v0.22.2 -> v0.26.1
81+
* **k8s.io/client-go** v0.22.2 -> v0.26.1
82+
* **k8s.io/klog/v2** v2.90.1 **_new_**
83+
* **k8s.io/utils** cb0fa318a74b -> a36077c30491
84+
* **sigs.k8s.io/cluster-api** v1.0.0 -> v1.4.1
85+
* **sigs.k8s.io/controller-runtime** v0.10.2 -> v0.14.6
86+
87+
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)
88+
189
## [CAPI Control Plane Provider Talos 0.4.0-alpha.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.0-alpha.0) (2021-11-10)
290

391
Welcome to the v0.4.0-alpha.0 release of CAPI Control Plane Provider Talos!

README.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,23 +22,26 @@ This provider's versions are compatible with the following versions of Cluster A
2222
| Control Plane Provider Talos v1alpha3 (v0.2) || | |
2323
| Control Plane Provider Talos v1alpha3 (v0.3) | || |
2424
| Control Plane Provider Talos v1alpha3 (v0.4) | | ||
25+
| Control Plane Provider Talos v1alpha3 (v0.5) | | ||
2526

2627

2728
This provider's versions are able to install and manage the following versions of Kubernetes:
2829

29-
| | v1.16 | v 1.17 | v1.18 | v1.19 | v1.20 | v1.21 | v1.22 | v1.23 | v1.24 | v1.25 | v1.26 |
30-
| ------------------------------------------- | ----- | ------ | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
31-
| Control Plane Provider Talos v1alpha3 (v0.2) ||||||| | | | | |
32-
| Control Plane Provider Talos v1alpha3 (v0.3) ||||||| | | | | |
33-
| Control Plane Provider Talos v1alpha3 (v0.4) | | | |||||||||
30+
| | v1.16 | v 1.17 | v1.18 | v1.19 | v1.20 | v1.21 | v1.22 | v1.23 | v1.24 | v1.25 | v1.26 | v1.27 |
31+
| ------------------------------------------- | ----- | ------ | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
32+
| Control Plane Provider Talos v1alpha3 (v0.2) ||||||| | | | | | |
33+
| Control Plane Provider Talos v1alpha3 (v0.3) ||||||| | | | | | |
34+
| Control Plane Provider Talos v1alpha3 (v0.4) | | | ||||||||| |
35+
| Control Plane Provider Talos v1alpha3 (v0.4) | | | | | | | | | ||||
3436

3537
This provider's versions are compatible with the following versions of Talos:
3638

37-
| | v0.11 | v0.12 | v0.13 | v0.14 | v1.0 | v1.1 | v1.2 | v1.3 |
38-
| -------------------------------------------- | ----- | ------ | ----- | ----- | ----- | ----- | ----- | ----- |
39-
| Control Plane Provider Talos v1alpha3 (v0.3) ||| | | | | | |
40-
| Control Plane Provider Talos v1alpha3 (v0.3) |||| | | | | |
41-
| Control Plane Provider Talos v1alpha3 (v0.4) |||||||||
39+
| | v0.11 | v0.12 | v0.13 | v0.14 | v1.0 | v1.1 | v1.2 | v1.3 | v1.4 |
40+
| -------------------------------------------- | ----- | ------ | ----- | ----- | ----- | ----- | ----- | ----- | ----- |
41+
| Control Plane Provider Talos v1alpha3 (v0.3) ||| | | | | | | |
42+
| Control Plane Provider Talos v1alpha3 (v0.3) |||| | | | | | |
43+
| Control Plane Provider Talos v1alpha3 (v0.4) ||||||||| |
44+
| Control Plane Provider Talos v1alpha3 (v0.5) | | | | | | | |||
4245

4346
## Building and Installing
4447

config/crd/bases/controlplane.cluster.x-k8s.io_taloscontrolplanes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apiVersion: apiextensions.k8s.io/v1
33
kind: CustomResourceDefinition
44
metadata:
55
annotations:
6-
controller-gen.kubebuilder.io/version: v0.10.0
6+
controller-gen.kubebuilder.io/version: v0.11.3
77
creationTimestamp: null
88
name: taloscontrolplanes.controlplane.cluster.x-k8s.io
99
spec:

config/metadata/metadata.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ releaseSeries:
1313
- major: 0
1414
minor: 4
1515
contract: v1beta1
16+
- major: 0
17+
minor: 5
18+
contract: v1beta1

hack/release.toml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,3 @@ pre_release = true
1212

1313
preface = """\
1414
"""
15-
16-
[notes]
17-
18-
[notes.capi]
19-
title = "CAPI v1beta1"
20-
description = """\
21-
This release of CACPPT brings compatibility with CAPI v1beta1.
22-
"""
23-
24-
[notes.rolling-update]
25-
title = "Support Control Plane Rolling Updates"
26-
description = """\
27-
The controller now reacts to `TalosControlPlane` spec changes
28-
and can do rolling updates of the control plane machines.
29-
This can be used to do a graceful upgrades of the workload clusters.
30-
"""

0 commit comments

Comments
 (0)