chore: bump kernel to 6.1.28
Bump kernel to 6.1.28 Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
parent
97fffaf78a
commit
cc3128d944
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ NAME = Talos
|
||||
|
||||
ARTIFACTS := _out
|
||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.5.0-alpha.0-2-g47b0fd3
|
||||
PKGS ?= v1.5.0-alpha.0-11-g30a7ac2
|
||||
PKGS ?= v1.5.0-alpha.0-15-g813b3c3
|
||||
EXTRAS ?= v1.5.0-alpha.0
|
||||
# renovate: datasource=github-tags depName=golang/go
|
||||
GO_VERSION ?= 1.20
|
||||
|
@ -18,7 +18,7 @@ preface = """\
|
||||
[notes.updates]
|
||||
title = "Component Updates"
|
||||
description="""\
|
||||
* Linux: 6.1.27
|
||||
* Linux: 6.1.28
|
||||
* containerd: 1.6.21
|
||||
* runc: 1.1.7
|
||||
|
||||
|
@ -13,7 +13,7 @@ import (
|
||||
|
||||
const (
|
||||
// DefaultKernelVersion is the default Linux kernel version.
|
||||
DefaultKernelVersion = "6.1.27-talos"
|
||||
DefaultKernelVersion = "6.1.28-talos"
|
||||
|
||||
// DefaultKernelModulesPath is the default path to the kernel modules.
|
||||
DefaultKernelModulesPath = "/lib/modules" + "/" + DefaultKernelVersion
|
||||
|
@ -1 +1 @@
|
||||
v1.5.0-alpha.0-11-g30a7ac2
|
||||
v1.5.0-alpha.0-15-g813b3c3
|
Loading…
Reference in New Issue
Block a user