Skip to content

Commit 919394f

Browse files
committed
feat: update Go to 1.25.6
Also update Linux to 6.18.5 Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 7ea2ef7 commit 919394f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ DEBUG_TOOLS_SOURCE := scratch
2525
EMBED_TARGET ?= embed
2626

2727
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
28-
TOOLS ?= v1.12.0-3-g5df8bae
28+
TOOLS ?= v1.12.0-4-g31959f4
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.12.0-25-g90ff196
30+
PKGS ?= v1.12.0-32-g4f8efaf
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

hack/release.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ match_deps = "^github.com/((talos-systems|siderolabs)/[a-zA-Z0-9-]+)$"
77
ignore_deps = ["github.com/coredns/coredns"]
88

99
# previous release
10-
previous = "v1.12.0"
10+
previous = "v1.12.1"
1111

1212
pre_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]

pkg/machinery/constants/constants.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414

1515
const (
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"

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.12.0-25-g90ff196
1+
v1.12.0-32-g4f8efaf

pkg/machinery/gendata/data/tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.12.0-3-g5df8bae
1+
v1.12.0-4-g31959f4

0 commit comments

Comments
 (0)