Skip to content

Commit 5c5d9ba

Browse files
committed
release(v0.4.9): prepare release
This is the official v0.4.9 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 0bd00d0 commit 5c5d9ba

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,53 @@
1+
## [CAPI Control Plane Provider Talos 0.4.9](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.9) (2022-09-02)
2+
3+
Welcome to the v0.4.9 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+
### Contributors
11+
12+
* Andrey Smirnov
13+
14+
### Changes
15+
<details><summary>1 commit</summary>
16+
<p>
17+
18+
* [`0bd00d0`](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/commit/0bd00d077de87eb061825365e565c0efc4b3d235) feat: update to Talos 1.2.0
19+
</p>
20+
</details>
21+
22+
### Changes from talos-systems/cluster-api-bootstrap-provider-talos
23+
<details><summary>3 commits</summary>
24+
<p>
25+
26+
* [`1fb8efe`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/1fb8efe22839231ac844d2c1cd38d1792c7746f7) release(v0.5.5): prepare release
27+
* [`af2d2fa`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/af2d2fa724690ad0c697f80025dde55b0fb5d328) feat: update to Talos 1.2.0
28+
* [`e79b3c0`](https://github.com/talos-systems/cluster-api-bootstrap-provider-talos/commit/e79b3c037c5f2c867bab71c990ba2b28dbb26138) feat: update Talos to 1.2.0-beta.2
29+
</p>
30+
</details>
31+
32+
### Dependency Changes
33+
34+
* **github.com/onsi/gomega** v1.17.0 -> v1.18.1
35+
* **github.com/siderolabs/capi-utils** 9bb8c313ba2e **_new_**
36+
* **github.com/stretchr/testify** v1.7.1 -> v1.8.0
37+
* **github.com/talos-systems/cluster-api-bootstrap-provider-talos** v0.5.4 -> v0.5.5
38+
* **google.golang.org/grpc** v1.46.2 -> v1.48.0
39+
* **gopkg.in/yaml.v3** 496545a6307b -> v3.0.1
40+
* **k8s.io/api** v0.23.5 -> v0.24.2
41+
* **k8s.io/apimachinery** v0.23.5 -> v0.24.2
42+
* **k8s.io/apiserver** v0.23.5 -> v0.24.2
43+
* **k8s.io/client-go** v0.23.5 -> v0.24.2
44+
* **k8s.io/utils** 6203023598ed -> 3a6ce19ff2f9
45+
* **sigs.k8s.io/cluster-api** v1.1.4 -> v1.2.1
46+
* **sigs.k8s.io/controller-runtime** v0.11.2 -> v0.12.3
47+
48+
Previous release can be found at [v0.4.8](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.8)
49+
50+
151
## [CAPI Control Plane Provider Talos 0.4.8](https://github.com/talos-systems/cluster-api-control-plane-provider-talos/releases/tag/v0.4.8) (2022-08-02)
252

353
Welcome to the v0.4.8 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.7"
9+
previous = "v0.4.8"
1010

1111
pre_release = false
1212

0 commit comments

Comments
 (0)