Skip to content

Commit 548b7fb

Browse files
committed
release(v0.4.0-alpha.0): prepare release
This is the official v0.4.0-alpha.0 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 442ee41 commit 548b7fb

File tree

2 files changed

+47
-29
lines changed

2 files changed

+47
-29
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
1+
## [CAPI Bootstrap Provider Talos 0.4.0-alpha.0](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.4.0-alpha.0) (2021-10-01)
2+
3+
Welcome to the v0.4.0-alpha.0 release of CAPI Bootstrap Provider Talos!
4+
*This is a pre-release of CAPI Bootstrap Provider Talos*
5+
6+
7+
8+
Please try out the release binaries and report any issues at
9+
https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/issues.
10+
11+
### CAPI v1alpha4
12+
13+
CABPT now supports CAPI v1alpha4.
14+
15+
16+
### Contributors
17+
18+
* Andrey Smirnov
19+
* Spencer Smith
20+
21+
### Changes
22+
<details><summary>3 commits</summary>
23+
<p>
24+
25+
* [`8c7fec8`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/8c7fec8e373bd12609f6274d79ca07d187212d91) fix: don't write incomplete `<cluster>-ca` secret for configtype none
26+
* [`f46c83d`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/f46c83d328ee44db2ccb5eef67b366cc73c13319) feat: bump Talos machinery to 0.12.3
27+
* [`7b760cf`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/7b760cf69ecab93200821dded931171657a5dedc) feat: support CAPI v1alpha4
28+
</p>
29+
</details>
30+
31+
### Dependency Changes
32+
33+
* **github.com/go-logr/logr** v0.1.0 -> v0.4.0
34+
* **github.com/talos-systems/talos/pkg/machinery** 7e63e43eb399 -> v0.12.3
35+
* **golang.org/x/sys** 0f9fa26af87c -> bfb29a6856f2
36+
* **k8s.io/api** v0.17.9 -> v0.21.4
37+
* **k8s.io/apiextensions-apiserver** v0.17.9 -> v0.21.4
38+
* **k8s.io/apimachinery** v0.17.9 -> v0.21.4
39+
* **k8s.io/client-go** v0.17.9 -> v0.21.4
40+
* **sigs.k8s.io/cluster-api** v0.3.22 -> v0.4.3
41+
* **sigs.k8s.io/controller-runtime** v0.5.14 -> v0.9.7
42+
43+
Previous release can be found at [v0.3.0](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.3.0)
44+
145
## [CAPI Bootstrap Provider Talos 0.3.0-alpha.1](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.3.0-alpha.1) (2021-09-21)
246

347
Welcome to the v0.3.0-alpha.1 release of CAPI Bootstrap Provider Talos!

hack/release.toml

Lines changed: 3 additions & 29 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.2.0"
9+
previous = "v0.3.0"
1010

1111
pre_release = true
1212

@@ -15,34 +15,8 @@ preface = """\
1515

1616
[notes]
1717

18-
[notes.talos]
19-
title = "Talos 0.12"
20-
description = """\
21-
CABPT supports config generation for Talos 0.12.
22-
Talos majort version can be specified in the spec of `TalosControlPlane` or `MachineDeployment`:
23-
24-
```yaml
25-
generateType: controlplane
26-
talosVersion: v0.11
27-
```
28-
29-
It is recommended to specify minor version of Talos to make sure machine configuration stays comptabile with Talos version
30-
being used even if the CABPT is upgraded to new version.
31-
"""
32-
3318
[notes.capi]
34-
title = "CAPI v1alpha3"
19+
title = "CAPI v1alpha4"
3520
description = """\
36-
This release of CABPT is compatible with CAPI v1alpha3 (v0.3.x).
37-
Next release of CABPT will bring compatibility with CAPI v1alpha4 (v0.4.x).
38-
"""
39-
40-
[notes.defaultversion]
41-
title = "Default `talosVersion`"
42-
description = """\
43-
In previous releases of CABPT default value of `talosVersion` field was `v0.8`.
44-
As Talos v0.8 release is almost a year old, new default value of `talosVersion` is to use whatever Talos version CABPT was
45-
built against (in this relase, it's Talos 0.12).
46-
47-
If you're still running Talos v0.8.x, please make sure `talosVersion` is set to `v0.8`.
21+
CABPT now supports CAPI v1alpha4.
4822
"""

0 commit comments

Comments
 (0)