mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-08 22:21:16 +02:00
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:
parent
c0d386abb6
commit
f06e6acf2f
4
Makefile
4
Makefile
@ -13,8 +13,8 @@ DOCKER_LOGIN_ENABLED ?= true
|
||||
NAME = Talos
|
||||
|
||||
ARTIFACTS := _out
|
||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.1.0-alpha.0-10-g8c1f801
|
||||
PKGS ?= v1.1.0-alpha.0-29-gfe7c46f
|
||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.1.0-alpha.0-13-gd229fe1
|
||||
PKGS ?= v1.1.0-alpha.0-32-ge22317d
|
||||
EXTRAS ?= v1.1.0-alpha.0-1-gac3b9a4
|
||||
GO_VERSION ?= 1.18
|
||||
GOIMPORTS_VERSION ?= v0.1.10
|
||||
|
@ -24,7 +24,7 @@ Talos now enables the Raspberry Pi PoE fan control by pulling in the poe overlay
|
||||
[notes.updates]
|
||||
title = "Component Updates"
|
||||
description="""\
|
||||
* Linux: 5.15.35
|
||||
* Linux: 5.15.36
|
||||
* Kubernetes: 1.24.0-rc.0
|
||||
* Flannel: 0.17.0
|
||||
* runc: 1.1.1
|
||||
|
@ -13,7 +13,7 @@ import (
|
||||
|
||||
const (
|
||||
// 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.
|
||||
// to the config.
|
||||
|
@ -1 +1 @@
|
||||
v1.1.0-alpha.0-29-gfe7c46f
|
||||
v1.1.0-alpha.0-32-ge22317d
|
Loading…
x
Reference in New Issue
Block a user