Skip to content

Commit

Permalink
feat: update Linux to 6.1.78
Browse files Browse the repository at this point in the history
Latest LTS kernel.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Feb 21, 2024
1 parent 9596278 commit e7935e6
Showing 6 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ CLOUD_IMAGES_EXTRA_ARGS ?= ""

ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.6.0-2-g5e034ec
PKGS ?= v1.6.0-16-gb77ffb7
PKGS ?= v1.6.0-25-g6868f38
PKG_KERNEL ?= ghcr.io/siderolabs/kernel:$(PKGS)
EXTRAS ?= v1.6.0-1-g113887a
# renovate: datasource=github-tags depName=golang/go
1 change: 1 addition & 0 deletions hack/release.toml
Original file line number Diff line number Diff line change
@@ -18,6 +18,7 @@ preface = """\
title = "Component Updates"
description = """\
Kubernetes: 1.29.2
Linux: 6.1.78
Talos is built with Go 1.21.6.
"""
2 changes: 1 addition & 1 deletion pkg/machinery/constants/constants.go
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ import (

const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.1.74-talos"
DefaultKernelVersion = "6.1.78-talos"

// KernelModulesPath is the default path to the kernel modules without the kernel version.
KernelModulesPath = "/lib/modules"
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.6.0-16-gb77ffb7
v1.6.0-25-g6868f38
Binary file not shown.
Binary file not shown.

0 comments on commit e7935e6

Please sign in to comment.