Skip to content

Commit a92c33d

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

File tree

2 files changed

+56
-3
lines changed

2 files changed

+56
-3
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
## [CAPI Bootstrap Provider Talos 0.6.1](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.1) (2023-08-17)
2+
3+
Welcome to the v0.6.1 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+
* Andrey Smirnov
19+
* Utku Ozdemir
20+
21+
### Changes
22+
<details><summary>1 commit</summary>
23+
<p>
24+
25+
* [`fc4ef4e`](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/commit/fc4ef4e6165ffdef65249cb519214b4867c4f88d) feat: update to Talos 1.5, latest CAPI
26+
</p>
27+
</details>
28+
29+
### Changes from siderolabs/crypto
30+
<details><summary>2 commits</summary>
31+
<p>
32+
33+
* [`8f77da3`](https://github.com/siderolabs/crypto/commit/8f77da30a5193d207a6660b562a273a06d73aae0) feat: add a method to load PEM key from file
34+
* [`c03ff58`](https://github.com/siderolabs/crypto/commit/c03ff58af5051acb9b56e08377200324a3ea1d5e) feat: add a way to represent redacted x509 private keys
35+
</p>
36+
</details>
37+
38+
### Dependency Changes
39+
40+
* **github.com/go-logr/logr** v1.2.3 -> v1.2.4
41+
* **github.com/siderolabs/crypto** v0.4.0 -> v0.4.1
42+
* **github.com/siderolabs/talos/pkg/machinery** v1.4.0 -> v1.5.0
43+
* **github.com/stretchr/testify** v1.8.2 -> v1.8.4
44+
* **golang.org/x/sys** v0.7.0 -> v0.10.0
45+
* **k8s.io/api** v0.26.1 -> v0.27.2
46+
* **k8s.io/apiextensions-apiserver** v0.26.1 -> v0.27.2
47+
* **k8s.io/apimachinery** v0.26.1 -> v0.27.2
48+
* **k8s.io/client-go** v0.26.1 -> v0.27.2
49+
* **sigs.k8s.io/cluster-api** v1.4.1 -> v1.5.0
50+
* **sigs.k8s.io/controller-runtime** v0.14.5 -> v0.15.0
51+
52+
Previous release can be found at [v0.6.0](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.0)
53+
154
## [CAPI Bootstrap Provider Talos 0.6.0](https://github.com/siderolabs/cluster-api-bootstrap-provider-talos/releases/tag/v0.6.0) (2023-05-03)
255

356
Welcome to the v0.6.0 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.5.0"
9+
previous = "v0.6.0"
1010

1111
pre_release = false
1212

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

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

0 commit comments

Comments
 (0)