chore: bump kernel to 5.15.36

Bump kernel to 5.15.36 LTS

Ref:
 - https://github.com/siderolabs/pkgs/pull/458
 - https://github.com/siderolabs/pkgs/pull/460

Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Noel Georgi 2022-04-28 01:09:54 +05:30
parent c0d386abb6
commit f06e6acf2f
No known key found for this signature in database
GPG Key ID: B1F736354201D483
4 changed files with 5 additions and 5 deletions

View File

@ -13,8 +13,8 @@ DOCKER_LOGIN_ENABLED ?= true
NAME = Talos NAME = Talos
ARTIFACTS := _out ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.1.0-alpha.0-10-g8c1f801 TOOLS ?= ghcr.io/siderolabs/tools:v1.1.0-alpha.0-13-gd229fe1
PKGS ?= v1.1.0-alpha.0-29-gfe7c46f PKGS ?= v1.1.0-alpha.0-32-ge22317d
EXTRAS ?= v1.1.0-alpha.0-1-gac3b9a4 EXTRAS ?= v1.1.0-alpha.0-1-gac3b9a4
GO_VERSION ?= 1.18 GO_VERSION ?= 1.18
GOIMPORTS_VERSION ?= v0.1.10 GOIMPORTS_VERSION ?= v0.1.10

View File

@ -24,7 +24,7 @@ Talos now enables the Raspberry Pi PoE fan control by pulling in the poe overlay
[notes.updates] [notes.updates]
title = "Component Updates" title = "Component Updates"
description="""\ description="""\
* Linux: 5.15.35 * Linux: 5.15.36
* Kubernetes: 1.24.0-rc.0 * Kubernetes: 1.24.0-rc.0
* Flannel: 0.17.0 * Flannel: 0.17.0
* runc: 1.1.1 * runc: 1.1.1

View File

@ -13,7 +13,7 @@ import (
const ( const (
// DefaultKernelVersion is the default Linux kernel version. // DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "5.15.35-talos" DefaultKernelVersion = "5.15.36-talos"
// KernelParamConfig is the kernel parameter name for specifying the URL. // KernelParamConfig is the kernel parameter name for specifying the URL.
// to the config. // to the config.

View File

@ -1 +1 @@
v1.1.0-alpha.0-29-gfe7c46f v1.1.0-alpha.0-32-ge22317d