Skip to content

Commit 6d27c57

Browse files
committed
release(v0.5.0): prepare release
This is the official v0.5.0 release. Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
1 parent f6dc0a3 commit 6d27c57

File tree

3 files changed

+54
-3
lines changed

3 files changed

+54
-3
lines changed

.conform.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ policies:
2525
- style
2626
- test
2727
- release
28-
scopes: []
28+
scopes:
29+
- ^v0.4
30+
- ^v0.5
2931
- type: license
3032
spec:
3133
skipPaths:

CHANGELOG.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,52 @@
1+
## [CAPI Bootstrap Provider Talos 0.5.0](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.0) (2021-11-09)
2+
3+
Welcome to the v0.5.0 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 v1beta1
11+
12+
CABPT now supports CAPI version 1.0.x (v1beta1).
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>6 commits</summary>
27+
<p>
28+
29+
* [`f6dc0a3`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/f6dc0a3372dba82306a4abc9b2a064f1e337421c) fix: regenerate manifests
30+
* [`2a4115f`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/2a4115f1211a20e5058a7b0430c4dc4081acfcfe) release(v0.5.0-alpha.0): prepare release
31+
* [`d124c07`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/d124c072c9db8d402b353a73646d2d197bae76a4) docs: update README with usage and compatibility matrix
32+
* [`20792f3`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/20792f345b7ff3c8ffa9d65c9ca8dcab1932f49e) feat: generate talosconfig as a secret with proper endpoints
33+
* [`abd206f`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/abd206fd8a98f5478f8ffd0f8686e32be3b7defe) feat: update to CAPI v1.0.x contract (v1beta1)
34+
* [`b7faf9e`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/b7faf9e730b7c9f50ffa94be194ddcf908708a2c) feat: update Talos machinery to 0.13.0
35+
</p>
36+
</details>
37+
38+
### Dependency Changes
39+
40+
* **inet.af/netaddr** 85fa6c94624e **_new_**
41+
* **k8s.io/api** v0.21.4 -> v0.22.2
42+
* **k8s.io/apiextensions-apiserver** v0.21.4 -> v0.22.2
43+
* **k8s.io/apimachinery** v0.21.4 -> v0.22.2
44+
* **k8s.io/client-go** v0.21.4 -> v0.22.2
45+
* **sigs.k8s.io/cluster-api** v0.4.3 -> v1.0.0
46+
* **sigs.k8s.io/controller-runtime** v0.9.7 -> v0.10.2
47+
48+
Previous release can be found at [v0.4.1](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.4.1)
49+
150
## [CAPI Bootstrap Provider Talos 0.5.0-alpha.0](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.0-alpha.0) (2021-10-27)
251

352
Welcome to the v0.5.0-alpha.0 release of CAPI Bootstrap Provider Talos!

hack/release.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ 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

11-
pre_release = true
11+
pre_release = false
1212

1313
preface = """\
1414
"""

0 commit comments

Comments
 (0)