File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
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-3-g5df8bae
28+ TOOLS ?= v1.12.0-4-g31959f4
2929PKGS_PREFIX ?= ghcr.io/siderolabs
30- PKGS ?= v1.12.0-25-g90ff196
30+ PKGS ?= v1.12.0-32-g4f8efaf
3131GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232GENERATE_VEX ?= latest
3333
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77ignore_deps = [" github.com/coredns/coredns" ]
88
99# previous release
10- previous = " v1.12.0 "
10+ previous = " v1.12.1 "
1111
1212pre_release = false
1313
@@ -18,9 +18,9 @@ preface = """
1818 [notes .updates ]
1919 title = " Component Updates"
2020 description = """ \
21- Linux: 6.18.2
21+ Linux: 6.18.5
2222
23- Talos is built with Go 1.25.5 .
23+ Talos is built with Go 1.25.6 .
2424"""
2525
2626[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.18.2 -talos"
17+ DefaultKernelVersion = "6.18.5 -talos"
1818
1919 // KernelParamConfig is the kernel parameter name for specifying the URL.
2020 // to the config.
@@ -1128,7 +1128,7 @@ const (
11281128 DBusClientSocketLabel = "system_u:object_r:dbus_client_socket_t:s0"
11291129
11301130 // GoVersion is the version of Go compiler this release was built with.
1131- GoVersion = "go1.25.5 "
1131+ GoVersion = "go1.25.6 "
11321132
11331133 // KubernetesTalosAPIServiceName is the name of the Kubernetes service to access Talos API.
11341134 KubernetesTalosAPIServiceName = "talos"
Original file line number Diff line number Diff line change 1- v1.12.0-25-g90ff196
1+ v1.12.0-32-g4f8efaf
Original file line number Diff line number Diff line change 1- v1.12.0-3-g5df8bae
1+ v1.12.0-4-g31959f4
You can’t perform that action at this time.
0 commit comments