Skip to content

Commit 59b705b

Browse files
committed
feat: update Linux to 5.15.102
The latest LTS Linux 5.15.x. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
1 parent c0e349f commit 59b705b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ NAME = Talos
1414

1515
ARTIFACTS := _out
1616
TOOLS ?= ghcr.io/siderolabs/tools:v1.3.0-3-ge225a7e
17-
PKGS ?= v1.3.0-14-g07c9331
17+
PKGS ?= v1.3.0-15-g3b37079
1818
EXTRAS ?= v1.3.0-4-gcb97438
1919
GO_VERSION ?= 1.19
2020
GOIMPORTS_VERSION ?= v0.1.11

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ preface = """\
1818
[notes.updates]
1919
title = "Component Updates"
2020
description="""\
21-
* Linux: 5.15.98
21+
* Linux: 5.15.102
2222
2323
Talos is built with Go 1.19.7.
2424
"""

pkg/machinery/constants/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
const (
1515
// DefaultKernelVersion is the default Linux kernel version.
16-
DefaultKernelVersion = "5.15.98-talos"
16+
DefaultKernelVersion = "5.15.102-talos"
1717

1818
// KernelParamConfig is the kernel parameter name for specifying the URL.
1919
// to the config.

pkg/machinery/gendata/data/pkgs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1.3.0-14-g07c9331
1+
v1.3.0-15-g3b37079

0 commit comments

Comments
 (0)