Skip to content

Commit 8a6cc13

Browse files
committed
release(v0.6.2): prepare release
This is the official v0.6.2 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 100d3d5 commit 8a6cc13

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## [CAPI Bootstrap Provider Talos 0.6.2](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.2) (2023-09-07)
2+
3+
Welcome to the v0.6.2 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+
### Talos 1.5
11+
12+
CABPT now supports machine configuration generation for Talos 1.5.
13+
14+
15+
### Contributors
16+
17+
* Andrey Smirnov
18+
19+
### Changes
20+
<details><summary>1 commit</summary>
21+
<p>
22+
23+
* [`100d3d5`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/100d3d521e3db90b6449752e2d1e51dff43d25bd) fix: update Talos machinery to 1.5.2
24+
</p>
25+
</details>
26+
27+
### Dependency Changes
28+
29+
* **github.com/siderolabs/talos/pkg/machinery** v1.5.0 -> v1.5.2
30+
31+
Previous release can be found at [v0.6.1](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.1)
32+
133
## [CAPI Bootstrap Provider Talos 0.6.1](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.1) (2023-08-17)
234

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

hack/release.toml

Lines changed: 1 addition & 1 deletion
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.0"
9+
previous = "v0.6.1"
1010

1111
pre_release = false
1212

0 commit comments

Comments
 (0)