Skip to content

Commit

Permalink
chore: bump kernel to 6.1.54
Browse files Browse the repository at this point in the history
Bump kernel to 6.1.54.

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Sep 20, 2023
1 parent 29c767a commit 5efcccb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 @@ -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"
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.6.0-alpha.0-15-g847a9c3
v1.6.0-alpha.0-18-gacee18e

0 comments on commit 5efcccb

Please sign in to comment.