Skip to content

Commit d6ca2d4

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

File tree

2 files changed

+60
-6
lines changed

2 files changed

+60
-6
lines changed

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.2](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.2) (2022-02-04)
2+
3+
Welcome to the v0.5.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 v1beta1
11+
12+
CABPT supports CAPI version 1.x (v1beta1).
13+
14+
15+
### Hostnames in the Talos Machine Configuration
16+
17+
Hostname in the generated Talos machine configuration can be set to the corresponding `Machine` name:
18+
19+
```yaml
20+
spec:
21+
hostname:
22+
source: MachineName
23+
```
24+
25+
26+
### Contributors
27+
28+
* Andrey Smirnov
29+
* Spencer Smith
30+
31+
### Changes
32+
<details><summary>5 commits</summary>
33+
<p>
34+
35+
* [`c3d7579`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/c3d7579bdb2b70c37bbd957bd85dbfa001fa3c9e) chore: disable number of commits check
36+
* [`911b49e`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/911b49e15cc804738b0f398e2a36cdbd4bbde849) chore: bump CAPI to 1.0.4
37+
* [`1d758ff`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/1d758ffed8362929788896b1e618be6384bb7384) feat: add readiness/liveness checks
38+
* [`915a3db`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/915a3dbef738e1ad27aaf695f6d2ca3412399a5f) feat: support setting hostname to the machine name
39+
* [`fe1806d`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/fe1806dbc59588c091a5dfb8177a90f0588f48fc) fix: ensure shebang on packet machine configs
40+
</p>
41+
</details>
42+
43+
### Dependency Changes
44+
45+
* **sigs.k8s.io/cluster-api** v1.0.0 -> v1.0.4
46+
* **sigs.k8s.io/controller-runtime** v0.10.2 -> v0.10.3
47+
48+
Previous release can be found at [v0.5.1](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.1)
49+
150
## [CAPI Bootstrap Provider Talos 0.5.1](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.5.1) (2021-12-21)
251

352
Welcome to the v0.5.1 release of CAPI Bootstrap Provider Talos!

hack/release.toml

Lines changed: 11 additions & 6 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.5.0"
9+
previous = "v0.5.1"
1010

1111
pre_release = false
1212

@@ -18,12 +18,17 @@ preface = """\
1818
[notes.capi]
1919
title = "CAPI v1beta1"
2020
description = """\
21-
CABPT now supports CAPI version 1.0.x (v1beta1).
21+
CABPT supports CAPI version 1.x (v1beta1).
2222
"""
2323

24-
[notes.talosconfig]
25-
title = "`talosconfig` Generation"
24+
[notes.hostname]
25+
title = "Hostnames in the Talos Machine Configuration"
2626
description = """\
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.
27+
Hostname in the generated Talos machine configuration can be set to the corresponding `Machine` name:
28+
29+
```yaml
30+
spec:
31+
hostname:
32+
source: MachineName
33+
```
2934
"""

0 commit comments

Comments
 (0)