Skip to content

Commit d2575f4

Browse files
committed
release(v0.4.5): prepare release
This is the official v0.4.5 release. Signed-off-by: Artem Chernyshev <[email protected]>
1 parent 5f2b143 commit d2575f4

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## [CAPI Control Plane Provider Talos 0.4.5](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.5) (2022-03-05)
2+
3+
Welcome to the v0.4.5 release of CAPI Control Plane 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-control-plane-provider-talos/issues.
9+
10+
### CAPI v1beta1
11+
12+
This release of CACPPT is compatible with CAPI v1beta1 (v1.x).
13+
14+
15+
### Contributors
16+
17+
* Artem Chernyshev
18+
* Noel Georgi
19+
20+
### Changes
21+
<details><summary>2 commits</summary>
22+
<p>
23+
24+
* [`5f2b143`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/5f2b1431efa42e145c708cd6b7316fddbf4d19fd) fix: get talosconfig from secrets instead of talosconfig resources
25+
* [`61677f8`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/61677f8da6fa500b3844a532b8c6d532b127f6e9) chore: bump cert-manager to v1
26+
</p>
27+
</details>
28+
29+
### Dependency Changes
30+
31+
This release has no dependency changes
32+
33+
Previous release can be found at [v0.4.4](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.4)
34+
35+
136
## [CAPI Control Plane Provider Talos 0.4.4](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.4) (2022-02-04)
237

338
Welcome to the v0.4.4 release of CAPI Control Plane Provider Talos!

hack/release.toml

Lines changed: 1 addition & 1 deletion
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.4.3"
9+
previous = "v0.4.4"
1010

1111
pre_release = false
1212

0 commit comments

Comments
 (0)