Skip to content

Commit 6186aac

Browse files
committed
release(v0.6.11): prepare release
This is the official v0.6.11 release. Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 55df6d4 commit 6186aac

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

CHANGELOG.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,46 @@
1+
## [Sidero 0.6.11](https://github.com/talos-systems/sidero/releases/tag/v0.6.11) (2025-09-02)
2+
3+
Welcome to the v0.6.11 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+
### Talos Linux
11+
12+
Sidero Metal now supports Talos Linux v1.11.x.
13+
14+
15+
### Contributors
16+
17+
* Andrey Smirnov
18+
19+
### Changes
20+
<details><summary>2 commits</summary>
21+
<p>
22+
23+
* [`55df6d4`](https://github.com/talos-systems/sidero/commit/55df6d441b977d2198f4a0080e3ccc0a517b4e7e) feat: update Talos to v1.11.0
24+
* [`0939b37`](https://github.com/talos-systems/sidero/commit/0939b37b42fea33eb1d6f235f0107d6f71839d7e) feat: update to Talos v1.11.0-beta.2
25+
</p>
26+
</details>
27+
28+
### Dependency Changes
29+
30+
* **github.com/go-logr/logr** v1.4.2 -> v1.4.3
31+
* **github.com/siderolabs/gen** v0.8.0 -> v0.8.5
32+
* **github.com/siderolabs/siderolink** v0.3.14 -> v0.3.15
33+
* **github.com/siderolabs/talos/pkg/machinery** v1.10.0 -> v1.11.0
34+
* **github.com/spf13/pflag** v1.0.6 -> v1.0.7
35+
* **golang.org/x/net** v0.39.0 -> v0.43.0
36+
* **golang.org/x/sync** v0.13.0 -> v0.16.0
37+
* **golang.org/x/sys** v0.32.0 -> v0.35.0
38+
* **google.golang.org/grpc** v1.72.0 -> v1.74.2
39+
* **google.golang.org/protobuf** v1.36.6 -> v1.36.7
40+
* **sigs.k8s.io/cluster-api** v1.10.1 -> v1.10.4
41+
42+
Previous release can be found at [v0.6.10](https://github.com/talos-systems/sidero/releases/tag/v0.6.10)
43+
144
## [Sidero 0.6.10](https://github.com/talos-systems/sidero/releases/tag/v0.6.10) (2025-06-11)
245

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

1111
pre_release = false
1212

0 commit comments

Comments
 (0)