chore: bump kernel to 6.1.54
Bump kernel to 6.1.54. Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
2
Makefile
2
Makefile
@ -16,7 +16,7 @@ CLOUD_IMAGES_EXTRA_ARGS ?= ""
|
||||
|
||||
ARTIFACTS := _out
|
||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.6.0-alpha.0-1-gfa388de
|
||||
PKGS ?= v1.6.0-alpha.0-15-g847a9c3
|
||||
PKGS ?= v1.6.0-alpha.0-18-gacee18e
|
||||
PKG_KERNEL ?= ghcr.io/siderolabs/kernel:$(PKGS)
|
||||
EXTRAS ?= v1.6.0-alpha.0
|
||||
# renovate: datasource=github-tags depName=golang/go
|
||||
|
@ -18,15 +18,15 @@ preface = """\
|
||||
title = "Linux Firmware"
|
||||
description = """\
|
||||
Starting with Talos 1.6, there is no Linux firmware included in the initramfs.
|
||||
Customers who need Linux firmware can pull them as extension during install time using the image service.
|
||||
If the initial boot requires firmware, a custom iso can be built with the firmware included using the imager service.
|
||||
Customers who need Linux firmware can pull them as extension during install time using the image factory service.
|
||||
If the initial boot requires firmware, a custom iso can be built with the firmware included using the image factory service.
|
||||
This also ensures that the linux-firmware is not tied to a specific Talos version.
|
||||
"""
|
||||
|
||||
[notes.updates]
|
||||
title = "Component Updates"
|
||||
description = """\
|
||||
Linux: 6.1.51
|
||||
Linux: 6.1.54
|
||||
CoreDNS: v1.11.1
|
||||
Kubernetes: v1.28.2
|
||||
Flannel: v0.22.3
|
||||
|
@ -13,7 +13,7 @@ import (
|
||||
|
||||
const (
|
||||
// DefaultKernelVersion is the default Linux kernel version.
|
||||
DefaultKernelVersion = "6.1.51-talos"
|
||||
DefaultKernelVersion = "6.1.54-talos"
|
||||
|
||||
// KernelModulesPath is the default path to the kernel modules without the kernel version.
|
||||
KernelModulesPath = "/lib/modules"
|
||||
|
@ -1 +1 @@
|
||||
v1.6.0-alpha.0-15-g847a9c3
|
||||
v1.6.0-alpha.0-18-gacee18e
|
Reference in New Issue
Block a user