Skip to content

Commit f242a7d

Browse files
committed
release(v0.6.4): prepare release
This is the official v0.6.4 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 604978d commit f242a7d

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
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.4](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.4) (2024-01-23)
2+
3+
Welcome to the v0.6.4 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+
* Andrey Smirnov
13+
14+
### Changes
15+
<details><summary>1 commit</summary>
16+
<p>
17+
18+
* [`604978d`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/604978dc6f6b78c7e966542ed9bf89168e3d8a16) fix: set a default controller runtime log
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.3](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.3)
27+
128
## [CAPI Bootstrap Provider Talos 0.6.3](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.3) (2023-12-15)
229

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

hack/release.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ 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.2"
9+
previous = "v0.6.3"
1010

1111
pre_release = false
1212

@@ -15,8 +15,3 @@ preface = """\
1515

1616
[notes]
1717

18-
[notes.talos]
19-
title = "Talos 1.6"
20-
description = """\
21-
CABPT now supports machine configuration generation for Talos 1.6.
22-
"""

0 commit comments

Comments
 (0)