Skip to content

Commit 240104e

Browse files
committed
feat: update Linux to 6.6.43
Latest LTS plus a workaround for UBSAN eBPF (Cilium-related). Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 32db8db commit 240104e

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
@@ -20,7 +20,7 @@ ARTIFACTS := _out
2020
TOOLS ?= ghcr.io/siderolabs/tools:v1.8.0-alpha.0-6-g31ad71b
2121

2222
PKGS_PREFIX ?= ghcr.io/siderolabs
23-
PKGS ?= v1.8.0-alpha.0-38-g8cc6455
23+
PKGS ?= v1.8.0-alpha.0-40-g4e940f8
2424
EXTRAS ?= v1.8.0-alpha.0-3-gcab51d8
2525

2626
KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ preface = """\
1818
title = "Component Updates"
1919
description = """\
2020
Kubernetes: 1.31.0-beta0
21-
Linux: 6.6.39
21+
Linux: 6.6.43
2222
containerd: 2.0.0-rc.3
2323
runc: 1.2.0-rc.2
2424
etcd: 3.5.15

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
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.6.39-talos"
17+
DefaultKernelVersion = "6.6.43-talos"
1818

1919
// KernelModulesPath is the default path to the kernel modules without the kernel version.
2020
KernelModulesPath = "/lib/modules"

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.8.0-alpha.0-38-g8cc6455
1+
v1.8.0-alpha.0-40-g4e940f8

0 commit comments

Comments
 (0)