chore: bump kernel to 5.15.48
Bump kernel to [5.15.48](https://github.com/siderolabs/pkgs/pull/518) Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
parent
a31a858e08
commit
2aad3a1e49
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ NAME = Talos
|
||||
|
||||
ARTIFACTS := _out
|
||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.2.0-alpha.0
|
||||
PKGS ?= v1.2.0-alpha.0-9-gb35d835
|
||||
PKGS ?= v1.2.0-alpha.0-11-g6e1269e
|
||||
EXTRAS ?= v1.2.0-alpha.0
|
||||
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.47
|
||||
* Linux: 5.15.48
|
||||
* Containerd: v1.6.6
|
||||
* Kubernetes: 1.24.1
|
||||
* Flannel: 0.18.1
|
||||
|
@ -13,7 +13,7 @@ import (
|
||||
|
||||
const (
|
||||
// DefaultKernelVersion is the default Linux kernel version.
|
||||
DefaultKernelVersion = "5.15.47-talos"
|
||||
DefaultKernelVersion = "5.15.48-talos"
|
||||
|
||||
// KernelParamConfig is the kernel parameter name for specifying the URL.
|
||||
// to the config.
|
||||
|
@ -1 +1 @@
|
||||
v1.2.0-alpha.0-9-gb35d835
|
||||
v1.2.0-alpha.0-11-g6e1269e
|
Loading…
Reference in New Issue
Block a user