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:
Noel Georgi 2023-05-12 01:11:25 +05:30
parent 97fffaf78a
commit cc3128d944
No known key found for this signature in database
GPG Key ID: 21A9F444075C9E36
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -1 +1 @@
v1.5.0-alpha.0-11-g30a7ac2
v1.5.0-alpha.0-15-g813b3c3