File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ DEBUG_TOOLS_SOURCE := scratch
2525EMBED_TARGET ?= embed
2626
2727TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
28- TOOLS ?= v1.13.0-alpha.0-6-g896f8b9
28+ TOOLS ?= v1.13.0-alpha.0-8-g98c699e
2929PKGS_PREFIX ?= ghcr.io/siderolabs
30- PKGS ?= v1.13.0-alpha.0-31-gc61b466
30+ PKGS ?= v1.13.0-alpha.0-35-g375983f
3131GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232GENERATE_VEX ?= latest
3333
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ preface = """
1818 [notes .updates ]
1919 title = " Component Updates"
2020 description = """ \
21- Linux: 6.18.4
21+ Linux: 6.18.5
2222containerd: 2.2.1
2323etcd: 3.6.7
2424CoreDNS: 1.13.2
@@ -29,7 +29,7 @@ runc: 1.4.0
2929systemd: 259
3030cryptsetup: 2.8.3
3131
32- Talos is built with Go 1.25.5 .
32+ Talos is built with Go 1.25.6 .
3333"""
3434
3535 [notes .external_volumes ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import (
1313
1414const (
1515 // DefaultKernelVersion is the default Linux kernel version.
16- DefaultKernelVersion = "6.18.4 -talos"
16+ DefaultKernelVersion = "6.18.5 -talos"
1717
1818 // KernelParamConfig is the kernel parameter name for specifying the URL.
1919 // to the config.
@@ -1081,7 +1081,7 @@ const (
10811081 DBusClientSocketLabel = "system_u:object_r:dbus_client_socket_t:s0"
10821082
10831083 // GoVersion is the version of Go compiler this release was built with.
1084- GoVersion = "go1.25.5 "
1084+ GoVersion = "go1.25.6 "
10851085
10861086 // KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
10871087 KubernetesTalosAPIServiceName = "talos"
Original file line number Diff line number Diff line change 1- v1.13.0-alpha.0-31-gc61b466
1+ v1.13.0-alpha.0-35-g375983f
Original file line number Diff line number Diff line change 1- v1.13.0-alpha.0-6-g896f8b9
1+ v1.13.0-alpha.0-8-g98c699e
You can’t perform that action at this time.
0 commit comments