Skip to content

Commit 3719683

Browse files
committed
release(v0.6.3): prepare release
This is the official v0.6.3 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 540603a commit 3719683

File tree

2 files changed

+46
-3
lines changed

2 files changed

+46
-3
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
## [CAPI Bootstrap Provider Talos 0.6.3](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.3) (2023-12-15)
2+
3+
Welcome to the v0.6.3 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.6
11+
12+
CABPT now supports machine configuration generation for Talos 1.6.
13+
14+
15+
### Contributors
16+
17+
* Andrey Smirnov
18+
19+
### Changes
20+
<details><summary>1 commit</summary>
21+
<p>
22+
23+
* [`540603a`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/540603ae0b3527c022db0514bcfaa862272a0dbe) feat: update to Talos 1.6.0
24+
</p>
25+
</details>
26+
27+
### Dependency Changes
28+
29+
* **github.com/evanphx/json-patch** v5.6.0 -> v5.7.0
30+
* **github.com/go-logr/logr** v1.2.4 -> v1.3.0
31+
* **github.com/google/go-cmp** v0.5.9 -> v0.6.0
32+
* **github.com/siderolabs/talos/pkg/machinery** v1.5.2 -> v1.6.0
33+
* **golang.org/x/sys** v0.10.0 -> e4099bfacb8c
34+
* **k8s.io/api** v0.27.2 -> v0.28.4
35+
* **k8s.io/apiextensions-apiserver** v0.27.2 -> v0.28.4
36+
* **k8s.io/apimachinery** v0.27.2 -> v0.28.4
37+
* **k8s.io/client-go** v0.27.2 -> v0.28.4
38+
* **k8s.io/component-base** v0.28.4 **_new_**
39+
* **sigs.k8s.io/cluster-api** v1.5.0 -> v1.6.0
40+
* **sigs.k8s.io/controller-runtime** v0.15.0 -> v0.16.3
41+
42+
Previous release can be found at [v0.6.2](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.2)
43+
144
## [CAPI Bootstrap Provider Talos 0.6.2](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.2) (2023-09-07)
245

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

hack/release.toml

Lines changed: 3 additions & 3 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.1"
9+
previous = "v0.6.2"
1010

1111
pre_release = false
1212

@@ -16,7 +16,7 @@ preface = """\
1616
[notes]
1717

1818
[notes.talos]
19-
title = "Talos 1.5"
19+
title = "Talos 1.6"
2020
description = """\
21-
CABPT now supports machine configuration generation for Talos 1.5.
21+
CABPT now supports machine configuration generation for Talos 1.6.
2222
"""

0 commit comments

Comments
 (0)