|
| 1 | +## [CAPI Control Plane Provider Talos 0.4.6](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.6) (2022-04-20) |
| 2 | + |
| 3 | +Welcome to the v0.4.6 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 v1beta1 |
| 11 | + |
| 12 | +This release of CACPPT is compatible with CAPI v1beta1 (v1.x). |
| 13 | + |
| 14 | + |
| 15 | +### Support Control Plane Rolling Updates |
| 16 | + |
| 17 | +The controller now reacts to `TalosControlPlane` spec changes |
| 18 | +and can do rolling updates of the control plane machines. |
| 19 | +This can be used to do a graceful upgrades of the workload clusters. |
| 20 | + |
| 21 | + |
| 22 | +### Contributors |
| 23 | + |
| 24 | +* Artem Chernyshev |
| 25 | +* Andrey Smirnov |
| 26 | +* Noel Georgi |
| 27 | +* Spencer Smith |
| 28 | + |
| 29 | +### Changes |
| 30 | +<details><summary>9 commits</summary> |
| 31 | +<p> |
| 32 | + |
| 33 | +* [`c402ff3`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/c402ff31c7fe976776df0ae77ee8906a68b05aca) fix: mark control plane as initialized as soon as endpoints are ready |
| 34 | +* [`18fbeb6`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/18fbeb64ff65ea6c82e7c97415cf97f9d67a3acc) feat: support `TalosControlPlane` rolling upgrade |
| 35 | +* [`28d3eab`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/28d3eab59915d7c0faed4259380c41e1676b220a) fix: skip nodes with empty hostname on etcd audit |
| 36 | +* [`377c408`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/377c408e1287245042900d3be881c2499be9b2ed) refactor: use cached client tracker in the provider |
| 37 | +* [`7716403`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/771640363b8c7b15ef879eb0d65ae6b889ea3a5a) feat: update for Talos 1.0 |
| 38 | +* [`0a1eebd`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/0a1eebd0347be6f475c0d7def27c841ef7d56f0c) chore: rename github organization to siderolabs |
| 39 | +* [`d2575f4`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/d2575f4990588565865182bce639a63cafc749a6) release(v0.4.5): prepare release |
| 40 | +* [`5f2b143`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/5f2b1431efa42e145c708cd6b7316fddbf4d19fd) fix: get talosconfig from secrets instead of talosconfig resources |
| 41 | +* [`61677f8`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/61677f8da6fa500b3844a532b8c6d532b127f6e9) chore: bump cert-manager to v1 |
| 42 | +</p> |
| 43 | +</details> |
| 44 | + |
| 45 | +### Changes since v0.4.5 |
| 46 | +<details><summary>6 commits</summary> |
| 47 | +<p> |
| 48 | + |
| 49 | +* [`c402ff3`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/c402ff31c7fe976776df0ae77ee8906a68b05aca) fix: mark control plane as initialized as soon as endpoints are ready |
| 50 | +* [`18fbeb6`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/18fbeb64ff65ea6c82e7c97415cf97f9d67a3acc) feat: support `TalosControlPlane` rolling upgrade |
| 51 | +* [`28d3eab`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/28d3eab59915d7c0faed4259380c41e1676b220a) fix: skip nodes with empty hostname on etcd audit |
| 52 | +* [`377c408`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/377c408e1287245042900d3be881c2499be9b2ed) refactor: use cached client tracker in the provider |
| 53 | +* [`7716403`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/771640363b8c7b15ef879eb0d65ae6b889ea3a5a) feat: update for Talos 1.0 |
| 54 | +* [`0a1eebd`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/0a1eebd0347be6f475c0d7def27c841ef7d56f0c) chore: rename github organization to siderolabs |
| 55 | +</p> |
| 56 | +</details> |
| 57 | + |
| 58 | +### Changes from talos-systems/capi-utils |
| 59 | +<details><summary>4 commits</summary> |
| 60 | +<p> |
| 61 | + |
| 62 | +* [`2b207c1`](https://github.com/talos-systems/capi-utils/commit/2b207c1f0aff9fd8a11a1d9017d9153dc2ab2dcd) chore: bump CAPI core and Talos deps |
| 63 | +* [`e994250`](https://github.com/talos-systems/capi-utils/commit/e994250edede51ab1f1cac0d3f539fcaf6aae655) fix: use correct name for getting talosconfig secret |
| 64 | +* [`3a6f8ee`](https://github.com/talos-systems/capi-utils/commit/3a6f8ee7b753e120c965992fad91cc10e11f4f9a) feat: read talosconfig from secret instead of status |
| 65 | +* [`dc4a2f3`](https://github.com/talos-systems/capi-utils/commit/dc4a2f30b9e928961d0f69975f2dcaa5976dd048) chore: update libs, rekres, update Go version (#25) |
| 66 | +</p> |
| 67 | +</details> |
| 68 | + |
| 69 | +### Changes from talos-systems/cluster-api-bootstrap-provider-talos |
| 70 | +<details><summary>6 commits</summary> |
| 71 | +<p> |
| 72 | + |
| 73 | +* [`ef969cc`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/ef969cc64287ecf6210f07f020880743ec14b828) release(v0.5.3): prepare release |
| 74 | +* [`ff4501d`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/ff4501db32b635a2d4134f3fd786b4336f56402a) feat: update to Talos 1.0 |
| 75 | +* [`47c85bd`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/47c85bd7ab4f431544f26fa678980e78833c7163) chore: update after org rename |
| 76 | +* [`7851b23`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/7851b23aeb1f1a20868e683a6872707f57fd1765) docs: add note for clusterctl rename bug |
| 77 | +* [`9fda598`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/9fda598da9c28ae432b1d37900f660b42f894604) chore: update GPG org |
| 78 | +* [`7dcf091`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/7dcf09177f8e0a7c269b426cad59f82505fc6e0f) chore: bump cert-manager to v1 |
| 79 | +</p> |
| 80 | +</details> |
| 81 | + |
| 82 | +### Dependency Changes |
| 83 | + |
| 84 | +* **github.com/go-logr/logr** v0.4.0 -> v1.2.0 |
| 85 | +* **github.com/onsi/ginkgo** v1.16.4 -> v1.16.5 |
| 86 | +* **github.com/onsi/gomega** v1.16.0 -> v1.17.0 |
| 87 | +* **github.com/stretchr/testify** v1.7.0 -> v1.7.1 |
| 88 | +* **github.com/talos-systems/capi-utils** e8c3bf93e75f -> 2b207c1f0aff |
| 89 | +* **github.com/talos-systems/cluster-api-bootstrap-provider-talos** v0.5.2 -> v0.5.3 |
| 90 | +* **google.golang.org/grpc** v1.42.0 -> v1.44.0 |
| 91 | +* **k8s.io/api** v0.22.2 -> v0.23.4 |
| 92 | +* **k8s.io/apimachinery** v0.22.2 -> v0.23.4 |
| 93 | +* **k8s.io/apiserver** v0.22.2 -> v0.23.0 |
| 94 | +* **k8s.io/client-go** v0.22.2 -> v0.23.4 |
| 95 | +* **k8s.io/utils** cb0fa318a74b -> 6203023598ed |
| 96 | +* **sigs.k8s.io/cluster-api** v1.0.4 -> v1.1.3 |
| 97 | +* **sigs.k8s.io/controller-runtime** v0.10.3 -> v0.11.1 |
| 98 | + |
| 99 | +Previous release can be found at [v0.4.4](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.4) |
| 100 | + |
1 | 101 | ## [CAPI Control Plane Provider Talos 0.4.5](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.5) (2022-03-05)
|
2 | 102 |
|
3 | 103 | Welcome to the v0.4.5 release of CAPI Control Plane Provider Talos!
|
|
0 commit comments