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.12.0-alpha.0-13-g11f0337
28+ TOOLS ?= v1.12.0-alpha.0-15-ge62d613
2929PKGS_PREFIX ?= ghcr.io/siderolabs
30- PKGS ?= v1.12.0-alpha.0-35-g1e3d375
30+ PKGS ?= v1.12.0-alpha.0-40-g8ddac2d
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.17
21+ Linux: 6.17.1
2222Kubernetes: 1.34.1
2323CNI Plugins: 1.8.0
2424cryptsetup: 2.8.1
@@ -30,7 +30,7 @@ etcd: 3.6.5
3030Flannel: 0.27.4
3131Flannel CNI plugin: v1.8.0-flannel1
3232
33- Talos is built with Go 1.25.1 .
33+ Talos is built with Go 1.25.3 .
3434"""
3535
3636 [notes .luks2 ]
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.17.0 -talos"
17+ DefaultKernelVersion = "6.17.1 -talos"
1818
1919 // KernelParamConfig is the kernel parameter name for specifying the URL.
2020 // to the config.
@@ -1118,7 +1118,7 @@ const (
11181118 DBusClientSocketLabel = "system_u:object_r:dbus_client_socket_t:s0"
11191119
11201120 // GoVersion is the version of Go compiler this release was built with.
1121- GoVersion = "go1.25.2 "
1121+ GoVersion = "go1.25.3 "
11221122
11231123 // KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
11241124 KubernetesTalosAPIServiceName = "talos"
Original file line number Diff line number Diff line change 1- v1.12.0-alpha.0-35-g1e3d375
1+ v1.12.0-alpha.0-40-g8ddac2d
Original file line number Diff line number Diff line change 1- v1.12.0-alpha.0-13-g11f0337
1+ v1.12.0-alpha.0-15-ge62d613
You can’t perform that action at this time.
0 commit comments