File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
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.11.0-2-g8556c73
28+ TOOLS ?= v1.11.0-4-g05ee846
2929PKGS_PREFIX ?= ghcr.io/siderolabs
30- PKGS ?= v1.11.0-21-gf95c679
30+ PKGS ?= v1.11.0-26-gc316374
3131GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232GENERATE_VEX ?= latest
3333
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ preface = """
1818 [notes .updates ]
1919 title = " Component Updates"
2020 description = """ \
21- runc: 1.3.1
21+ runc: 1.3.2
2222Kubernetes: 1.34.1
23- Linux: 6.12.48
24- linux-firmware: 20250917
23+ Linux: 6.12.52
24+ linux-firmware: 20251011
2525CoreDNS: 1.12.4
2626etcd: 3.6.5
2727Flannel: 0.27.4
2828
29- Talos is built with Go 1.24.6 .
29+ Talos is built with Go 1.24.9 .
3030"""
3131
3232[make_deps ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414
1515const (
1616 // DefaultKernelVersion is the default Linux kernel version.
17- DefaultKernelVersion = "6.12.48 -talos"
17+ DefaultKernelVersion = "6.12.52 -talos"
1818
1919 // KernelParamConfig is the kernel parameter name for specifying the URL.
2020 // to the config.
@@ -554,7 +554,7 @@ const (
554554 DefaultContainerdVersion = "2.1.4"
555555
556556 // RuncVersion is the runc version.
557- RuncVersion = "1.3.1 "
557+ RuncVersion = "1.3.2 "
558558
559559 // SystemContainerdNamespace is the Containerd namespace for Talos services.
560560 SystemContainerdNamespace = "system"
@@ -1108,7 +1108,7 @@ const (
11081108 DBusClientSocketLabel = "system_u:object_r:dbus_client_socket_t:s0"
11091109
11101110 // GoVersion is the version of Go compiler this release was built with.
1111- GoVersion = "go1.24.6 "
1111+ GoVersion = "go1.24.9 "
11121112
11131113 // KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
11141114 KubernetesTalosAPIServiceName = "talos"
Original file line number Diff line number Diff line change 1- v1.11.0-21-gf95c679
1+ v1.11.0-26-gc316374
Original file line number Diff line number Diff line change 1- v1.11.0-2-g8556c73
1+ v1.11.0-4-g05ee846
You can’t perform that action at this time.
0 commit comments