Skip to content

Commit c59c6a4

Browse files
committed
release(v0.6.4): prepare release
This is the official v0.6.4 release. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 62d34bd commit c59c6a4

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

CHANGELOG.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,65 @@
1+
## [Sidero 0.6.4](https://github.com/talos-systems/sidero/releases/tag/v0.6.4) (2024-04-19)
2+
3+
Welcome to the v0.6.4 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+
### Patches
11+
12+
Sidero Metal now supports Talos Linux machine configuration strategic merge patches via 'strategicPatches' field on the `Server` and `ServerClass` CRDs.
13+
14+
15+
### Contributors
16+
17+
* Andrey Smirnov
18+
* Andrew Rynhard
19+
* Ksawery Kuczyński
20+
* Luke Carrier
21+
22+
### Changes
23+
<details><summary>5 commits</summary>
24+
<p>
25+
26+
* [`62d34bd`](https://github.com/talos-systems/sidero/commit/62d34bd29b26380a6b2e94f9b534ed2fbb5b70c7) feat: update to final Talos 1.7.0
27+
* [`b3f0131`](https://github.com/talos-systems/sidero/commit/b3f01313937cb5ae4c52a6815f32939c61218f8e) feat: add support for strategic merge patches
28+
* [`5f9acdf`](https://github.com/talos-systems/sidero/commit/5f9acdf5648dccdb23d64186ba444e2251a7ea8c) feat: update to Talos 1.7.0-beta.1
29+
* [`b19e58a`](https://github.com/talos-systems/sidero/commit/b19e58a85aa2d422d7bec354f72893fabb7519f4) chore: add notice to README
30+
* [`376fd6e`](https://github.com/talos-systems/sidero/commit/376fd6e6bf441e08491ef164efb6a2f129cf0982) docs: correct "which { much => must }" typo
31+
</p>
32+
</details>
33+
34+
### Dependency Changes
35+
36+
* **github.com/go-logr/logr** v1.3.0 -> v1.4.1
37+
* **github.com/insomniacslk/dhcp** 8c70d406f6d2 -> c728f5dd21c8
38+
* **github.com/jsimonetti/rtnetlink** v1.4.0 -> v1.4.1
39+
* **github.com/siderolabs/gen** v0.4.7 -> v0.4.8
40+
* **github.com/siderolabs/go-debug** v0.2.3 -> v0.3.0
41+
* **github.com/siderolabs/go-kmsg** v0.1.3 -> v0.1.4
42+
* **github.com/siderolabs/go-procfs** v0.1.1 -> v0.1.2
43+
* **github.com/siderolabs/siderolink** v0.3.4 -> v0.3.5
44+
* **github.com/siderolabs/talos/pkg/machinery** v1.6.0 -> v1.7.0
45+
* **github.com/stretchr/testify** v1.8.4 -> v1.9.0
46+
* **go.uber.org/zap** v1.26.0 -> v1.27.0
47+
* **golang.org/x/net** v0.18.0 -> v0.24.0
48+
* **golang.org/x/sync** v0.5.0 -> v0.7.0
49+
* **golang.org/x/sys** e4099bfacb8c -> v0.19.0
50+
* **google.golang.org/grpc** v1.59.0 -> v1.62.1
51+
* **google.golang.org/protobuf** v1.31.0 -> v1.33.0
52+
* **k8s.io/api** v0.28.4 -> v0.29.3
53+
* **k8s.io/apiextensions-apiserver** v0.28.4 -> v0.29.3
54+
* **k8s.io/apimachinery** v0.28.4 -> v0.29.3
55+
* **k8s.io/client-go** v0.28.4 -> v0.29.3
56+
* **k8s.io/component-base** v0.28.4 -> v0.29.3
57+
* **k8s.io/klog/v2** v2.110.1 **_new_**
58+
* **sigs.k8s.io/cluster-api** v1.6.0 -> v1.7.0
59+
* **sigs.k8s.io/controller-runtime** v0.16.3 -> v0.17.3
60+
61+
Previous release can be found at [v0.6.3](https://github.com/talos-systems/sidero/releases/tag/v0.6.3)
62+
163
## [Sidero 0.6.3](https://github.com/talos-systems/sidero/releases/tag/v0.6.3) (2024-01-23)
264

365
Welcome to the v0.6.3 release of Sidero!

hack/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RELEASE_TOOL_IMAGE="ghcr.io/siderolabs/release-tool:latest"
66

77
function release-tool {
88
docker pull "${RELEASE_TOOL_IMAGE}" >/dev/null
9-
docker run --rm -w /src -v "${PWD}":/src:ro "${RELEASE_TOOL_IMAGE}" -l -d -n -t "${1}" ./hack/release.toml
9+
docker run --rm --net=host -w /src -v "${PWD}":/src:ro "${RELEASE_TOOL_IMAGE}" -l -d -n -t "${1}" ./hack/release.toml
1010
}
1111

1212
function changelog {

0 commit comments

Comments
 (0)