chore: bump kernel to 5.15.57
Bump kernel to [5.15.57](https://github.com/siderolabs/pkgs/pull/539) Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
parent
86820c33f1
commit
0326bac1f9
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ NAME = Talos
|
||||
|
||||
ARTIFACTS := _out
|
||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.2.0-alpha.0-4-g0d669dd
|
||||
PKGS ?= v1.2.0-alpha.0-22-gb943a9d
|
||||
PKGS ?= v1.2.0-alpha.0-23-gdcc0311
|
||||
EXTRAS ?= v1.2.0-alpha.0-1-g17a319f
|
||||
GO_VERSION ?= 1.18
|
||||
GOIMPORTS_VERSION ?= v0.1.11
|
||||
|
@ -52,7 +52,7 @@ vlan=eth1.5:eth1 ip=172.20.0.2::172.20.0.1:255.255.255.0::eth1.5:::::
|
||||
[notes.updates]
|
||||
title = "Component Updates"
|
||||
description="""\
|
||||
* Linux: 5.15.54
|
||||
* Linux: 5.15.57
|
||||
|
||||
Talos is built with Go 1.18.4.
|
||||
"""
|
||||
|
@ -13,7 +13,7 @@ import (
|
||||
|
||||
const (
|
||||
// DefaultKernelVersion is the default Linux kernel version.
|
||||
DefaultKernelVersion = "5.15.54-talos"
|
||||
DefaultKernelVersion = "5.15.57-talos"
|
||||
|
||||
// KernelParamConfig is the kernel parameter name for specifying the URL.
|
||||
// to the config.
|
||||
|
@ -1 +1 @@
|
||||
v1.2.0-alpha.0-22-gb943a9d
|
||||
v1.2.0-alpha.0-23-gdcc0311
|
Loading…
Reference in New Issue
Block a user