Skip to content

Commit 2c6de5f

Browse files
committed
chore: bump kernel to 5.15.35
Bump kernel to 5.15.35 LTS Ref: siderolabs/pkgs#455 Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent 689c6e5 commit 2c6de5f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Makefile

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

1414
ARTIFACTS := _out
1515
TOOLS ?= ghcr.io/siderolabs/tools:v1.0.0-3-ga8fb702
16-
PKGS ?= v1.0.0-8-g76f8c5b
16+
PKGS ?= v1.0.0-9-gda97b13
1717
EXTRAS ?= v1.0.0-2-gc5d3ab0
1818
GO_VERSION ?= 1.17
1919
GOFUMPT_VERSION ?= v0.1.1

hack/release.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ preface = """\
1717
[notes.updates]
1818
title = "Component Updates"
1919
description="""\
20-
* Linux: 5.15.34
21-
* etcd: 3.5.3
20+
* Linux: 5.15.35
2221
"""
2322

2423
[make_deps]

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.34-talos"
16+
DefaultKernelVersion = "5.15.35-talos"
1717

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

0 commit comments

Comments
 (0)