Skip to content

Commit 2f1364c

Browse files
committed
release(v0.4.0): prepare release
This is the official v0.4.0 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 04742b9 commit 2f1364c

File tree

3 files changed

+67
-2
lines changed

3 files changed

+67
-2
lines changed

.conform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ policies:
88
gitHubOrganization: talos-systems
99
spellcheck:
1010
locale: US
11-
maximumOfOneCommit: true
11+
maximumOfOneCommit: false
1212
header:
1313
length: 89
1414
imperative: true

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
## [CAPI Bootstrap Provider Talos 0.4.0](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.4.0) (2021-10-08)
2+
3+
Welcome to the v0.4.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 v1alpha4
11+
12+
CABPT now supports CAPI v1alpha4.
13+
14+
Support new conditions, which should simplify CABPT issues debugging:
15+
- `DataSecretAvailable` documents the status of the bootstrap secret generation process.
16+
- `WaitingForClusterInfrastructure` waiting for the cluster infrastructure to be ready.
17+
- `DataSecretGenerationFailed` detecting an error while generating a data secret.
18+
19+
20+
### Contributors
21+
22+
* Andrey Smirnov
23+
* Artem Chernyshev
24+
* Spencer Smith
25+
26+
### Changes
27+
<details><summary>6 commits</summary>
28+
<p>
29+
30+
* [`04742b9`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/04742b96bf757413c88d0f15bee91679644f0337) feat: import fixes/updates from kubeadm bootstrap provider
31+
* [`548b7fb`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/548b7fbd38b89b9790a0daa2380fddb34157cdd5) release(v0.4.0-alpha.0): prepare release
32+
* [`442ee41`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/442ee41bafb2a912e49928c5d61f52c4c61a2593) test: don't set the talosconfig owner ref to the machine
33+
* [`8c7fec8`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/8c7fec8e373bd12609f6274d79ca07d187212d91) fix: don't write incomplete `<cluster>-ca` secret for configtype none
34+
* [`f46c83d`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/f46c83d328ee44db2ccb5eef67b366cc73c13319) feat: bump Talos machinery to 0.12.3
35+
* [`7b760cf`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/7b760cf69ecab93200821dded931171657a5dedc) feat: support CAPI v1alpha4
36+
</p>
37+
</details>
38+
39+
### Changes since v0.4.0-alpha.0
40+
<details><summary>1 commit</summary>
41+
<p>
42+
43+
* [`04742b9`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/04742b96bf757413c88d0f15bee91679644f0337) feat: import fixes/updates from kubeadm bootstrap provider
44+
</p>
45+
</details>
46+
47+
### Dependency Changes
48+
49+
* **github.com/go-logr/logr** v0.1.0 -> v0.4.0
50+
* **github.com/talos-systems/talos/pkg/machinery** 7e63e43eb399 -> v0.12.3
51+
* **golang.org/x/sys** 0f9fa26af87c -> bfb29a6856f2
52+
* **k8s.io/api** v0.17.9 -> v0.21.4
53+
* **k8s.io/apiextensions-apiserver** v0.17.9 -> v0.21.4
54+
* **k8s.io/apimachinery** v0.17.9 -> v0.21.4
55+
* **k8s.io/client-go** v0.17.9 -> v0.21.4
56+
* **sigs.k8s.io/cluster-api** v0.3.22 -> v0.4.3
57+
* **sigs.k8s.io/controller-runtime** v0.5.14 -> v0.9.7
58+
59+
Previous release can be found at [v0.3.0](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/releases/tag/v0.3.0)
60+
161
## [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)
262

363
Welcome to the v0.4.0-alpha.0 release of CAPI Bootstrap Provider Talos!

hack/release.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
88
# previous release
99
previous = "v0.3.0"
1010

11-
pre_release = true
11+
pre_release = false
1212

1313
preface = """\
1414
"""
@@ -19,4 +19,9 @@ preface = """\
1919
title = "CAPI v1alpha4"
2020
description = """\
2121
CABPT now supports CAPI v1alpha4.
22+
23+
Support new conditions, which should simplify CABPT issues debugging:
24+
- `DataSecretAvailable` documents the status of the bootstrap secret generation process.
25+
- `WaitingForClusterInfrastructure` waiting for the cluster infrastructure to be ready.
26+
- `DataSecretGenerationFailed` detecting an error while generating a data secret.
2227
"""

0 commit comments

Comments
 (0)