Skip to content

Commit 8fc9a6c

Browse files
committed
release(v0.4.0): prepare release
This is the official v0.4.0 release. Signed-off-by: Spencer Smith <[email protected]>
1 parent b63f1d2 commit 8fc9a6c

File tree

1 file changed

+98
-0
lines changed

1 file changed

+98
-0
lines changed

CHANGELOG.md

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,101 @@
1+
## [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)
2+
3+
Welcome to the v0.4.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+
### `init` nodes deprecation
12+
13+
Starting from this release CACPPT no longer relies on init nodes to bootstrap the cluster.
14+
Instead, it is now issues bootstrap and keeps bootstrap status information in the `TalosControlPlane` resource.
15+
Bootstrap state can also be retrieved from the conditions.
16+
17+
18+
### CAPI v1beta1
19+
20+
This release of CACPPT brings compatibility with CAPI v1beta1.
21+
22+
23+
### Contributors
24+
25+
* Artem Chernyshev
26+
* Andrey Smirnov
27+
* Spencer Smith
28+
29+
### Changes
30+
<details><summary>12 commits</summary>
31+
<p>
32+
33+
* [`b63f1d2`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/b63f1d211002b6ee048de304987151c7deda5db1) release(v0.4.0-beta.2): prepare release
34+
* [`f5f5b2d`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/f5f5b2d441ccfb939e2573ef780a69af371775da) fix: patch the status and use APIReader to get resource
35+
* [`d606d32`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/d606d32a79a1ba567748c782c6ffc4155ce0c81a) release(v0.4.0-beta.1): prepare release
36+
* [`333fc02`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/333fc0221a68e978c5d31399e9befe7d6b29aebe) fix: ensure that bootstrap is called only a single time
37+
* [`77b0bba`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/77b0bba8d7c24026d458acb14c9d2793c0450aa8) test: update templates to v1beta1
38+
* [`a5af5e4`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/a5af5e4b09f8450b73b825d95e49b75b045cb47b) release(v0.4.0-beta.0): prepare release
39+
* [`80b24a0`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/80b24a0abb4a9176a9f1635891a236f299d7dc64) fix: introduce a separate step for release builds
40+
* [`a24dad3`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/a24dad3328d52a3744f685ddde913d66dd17b176) fix: do not allow scaling down controlplane to zero
41+
* [`8a73e6a`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/8a73e6a26e52151b1dd4604c4d0737036f119c30) feat: get rid of init nodes and use bootstrap API to setup cluster
42+
* [`205f4be`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/205f4be2057b3ea81c4dcf47004db6864ff31801) release(v0.4.0-alpha.0): prepare release
43+
* [`b8db449`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/b8db4492d55f910e8a7d2a3b69ab08740963683e) fix: properly pick talos client configuration
44+
* [`61fb582`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/61fb5826391e4434b64619f0590683f7fa7b82b6) feat: support clusterapi v1beta1
45+
</p>
46+
</details>
47+
48+
### Changes since v0.4.0-beta.2
49+
<details><summary>0 commit</summary>
50+
<p>
51+
52+
</p>
53+
</details>
54+
55+
### Changes from talos-systems/capi-utils
56+
<details><summary>6 commits</summary>
57+
<p>
58+
59+
* [`e8c3bf9`](https://github.com/talos-systems/capi-utils/commit/e8c3bf93e75fd46232ed6ac7df2cc7d0ad3cc8b3) feat: pass through an option to wait for providers to be set up
60+
* [`144451c`](https://github.com/talos-systems/capi-utils/commit/144451cdef39bf6aed0cf1395ff69f9ce0496243) feat: switch to CAPI v1beta1
61+
* [`151aac2`](https://github.com/talos-systems/capi-utils/commit/151aac243655ecf5ac82fde99db1d11795f4c14c) fix: properly define calico version
62+
* [`658f48a`](https://github.com/talos-systems/capi-utils/commit/658f48a2034f991278ba7eeebccb3519dc1ee30a) feat: support getting cluster template files by http urls
63+
* [`e0cadf5`](https://github.com/talos-systems/capi-utils/commit/e0cadf51e3dec7f7af7acfc533233365e01860a1) feat: add method to fetch a k8s client
64+
* [`b018ea2`](https://github.com/talos-systems/capi-utils/commit/b018ea29c13a09ae2fdb2a071c5b7c8bd626bb50) feat: add ability to pass custom `Proxy` implementation in clusterapi
65+
</p>
66+
</details>
67+
68+
### Changes from talos-systems/cluster-api-bootstrap-provider-talos
69+
<details><summary>8 commits</summary>
70+
<p>
71+
72+
* [`6d27c57`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/6d27c57584b99ac9aab5313191c701ccd780bc5d) release(v0.5.0): prepare release
73+
* [`f6dc0a3`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/f6dc0a3372dba82306a4abc9b2a064f1e337421c) fix: regenerate manifests
74+
* [`2a4115f`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/2a4115f1211a20e5058a7b0430c4dc4081acfcfe) release(v0.5.0-alpha.0): prepare release
75+
* [`d124c07`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/d124c072c9db8d402b353a73646d2d197bae76a4) docs: update README with usage and compatibility matrix
76+
* [`20792f3`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/20792f345b7ff3c8ffa9d65c9ca8dcab1932f49e) feat: generate talosconfig as a secret with proper endpoints
77+
* [`abd206f`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/abd206fd8a98f5478f8ffd0f8686e32be3b7defe) feat: update to CAPI v1.0.x contract (v1beta1)
78+
* [`b7faf9e`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/b7faf9e730b7c9f50ffa94be194ddcf908708a2c) feat: update Talos machinery to 0.13.0
79+
* [`04742b9`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/04742b96bf757413c88d0f15bee91679644f0337) feat: import fixes/updates from kubeadm bootstrap provider
80+
</p>
81+
</details>
82+
83+
### Dependency Changes
84+
85+
* **github.com/onsi/gomega** v1.15.0 -> v1.16.0
86+
* **github.com/talos-systems/capi-utils** b2f8f83d3df6 -> e8c3bf93e75f
87+
* **github.com/talos-systems/cluster-api-bootstrap-provider-talos** v0.4.0-alpha.0 -> v0.5.0
88+
* **google.golang.org/grpc** v1.40.0 -> v1.41.0
89+
* **k8s.io/api** v0.22.1 -> v0.22.2
90+
* **k8s.io/apimachinery** v0.22.1 -> v0.22.2
91+
* **k8s.io/apiserver** v0.22.1 -> v0.22.2
92+
* **k8s.io/client-go** v0.22.1 -> v0.22.2
93+
* **k8s.io/utils** bdf08cb9a70a -> cb0fa318a74b
94+
* **sigs.k8s.io/cluster-api** v0.4.3 -> v1.0.0
95+
* **sigs.k8s.io/controller-runtime** v0.9.7 -> v0.10.2
96+
97+
Previous release can be found at [v0.3.1](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.3.1)
98+
199
## [CAPI Control Plane Provider Talos 0.4.0-beta.2](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.0-beta.2) (2021-12-14)
2100

3101
Welcome to the v0.4.0-beta.2 release of CAPI Control Plane Provider Talos!

0 commit comments

Comments
 (0)