Skip to content

Commit 47ede0c

Browse files
committed
chore: bump kernel to 5.15.36
Bump kernel to 5.15.36 LTS Ref: - siderolabs/pkgs#459 Signed-off-by: Noel Georgi <git@frezbo.dev>
1 parent bd3e776 commit 47ede0c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-9-gda97b13
16+
PKGS ?= v1.0.0-10-gbf81bd2
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ preface = """\
1717
[notes.updates]
1818
title = "Component Updates"
1919
description="""\
20-
* Linux: 5.15.35
20+
* Linux: 5.15.36
2121
* Kubernetes: 1.23.6
2222
"""
2323

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

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

0 commit comments

Comments
 (0)