Skip to content

Commit 938de56

Browse files
committed
feat: bump kernel
Bump kernel to 6.18.8 Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent 388cec7 commit 938de56

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
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-11-g0281af0
28+
TOOLS ?= v1.13.0-alpha.0-12-gca26e1c
2929
PKGS_PREFIX ?= ghcr.io/siderolabs
30-
PKGS ?= v1.13.0-alpha.0-42-ga63c227
30+
PKGS ?= v1.13.0-alpha.0-44-gdc737a6
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.6
21+
Linux: 6.18.8
2222
containerd: 2.2.1
2323
etcd: 3.6.7
2424
CoreDNS: 1.13.2

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.6-talos"
16+
DefaultKernelVersion = "6.18.8-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-42-ga63c227
1+
v1.13.0-alpha.0-44-gdc737a6

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-11-g0281af0
1+
v1.13.0-alpha.0-12-gca26e1c
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)