Skip to content

Commit

Permalink
feat: update Linux to 6.6.43
Browse files Browse the repository at this point in the history
Latest LTS plus a workaround for UBSAN eBPF (Cilium-related).

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Jul 29, 2024
1 parent 32db8db commit 240104e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.8.0-alpha.0-6-g31ad71b

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

KRES_IMAGE ?= ghcr.io/siderolabs/kres:latest
Expand Down
2 changes: 1 addition & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ preface = """\
title = "Component Updates"
description = """\
Kubernetes: 1.31.0-beta0
Linux: 6.6.39
Linux: 6.6.43
containerd: 2.0.0-rc.3
runc: 1.2.0-rc.2
etcd: 3.5.15
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.6.39-talos"
DefaultKernelVersion = "6.6.43-talos"

// KernelModulesPath is the default path to the kernel modules without the kernel version.
KernelModulesPath = "/lib/modules"
Expand Down
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.8.0-alpha.0-38-g8cc6455
v1.8.0-alpha.0-40-g4e940f8

0 comments on commit 240104e

Please sign in to comment.