Skip to content

Commit a027c45

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

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
## [CAPI Bootstrap Provider Talos 0.4.3](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.4.3) (2021-12-21)
2+
3+
Welcome to the v0.4.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/talos-systems/cluster-api-bootstrap-provider-talos/issues.
9+
10+
### CAPI v1alpha4
11+
12+
CABPT v0.4.x supports CAPI v1alpha4.
13+
14+
15+
### `talosconfig` Generation
16+
17+
CABPT now generates client-side Talos API credentials (`talosconfig`) in the `<cluster>-talosconfig` Secret.
18+
Generated `talosconfig` will be updated with the endpoints of the control plane `Machine`s.
19+
20+
21+
### Contributors
22+
23+
* Andrey Smirnov
24+
25+
### Changes
26+
<details><summary>1 commit</summary>
27+
<p>
28+
29+
* [`0d40207`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/0d40207268ec45f668522a34e8b8c987b86faea4) feat: update Talos to 0.14.0
30+
</p>
31+
</details>
32+
33+
### Dependency Changes
34+
35+
* **github.com/AlekSi/pointer** v1.1.0 -> v1.2.0
36+
* **github.com/evanphx/json-patch** v4.11.0 -> v5.6.0
37+
* **golang.org/x/sys** 39ccf1dd6fa6 -> fe61309f8881
38+
* **inet.af/netaddr** 85fa6c94624e -> c74959edd3b6
39+
40+
Previous release can be found at [v0.4.2](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.4.2)
41+
142
## [CAPI Bootstrap Provider Talos 0.4.2](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.4.2) (2021-10-27)
243

344
Welcome to the v0.4.2 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 = "talos-systems/cluster-api-bootstrap-provider-talos"
66
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
77

88
# previous release
9-
previous = "v0.4.1"
9+
previous = "v0.4.2"
1010

1111
pre_release = false
1212

0 commit comments

Comments
 (0)