diff --git a/CHANGELOG.md b/CHANGELOG.md index 500ab99..7aadb1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 +
1 commit +

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

+
+ +### 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! diff --git a/hack/release.toml b/hack/release.toml index 31a85b3..3566505 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -6,7 +6,7 @@ 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 @@ -14,15 +14,3 @@ 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. -"""