Skip to content

Commit c3b3a02

Browse files
committed
release(v0.6.9): prepare release
This is the official v0.6.9 release. Signed-off-by: Noel Georgi <[email protected]>
1 parent b7a2f69 commit c3b3a02

File tree

2 files changed

+28
-13
lines changed

2 files changed

+28
-13
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## [CAPI Bootstrap Provider Talos 0.6.9](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.9) (2025-05-02)
2+
3+
Welcome to the v0.6.9 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+
### Contributors
11+
12+
* Noel Georgi
13+
14+
### Changes
15+
<details><summary>1 commit</summary>
16+
<p>
17+
18+
* [`b7a2f69`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/b7a2f69f323d319907c0fb0cdb63fa3de62c040a) fix(ci): arm64 container image asset
19+
</p>
20+
</details>
21+
22+
### Dependency Changes
23+
24+
This release has no dependency changes
25+
26+
Previous release can be found at [v0.6.8](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.8)
27+
128
## [CAPI Bootstrap Provider Talos 0.6.8](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.8) (2025-05-01)
229

330
Welcome to the v0.6.8 release of CAPI Bootstrap Provider Talos!

hack/release.toml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,11 @@ github_repo = "siderolabs/cluster-api-bootstrap-provider-talos"
66
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"
77

88
# previous release
9-
previous = "v0.6.7"
9+
previous = "v0.6.8"
1010

1111
pre_release = false
1212

1313
preface = """\
1414
"""
1515

1616
[notes]
17-
18-
[notes.patches]
19-
title = "Talos Linux"
20-
description = """\
21-
CABPT now supports Talos Linux v1.10.x machine configuration generation.
22-
"""
23-
24-
[notes.capi]
25-
title = "Cluster API"
26-
description = """\
27-
CABPT is now built and tested with Cluster API 1.10.0.
28-
"""

0 commit comments

Comments
 (0)