Skip to content

Commit 43eb75b

Browse files
committed
release(v0.3.0-alpha.0): prepare release
This is the official v0.3.0-alpha.0 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 48d834b commit 43eb75b

File tree

2 files changed

+78
-10
lines changed

2 files changed

+78
-10
lines changed

CHANGELOG.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,78 @@
1+
## [CAPI Control Plane Provider Talos 0.3.0-alpha.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.3.0-alpha.0) (2021-10-01)
2+
3+
Welcome to the v0.3.0-alpha.0 release of CAPI Control Plane Provider Talos!
4+
*This is a pre-release of CAPI Control Plane 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-control-plane-provider-talos/issues.
10+
11+
### CAPI v1alpha4
12+
13+
This release of CACPPT brings compatibility with CAPI v1alpha4.
14+
15+
16+
### Contributors
17+
18+
* Andrey Smirnov
19+
* Artem Chernyshev
20+
* Gerard de Leeuw
21+
* Spencer Smith
22+
23+
### Changes
24+
<details><summary>1 commit</summary>
25+
<p>
26+
27+
* [`48d834b`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/48d834b5dfb364b8e9ae2269771e41a2dc646692) feat: support CAPI v1alpha4
28+
</p>
29+
</details>
30+
31+
### Changes since v0.3.0
32+
<details><summary>1 commit</summary>
33+
<p>
34+
35+
* [`48d834b`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/48d834b5dfb364b8e9ae2269771e41a2dc646692) feat: support CAPI v1alpha4
36+
</p>
37+
</details>
38+
39+
### Changes from talos-systems/capi-utils
40+
<details><summary>2 commits</summary>
41+
<p>
42+
43+
* [`b2f8f83`](https://github.com/talos-systems/capi-utils/commit/b2f8f83d3df6a7cd0308ae724d7423280c6924a8) feat: update cluster API library to the latest version
44+
* [`f2a34fd`](https://github.com/talos-systems/capi-utils/commit/f2a34fdddec066097e346c144bb8660398a5e69d) chore: do not rely on ENV variables to configure CAPI client
45+
</p>
46+
</details>
47+
48+
### Changes from talos-systems/cluster-api-bootstrap-provider-talos
49+
<details><summary>5 commits</summary>
50+
<p>
51+
52+
* [`548b7fb`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/548b7fbd38b89b9790a0daa2380fddb34157cdd5) release(v0.4.0-alpha.0): prepare release
53+
* [`442ee41`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/442ee41bafb2a912e49928c5d61f52c4c61a2593) test: don't set the talosconfig owner ref to the machine
54+
* [`8c7fec8`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/8c7fec8e373bd12609f6274d79ca07d187212d91) fix: don't write incomplete `<cluster>-ca` secret for configtype none
55+
* [`f46c83d`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/f46c83d328ee44db2ccb5eef67b366cc73c13319) feat: bump Talos machinery to 0.12.3
56+
* [`7b760cf`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/7b760cf69ecab93200821dded931171657a5dedc) feat: support CAPI v1alpha4
57+
</p>
58+
</details>
59+
60+
### Dependency Changes
61+
62+
* **github.com/onsi/gomega** v1.14.0 -> v1.15.0
63+
* **github.com/talos-systems/capi-utils** 9587089e8425 -> b2f8f83d3df6
64+
* **github.com/talos-systems/cluster-api-bootstrap-provider-talos** v0.3.0 -> v0.4.0-alpha.0
65+
* **github.com/talos-systems/talos/pkg/machinery** 7e63e43eb399 -> v0.12.3
66+
* **k8s.io/api** v0.17.9 -> v0.21.4
67+
* **k8s.io/apimachinery** v0.17.9 -> v0.21.4
68+
* **k8s.io/apiserver** v0.17.9 -> v0.21.4
69+
* **k8s.io/client-go** v0.17.9 -> v0.21.4
70+
* **k8s.io/utils** 6e3d28b6ed19 -> bdf08cb9a70a
71+
* **sigs.k8s.io/cluster-api** v0.3.23 -> v0.4.3
72+
* **sigs.k8s.io/controller-runtime** v0.5.14 -> v0.9.7
73+
74+
Previous release can be found at [v0.2.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.2.0)
75+
176
## [CAPI Control Plane Provider Talos 0.2.0-alpha.0](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.2.0-alpha.0) (2021-09-23)
277

378
Welcome to the v0.2.0-alpha.0 release of CAPI Control Plane Provider Talos!

hack/release.toml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ github_repo = "talos-systems/cluster-api-control-plane-provider-talos"
66
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
77

88
# previous release
9-
previous = "v0.1.1"
9+
previous = "v0.2.0"
1010

1111
pre_release = true
1212

@@ -16,14 +16,7 @@ preface = """\
1616
[notes]
1717

1818
[notes.capi]
19-
title = "CAPI v1alpha3"
19+
title = "CAPI v1alpha4"
2020
description = """\
21-
This release of CACPPT is compatible with CAPI v1alpha3 (v0.3.x).
22-
Next release of CACPPT will bring compatibility with CAPI v1alpha4 (v0.4.x).
23-
"""
24-
25-
[notes.scaling]
26-
title = "Scaling Fixes"
27-
description = """\
28-
Control plane scaling up and down now runs slower but is more reliable.
21+
This release of CACPPT brings compatibility with CAPI v1alpha4.
2922
"""

0 commit comments

Comments
 (0)