Skip to content

Commit f51331a

Browse files
committed
release(v0.6.7): prepare release
This is the official v0.6.7 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent de84f7e commit f51331a

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

CHANGELOG.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,60 @@
1+
## [Sidero 0.6.7](https://github.com/talos-systems/sidero/releases/tag/v0.6.7) (2024-12-20)
2+
3+
Welcome to the v0.6.7 release of Sidero!
4+
5+
6+
7+
Please try out the release binaries and report any issues at
8+
https://github.com/talos-systems/sidero/issues.
9+
10+
### Cluster API
11+
12+
Sidero Metal is now built and tested with Cluster API 1.9.0.
13+
14+
15+
### Talos Linux
16+
17+
Sidero Metal now supports Talos Linux v1.9.x.
18+
19+
20+
### Contributors
21+
22+
* Andrey Smirnov
23+
24+
### Changes
25+
<details><summary>2 commits</summary>
26+
<p>
27+
28+
* [`de84f7e`](https://github.com/talos-systems/sidero/commit/de84f7e54254da74c3f5b3f659af97032e317617) feat: update to Talos 1.9.0
29+
* [`b8daa0c`](https://github.com/talos-systems/sidero/commit/b8daa0cd2ce3f6f3c1194d5b3492257ae9651bb8) feat: update dependencies for Talos 1.9.0-beta.0
30+
</p>
31+
</details>
32+
33+
### Dependency Changes
34+
35+
* **github.com/insomniacslk/dhcp** a3a4c1f04475 -> a481575ed0ef
36+
* **github.com/siderolabs/gen** v0.5.0 -> v0.7.0
37+
* **github.com/siderolabs/go-cmd** v0.1.1 -> v0.1.3
38+
* **github.com/siderolabs/go-debug** v0.3.0 -> v0.4.0
39+
* **github.com/siderolabs/go-smbios** v0.3.2 -> v0.3.3
40+
* **github.com/siderolabs/grpc-proxy** v0.4.1 -> v0.5.1
41+
* **github.com/siderolabs/siderolink** v0.3.9 -> v0.3.11
42+
* **github.com/siderolabs/talos/pkg/machinery** v1.8.0 -> v1.9.0
43+
* **github.com/stretchr/testify** v1.9.0 -> v1.10.0
44+
* **golang.org/x/net** v0.29.0 -> v0.32.0
45+
* **golang.org/x/sync** v0.8.0 -> v0.10.0
46+
* **golang.org/x/sys** v0.25.0 -> v0.28.0
47+
* **google.golang.org/grpc** v1.66.0 -> v1.68.1
48+
* **google.golang.org/protobuf** v1.34.2 -> v1.35.2
49+
* **k8s.io/api** v0.31.0 -> v0.31.3
50+
* **k8s.io/apiextensions-apiserver** v0.31.0 -> v0.31.3
51+
* **k8s.io/client-go** v0.31.0 -> v0.31.3
52+
* **k8s.io/component-base** v0.31.0 -> v0.31.3
53+
* **sigs.k8s.io/cluster-api** v1.8.3 -> v1.9.1
54+
* **sigs.k8s.io/controller-runtime** v0.19.0 -> v0.19.3
55+
56+
Previous release can be found at [v0.6.6](https://github.com/talos-systems/sidero/releases/tag/v0.6.6)
57+
158
## [Sidero 0.6.6](https://github.com/talos-systems/sidero/releases/tag/v0.6.6) (2024-09-24)
259

360
Welcome to the v0.6.6 release of Sidero!

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/sidero"
66
match_deps = "^github.com/(talos-systems/[a-zA-Z0-9-]+)$"
77

88
# previous release
9-
previous = "v0.6.5"
9+
previous = "v0.6.6"
1010

1111
pre_release = false
1212

0 commit comments

Comments
 (0)