Skip to content

Commit

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

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed May 11, 2023
1 parent 779febf commit cfa9132
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ NAME = Talos

ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.4.0-2-g5d0e9ab
PKGS ?= v1.4.1-9-g4b22054
PKGS ?= v1.4.1-10-g6d90f68
EXTRAS ?= v1.4.0-1-g9b07505
# renovate: datasource=github-tags depName=golang/go
GO_VERSION ?= 1.20
Expand Down
8 changes: 7 additions & 1 deletion hack/release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,15 @@ preface = """\
[notes.fixes]
title = "Fixes"
description="""\
This release fixes a bug that was introduced in Talos v1.4.2 by updating Go to 1.20.4 which sets the default file rlimit to 1024.
This release fixes a bug that was introduced in Talos v1.4.2 and Talos v1.4.3 by updating Go to 1.20.4 which sets the default file rlimit to 1024.
See: #7198
"""

[notes.updates]
title = "Component Updates"
description="""\
* Linux: 6.1.28
"""

[make_deps]
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.27-talos"
DefaultKernelVersion = "6.1.28-talos"

// DefaultKernelModulesPath is the default path to the kernel modules.
DefaultKernelModulesPath = "/lib/modules" + "/" + DefaultKernelVersion
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.4.1-9-g4b22054
v1.4.1-10-g6d90f68

0 comments on commit cfa9132

Please sign in to comment.