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:
Noel Georgi 2022-07-25 21:16:18 +05:30
parent 86820c33f1
commit 0326bac1f9
No known key found for this signature in database
GPG Key ID: B1F736354201D483
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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.
"""

View File

@ -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.

View File

@ -1 +1 @@
v1.2.0-alpha.0-22-gb943a9d
v1.2.0-alpha.0-23-gdcc0311