Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
## [CAPI Bootstrap Provider Talos 0.6.9](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.9) (2025-05-02)

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



Please try out the release binaries and report any issues at
https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/issues.

### Contributors

* Noel Georgi

### Changes
<details><summary>1 commit</summary>
<p>

* [`b7a2f69`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/b7a2f69f323d319907c0fb0cdb63fa3de62c040a) fix(ci): arm64 container image asset
</p>
</details>

### Dependency Changes

This release has no dependency changes

Previous release can be found at [v0.6.8](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.8)

## [CAPI Bootstrap Provider Talos 0.6.8](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.8) (2025-05-01)

Welcome to the v0.6.8 release of CAPI Bootstrap Provider Talos!
Expand Down
14 changes: 1 addition & 13 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,11 @@ github_repo = "siderolabs/cluster-api-bootstrap-provider-talos"
match_deps = "^github.com/(siderolabs/[a-zA-Z0-9-]+)$"

# previous release
previous = "v0.6.7"
previous = "v0.6.8"

pre_release = false

preface = """\
"""

[notes]

[notes.patches]
title = "Talos Linux"
description = """\
CABPT now supports Talos Linux v1.10.x machine configuration generation.
"""

[notes.capi]
title = "Cluster API"
description = """\
CABPT is now built and tested with Cluster API 1.10.0.
"""