|
| 1 | +## [CAPI Control Plane Provider Talos 0.5.2](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.2) (2023-08-17) |
| 2 | + |
| 3 | +Welcome to the v0.5.2 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 | +* Artem Chernyshev |
| 14 | +* Andrey Smirnov |
| 15 | +* Nico Jahn |
| 16 | + |
| 17 | +### Changes |
| 18 | +<details><summary>4 commits</summary> |
| 19 | +<p> |
| 20 | + |
| 21 | +* [`bb404b6`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/bb404b67c0b697dcc26da5dca0cc24106931513b) feat: update for Talos 1.5.0 |
| 22 | +* [`210c95c`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/210c95c958fa56a7e210220e76d5eafc083084a6) docs: fix typo in README |
| 23 | +* [`24262e7`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/24262e75fc37c4e8029c41a74623455c8cdd44f6) fix: introduce 5 second timeout for each Talos client call |
| 24 | +* [`b0a8ce2`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/b0a8ce2aad21a401797a1dee3c0354210a775456) fix: log actual error message in the reconcile error |
| 25 | +</p> |
| 26 | +</details> |
| 27 | + |
| 28 | +### Dependency Changes |
| 29 | + |
| 30 | +* **github.com/go-logr/logr** v1.2.3 -> v1.2.4 |
| 31 | +* **github.com/onsi/gomega** v1.27.5 -> v1.27.8 |
| 32 | +* **github.com/siderolabs/capi-utils** 835519e95d9c -> 28f5eb63b7c0 |
| 33 | +* **github.com/siderolabs/cluster-api-bootstrap-provider-talos** v0.5.6 -> v0.6.1 |
| 34 | +* **github.com/siderolabs/crypto** v0.4.0 -> v0.4.1 |
| 35 | +* **github.com/siderolabs/gen** v0.4.5 **_new_** |
| 36 | +* **github.com/siderolabs/talos/pkg/machinery** v1.4.0 -> v1.5.0 |
| 37 | +* **github.com/stretchr/testify** v1.8.2 -> v1.8.4 |
| 38 | +* **golang.org/x/sync** v0.1.0 -> v0.3.0 |
| 39 | +* **google.golang.org/grpc** v1.54.0 -> v1.57.0 |
| 40 | +* **google.golang.org/protobuf** v1.30.0 -> v1.31.0 |
| 41 | +* **k8s.io/api** v0.26.1 -> v0.27.2 |
| 42 | +* **k8s.io/apiextensions-apiserver** v0.26.1 -> v0.27.2 |
| 43 | +* **k8s.io/apimachinery** v0.26.1 -> v0.27.2 |
| 44 | +* **k8s.io/apiserver** v0.26.1 -> v0.27.2 |
| 45 | +* **k8s.io/client-go** v0.26.1 -> v0.27.2 |
| 46 | +* **sigs.k8s.io/cluster-api** v1.4.1 -> v1.5.0 |
| 47 | +* **sigs.k8s.io/controller-runtime** v0.14.6 -> v0.15.1 |
| 48 | + |
| 49 | +Previous release can be found at [v0.5.1](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.1) |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | +## [CAPI Control Plane Provider Talos 0.5.1](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.1) (2023-05-11) |
| 54 | + |
| 55 | +Welcome to the v0.5.1 release of CAPI Control Plane Provider Talos! |
| 56 | +*This is a pre-release of CAPI Control Plane Provider Talos* |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | +Please try out the release binaries and report any issues at |
| 61 | +https://github.com/talos-systems/cluster-api-control-plane-provider-talos/issues. |
| 62 | + |
| 63 | +### Trigger Rolling Updates on Talos Config Changes |
| 64 | + |
| 65 | +The controller now reacts to `TalosConfig` spec changes |
| 66 | +and can do rolling updates of the control plane machines. |
| 67 | + |
| 68 | + |
| 69 | +### Contributors |
| 70 | + |
| 71 | +* Artem Chernyshev |
| 72 | + |
| 73 | +### Changes |
| 74 | +<details><summary>2 commits</summary> |
| 75 | +<p> |
| 76 | + |
| 77 | +* [`59c39a8`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/59c39a8e1d0f3062b2b5e9bb47a178b9dfe27bed) fix: introduce 5 second timeout for each Talos client call |
| 78 | +* [`d2f21be`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/d2f21beb4c3f20e6ad1a406a04a694005e36922c) fix: log actual error message in the reconcile error |
| 79 | +</p> |
| 80 | +</details> |
| 81 | + |
| 82 | +### Dependency Changes |
| 83 | + |
| 84 | +This release has no dependency changes |
| 85 | + |
| 86 | +Previous release can be found at [v0.5.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.0) |
| 87 | + |
| 88 | +## [CAPI Control Plane Provider Talos 0.5.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.0) (2023-05-04) |
| 89 | + |
| 90 | +Welcome to the v0.5.0 release of CAPI Control Plane Provider Talos! |
| 91 | +*This is a pre-release of CAPI Control Plane Provider Talos* |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | +Please try out the release binaries and report any issues at |
| 96 | +https://github.com/talos-systems/cluster-api-control-plane-provider-talos/issues. |
| 97 | + |
| 98 | +### Trigger Rolling Updates on Talos Config Changes |
| 99 | + |
| 100 | +The controller now reacts to `TalosConfig` spec changes |
| 101 | +and can do rolling updates of the control plane machines. |
| 102 | + |
| 103 | + |
| 104 | +### Contributors |
| 105 | + |
| 106 | +* Artem Chernyshev |
| 107 | +* Andrey Smirnov |
| 108 | +* Spencer Smith |
| 109 | +* Benjamin Gentil |
| 110 | +* Damiano Donati |
| 111 | +* Gerard de Leeuw |
| 112 | +* Noel Georgi |
| 113 | +* Steve Francis |
| 114 | +* Ströger Florian |
| 115 | +* i.kvasov |
| 116 | + |
| 117 | +### Changes |
| 118 | +<details><summary>36 commits</summary> |
| 119 | +<p> |
| 120 | + |
| 121 | +* [`8c0eba4`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/8c0eba4c6129a80ae4f05ca11bb07bf79fc5c042) release(v0.5.0-alpha.2): prepare release |
| 122 | +* [`1401505`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/1401505f2533e0d0bcdeca2c8f671f7c7b984bdf) feat: trigger rollout on controlPlaneConfig changes |
| 123 | +* [`6be6eec`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/6be6eec73e04a82f11f1cdbc945d708c05b415b3) fix: rewrite scale down code to be resilient to API calls failures |
| 124 | +* [`db4f973`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/db4f973c8a3824427659935347a5f54bc10302af) release(v0.5.0-alpha.1): prepare release |
| 125 | +* [`ab24901`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/ab24901f4e2d444a50a67032ccb0f781b1fdf42e) release(v0.5.0-alpha.0): prepare release |
| 126 | +* [`feaa35f`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/feaa35f3f3aed7ece7a8ec3369e5739b1d74d9af) chore: bump deps, implement unit tests |
| 127 | +* [`e9b6948`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/e9b694840da093249f139cba82ff536d28b7e5c7) fix: nil check replicas ptr before de-referencing |
| 128 | +* [`b10e2e7`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/b10e2e771483ef374e539a0d69b3a2176cc6547b) fix: properly write desired replicas count in scale conditions |
| 129 | +* [`4bdb103`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/4bdb10379ab2ef3e39a3397ace714beb68e4e991) feat: add Tilt support |
| 130 | +* [`d105ecc`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/d105ecc9e9dd3862d2bb708df1d9fe9de60d8398) feat: update for Talos 1.3.0 |
| 131 | +* [`051fad9`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/051fad9cbed443dadc5adef8f364adb74e872183) fix: regenerate kubeconfig on expiration |
| 132 | +* [`b5a5fc6`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/b5a5fc6e54d3da9ac9af55bfa556dd74b641553c) feat: update to Talos 1.2.0 |
| 133 | +* [`6fdde72`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/6fdde729b8551eef897756f42f9bfc0030855623) fix: use 'control-plane' Kubernetes node label |
| 134 | +* [`ac90f86`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/ac90f865c3c21c71716a51c4be5138aeb86a813a) fix: stop reporting negative unavailable replicas |
| 135 | +* [`678aad5`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/678aad59da46722d3676321d1e37e12484c79e1f) feat: introduce 'OnDelete' rollout strategy type |
| 136 | +* [`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 |
| 137 | +* [`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 |
| 138 | +* [`86d8ebf`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/86d8ebf64b7b66da81edf3c2aeb2eb716b0f6c82) fix: tcp webhook resource name and version |
| 139 | +* [`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 |
| 140 | +* [`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 |
| 141 | +* [`04b0570`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/04b05702289ac99f72964f170f77e935ef0b7f3c) feat: support `TalosControlPlane` rolling upgrade |
| 142 | +* [`40a0174`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/40a0174b19bbc3a84129636cb1e2fd2b43f85f77) fix: skip nodes with empty hostname on etcd audit |
| 143 | +* [`f530a1e`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/f530a1ea27e1c84711444c11d341ab989ed36618) refactor: use cached client tracker in the provider |
| 144 | +* [`e1bf749`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/e1bf7495f90de6723faf349754f194c4b7201b1a) feat: update for Talos 1.0 |
| 145 | +* [`7d43ba8`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/7d43ba8954f05cf1f4db4111031b6504c58ce47f) docs: add note for clusterctl rename bug |
| 146 | +* [`7a0436d`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/7a0436d3e24b2241d048620fe10c1008d6906cc8) chore: rename github organization to siderolabs |
| 147 | +* [`6f1b876`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/6f1b87654f67e0a4f4b68fafeac04cc481c2459b) docs: update README.md |
| 148 | +* [`a0b8ea4`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/a0b8ea4e74575067047e32b1c4ec3149e8fd5daf) fix: get talosconfig from secrets instead of talosconfig resources |
| 149 | +* [`d6d9c02`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/d6d9c022a5f9253f201e17717d1abc703076da19) chore: bump cert-manager to v1 |
| 150 | +* [`da3b925`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/da3b92568827f56894c7835817cabf5f2f97da2c) feat: update CABPT to 0.5.2 |
| 151 | +* [`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 |
| 152 | +* [`f3cba54`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/f3cba54e1f3f62116e728023731e0f4a6ad5a6a1) refactor: change reconcile loop flow |
| 153 | +* [`c2d7edf`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/c2d7edfa0b63ca222d38f7f0827a59229340a0ba) fix: avoid long backoff when trying to bootstrap the cluster |
| 154 | +* [`698e669`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/698e6690ba8ca2a19b807ed4d451ab718ee13889) fix: patch the status and use APIReader to get resource |
| 155 | +* [`e0041f6`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/e0041f6567a61a388f5e69769fe28924e4f4fe7f) fix: ensure that bootstrap is called only a single time |
| 156 | +* [`65043b7`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/65043b7cf85407e9e4683dbda1d96083d9e1de45) test: update templates to v1beta1 |
| 157 | +</p> |
| 158 | +</details> |
| 159 | + |
| 160 | +### Changes since v0.5.0-alpha.2 |
| 161 | +<details><summary>0 commit</summary> |
| 162 | +<p> |
| 163 | + |
| 164 | +</p> |
| 165 | +</details> |
| 166 | + |
| 167 | +### Dependency Changes |
| 168 | + |
| 169 | +* **github.com/coreos/go-semver** v0.3.0 -> v0.3.1 |
| 170 | +* **github.com/go-logr/logr** v0.4.0 -> v1.2.3 |
| 171 | +* **github.com/gobuffalo/flect** v1.0.2 **_new_** |
| 172 | +* **github.com/onsi/gomega** v1.16.0 -> v1.27.5 |
| 173 | +* **github.com/siderolabs/capi-utils** 835519e95d9c **_new_** |
| 174 | +* **github.com/siderolabs/cluster-api-bootstrap-provider-talos** v0.5.6 **_new_** |
| 175 | +* **github.com/siderolabs/crypto** v0.4.0 **_new_** |
| 176 | +* **github.com/siderolabs/go-retry** v0.3.2 **_new_** |
| 177 | +* **github.com/siderolabs/talos** v1.3.5 **_new_** |
| 178 | +* **github.com/siderolabs/talos/pkg/machinery** v1.4.0 **_new_** |
| 179 | +* **github.com/stretchr/testify** v1.7.0 -> v1.8.2 |
| 180 | +* **golang.org/x/sync** v0.1.0 **_new_** |
| 181 | +* **google.golang.org/grpc** v1.41.0 -> v1.54.0 |
| 182 | +* **google.golang.org/protobuf** v1.30.0 **_new_** |
| 183 | +* **gopkg.in/typ.v4** v4.2.0 **_new_** |
| 184 | +* **gopkg.in/yaml.v3** 496545a6307b -> v3.0.1 |
| 185 | +* **k8s.io/api** v0.22.2 -> v0.26.1 |
| 186 | +* **k8s.io/apiextensions-apiserver** v0.26.1 **_new_** |
| 187 | +* **k8s.io/apimachinery** v0.22.2 -> v0.26.1 |
| 188 | +* **k8s.io/apiserver** v0.22.2 -> v0.26.1 |
| 189 | +* **k8s.io/client-go** v0.22.2 -> v0.26.1 |
| 190 | +* **k8s.io/klog/v2** v2.90.1 **_new_** |
| 191 | +* **k8s.io/utils** cb0fa318a74b -> a36077c30491 |
| 192 | +* **sigs.k8s.io/cluster-api** v1.0.0 -> v1.4.1 |
| 193 | +* **sigs.k8s.io/controller-runtime** v0.10.2 -> v0.14.6 |
| 194 | + |
| 195 | +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) |
| 196 | + |
1 | 197 | ## [CAPI Control Plane Provider Talos 0.5.0-alpha.2](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.5.0-alpha.2) (2023-04-28)
|
2 | 198 |
|
3 | 199 | Welcome to the v0.5.0-alpha.2 release of CAPI Control Plane Provider Talos!
|
|
0 commit comments