Skip to content

Commit ae29a0d

Browse files
committed
feat: update Linux to 6.18.13
Also pulls in Cilium eBPF verifieer fixes. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 7cf1de2 commit ae29a0d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ EMBED_TARGET ?= embed
2727
TOOLS_PREFIX ?= ghcr.io/siderolabs/tools
2828
TOOLS ?= v1.13.0-alpha.0-16-g9de9770
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.13.0-alpha.0-53-gc0c8bc5
30+
PKGS ?= v1.13.0-alpha.0-59-g773ea3a
3131
GENERATE_VEX_PREFIX ?= ghcr.io/siderolabs/generate-vex
3232
GENERATE_VEX ?= latest
3333

hack/release.toml

Lines changed: 1 addition & 1 deletion
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.9
21+
Linux: 6.18.13
2222
containerd: 2.2.1
2323
etcd: 3.6.8
2424
CoreDNS: 1.14.1

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
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.9-talos"
16+
DefaultKernelVersion = "6.18.13-talos"
1717

1818
// KernelParamConfig is the kernel parameter name for specifying the URL.
1919
// to the config.

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-53-gc0c8bc5
1+
v1.13.0-alpha.0-59-g773ea3a

0 commit comments

Comments
 (0)