chore: bump kernel to 5.15.70

Bump kernel to [5.15.70](https://github.com/siderolabs/pkgs/pull/594)

Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Noel Georgi 2022-09-26 16:34:42 +05:30
parent 0b2767c164
commit b3257ebb1c
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.3.0-alpha.0-14-g5df6589
PKGS ?= v1.3.0-alpha.0-22-ged269ca
PKGS ?= v1.3.0-alpha.0-24-gd5633d4
EXTRAS ?= v1.2.0
GO_VERSION ?= 1.19
GOIMPORTS_VERSION ?= v0.1.11

View File

@ -45,7 +45,7 @@ Talos now supports the Nano Pi R4S SBC.
* Flannel: v0.19.2
* CoreDNS: v1.10.0
* etcd: v3.5.5
* Linux: 5.15.69
* Linux: 5.15.70
"""
[notes.etcd]

View File

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

View File

@ -1 +1 @@
v1.3.0-alpha.0-22-ged269ca
v1.3.0-alpha.0-24-gd5633d4