Skip to content

Commit 51ad48e

Browse files
committed
release(v0.6.8): prepare release
This is the official v0.6.8 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 16c6183 commit 51ad48e

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

CHANGELOG.md

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,89 @@
1+
## [CAPI Bootstrap Provider Talos 0.6.8](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.8) (2025-05-01)
2+
3+
Welcome to the v0.6.8 release of CAPI Bootstrap Provider Talos!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/issues.
9+
10+
### Cluster API
11+
12+
CABPT is now built and tested with Cluster API 1.10.0.
13+
14+
15+
### Talos Linux
16+
17+
CABPT now supports Talos Linux v1.10.x machine configuration generation.
18+
19+
20+
### Contributors
21+
22+
* Andrey Smirnov
23+
* Chris
24+
* Christian Bendieck
25+
* Dmitriy Matrenichev
26+
* Noel Georgi
27+
28+
### Changes
29+
<details><summary>5 commits</summary>
30+
<p>
31+
32+
* [`16c6183`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/16c6183db712a8f2a4e631f0511101379a385c12) feat: update Talos to 1.10.0, CAPI to 1.10.0
33+
* [`636868b`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/636868bcaf14f8d9a12761c4bcd95a255b124ef0) feat: update Talos to 1.10-beta.0, CAPI to 1.10-rc.1
34+
* [`7fcb5b3`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/7fcb5b3859ca024d7276b32664d23d65493b4a91) feat: use kres to manage github actions
35+
* [`0044f9b`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/0044f9b027a0d2ed437f18fcc80d6b6c398e1583) fix: use net.JoinHostPort for control plane endpoint URL
36+
* [`e135465`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/e1354658114dfc6f202369b3214dc0929146c84c) feat: add infrastructurename hostname source
37+
</p>
38+
</details>
39+
40+
### Changes since v0.6.8-alpha.2
41+
<details><summary>5 commits</summary>
42+
<p>
43+
44+
* [`16c6183`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/16c6183db712a8f2a4e631f0511101379a385c12) feat: update Talos to 1.10.0, CAPI to 1.10.0
45+
* [`636868b`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/636868bcaf14f8d9a12761c4bcd95a255b124ef0) feat: update Talos to 1.10-beta.0, CAPI to 1.10-rc.1
46+
* [`7fcb5b3`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/7fcb5b3859ca024d7276b32664d23d65493b4a91) feat: use kres to manage github actions
47+
* [`0044f9b`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/0044f9b027a0d2ed437f18fcc80d6b6c398e1583) fix: use net.JoinHostPort for control plane endpoint URL
48+
* [`e135465`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/e1354658114dfc6f202369b3214dc0929146c84c) feat: add infrastructurename hostname source
49+
</p>
50+
</details>
51+
52+
### Changes from siderolabs/crypto
53+
<details><summary>1 commit</summary>
54+
<p>
55+
56+
* [`0d45dee`](https://github.com/siderolabs/crypto/commit/0d45deefbcdd4bd6b6e549433b859083df55fc16) chore: bump deps
57+
</p>
58+
</details>
59+
60+
### Changes from siderolabs/go-pointer
61+
<details><summary>1 commit</summary>
62+
<p>
63+
64+
* [`347ee9b`](https://github.com/siderolabs/go-pointer/commit/347ee9b78f625d420254f4ab01bb1d6174474bf4) chore: rekres, update dependencies
65+
</p>
66+
</details>
67+
68+
### Dependency Changes
69+
70+
* **github.com/evanphx/json-patch** v5.9.0 -> v5.9.11
71+
* **github.com/google/go-cmp** v0.6.0 -> v0.7.0
72+
* **github.com/siderolabs/crypto** v0.5.0 -> v0.5.1
73+
* **github.com/siderolabs/go-pointer** v1.0.0 -> v1.0.1
74+
* **github.com/siderolabs/talos/pkg/machinery** v1.9.0 -> v1.10.0
75+
* **github.com/spf13/pflag** v1.0.5 -> v1.0.6
76+
* **golang.org/x/sys** v0.28.0 -> v0.32.0
77+
* **k8s.io/api** v0.31.3 -> v0.32.3
78+
* **k8s.io/apiextensions-apiserver** v0.31.3 -> v0.32.3
79+
* **k8s.io/apimachinery** v0.31.3 -> v0.32.3
80+
* **k8s.io/client-go** v0.31.3 -> v0.32.3
81+
* **k8s.io/component-base** v0.31.3 -> v0.32.3
82+
* **sigs.k8s.io/cluster-api** v1.9.0 -> v1.10.1
83+
* **sigs.k8s.io/controller-runtime** v0.19.3 -> v0.20.4
84+
85+
Previous release can be found at [v0.6.7](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.7)
86+
187
## [CAPI Bootstrap Provider Talos 0.6.7](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.7) (2024-12-17)
288

389
Welcome to the v0.6.7 release of CAPI Bootstrap Provider Talos!

0 commit comments

Comments
 (0)