feat: update Linux to 6.18.15

Latest LTS.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
This commit is contained in:
Andrey Smirnov 2026-03-02 18:34:58 +04:00
parent 0ab84c2a15
commit ebcfafd4e2
No known key found for this signature in database
GPG Key ID: 322C6F63F594CE7C
4 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ EMBED_TARGET ?= embed
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
TOOLS ?= v1.13.0-alpha.0-16-g9de9770
PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.13.0-alpha.0-63-g830fbac
PKGS ?= v1.13.0-alpha.0-64-gb7c7ab2
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
GENERATE_VEX ?= latest

View File

@ -18,7 +18,7 @@ preface = """
[notes.updates]
title = "Component Updates"
description = """\
Linux: 6.18.14
Linux: 6.18.15
containerd: 2.2.1
etcd: 3.6.8
CoreDNS: 1.14.1

View File

@ -13,7 +13,7 @@ import (
const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.18.14-talos"
DefaultKernelVersion = "6.18.15-talos"
// KernelParamConfig is the kernel parameter name for specifying the URL.
// to the config.

View File

@ -1 +1 @@
v1.13.0-alpha.0-63-g830fbac
v1.13.0-alpha.0-64-gb7c7ab2