Skip to content

Commit 150c41c

Browse files
committed
feat: update Linux to 6.18.5
Also test new NVIDIA drivers. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 01a3678 commit 150c41c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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.13.0-alpha.0-6-g896f8b9
28+
TOOLS ?= v1.13.0-alpha.0-8-g98c699e
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.13.0-alpha.0-31-gc61b466
30+
PKGS ?= v1.13.0-alpha.0-35-g375983f
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

hack/release.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2222
containerd: 2.2.1
2323
etcd: 3.6.7
2424
CoreDNS: 1.13.2
@@ -29,7 +29,7 @@ runc: 1.4.0
2929
systemd: 259
3030
cryptsetup: 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]

pkg/machinery/constants/constants.go

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

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

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.13.0-alpha.0-31-gc61b466
1+
v1.13.0-alpha.0-35-g375983f

pkg/machinery/gendata/data/tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.13.0-alpha.0-6-g896f8b9
1+
v1.13.0-alpha.0-8-g98c699e

0 commit comments

Comments
 (0)