Skip to content

Commit 0d42c8d

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

File tree

3 files changed

+45
-6
lines changed

3 files changed

+45
-6
lines changed

.conform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ policies:
2525
- style
2626
- test
2727
- release
28-
scopes: []
28+
scopes: ['.*']
2929
- type: license
3030
spec:
3131
skipPaths:

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,42 @@
1+
## [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)
2+
3+
Welcome to the v0.4.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/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>2 commits</summary>
27+
<p>
28+
29+
* [`00c2bd4`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/00c2bd4338de4a2ccbd1360aba3ebed4c8c562c9) docs: update README with usage and compatibility matrix
30+
* [`f797aa6`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/f797aa6535355a57578a41c2281001f4d1765d3f) feat: generate talosconfig as a secret with proper endpoints
31+
</p>
32+
</details>
33+
34+
### Dependency Changes
35+
36+
* **inet.af/netaddr** 85fa6c94624e **_new_**
37+
38+
Previous release can be found at [v0.4.1](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.4.1)
39+
140
## [CAPI Bootstrap Provider Talos 0.4.1](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.4.1) (2021-10-12)
241

342
Welcome to the v0.4.1 release of CAPI Bootstrap Provider Talos!

hack/release.toml

Lines changed: 5 additions & 5 deletions
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.0"
9+
previous = "v0.4.1"
1010

1111
pre_release = false
1212

@@ -21,9 +21,9 @@ preface = """\
2121
CABPT v0.4.x supports CAPI v1alpha4.
2222
"""
2323

24-
[notes.talos]
25-
title = "Talos 0.13.0"
24+
[notes.talosconfig]
25+
title = "`talosconfig` Generation"
2626
description = """\
27-
CABPT now supports config generation for Talos 0.13.0 (and previous Talos releases).
28-
Talos version to generate configs for should be specified in the `talosVersion:` field.
27+
CABPT now generates client-side Talos API credentials (`talosconfig`) in the `<cluster>-talosconfig` Secret.
28+
Generated `talosconfig` will be updated with the endpoints of the control plane `Machine`s.
2929
"""

0 commit comments

Comments
 (0)