chore: bump kernel and runc
Bump kernel to [5.15.63](https://github.com/siderolabs/pkgs/pull/564) Bump runc to [v1.1.4](https://github.com/siderolabs/pkgs/pull/568) This PR also brings in the kernel build with NFSv4.2 [client support](https://github.com/siderolabs/pkgs/pull/567) Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
parent
8c203ce9b1
commit
446b0af58b
2
Makefile
2
Makefile
@ -14,7 +14,7 @@ NAME = Talos
|
||||
|
||||
ARTIFACTS := _out
|
||||
TOOLS ?= ghcr.io/siderolabs/tools:v1.2.0
|
||||
PKGS ?= v1.3.0-alpha.0-5-ge70e3c1
|
||||
PKGS ?= v1.3.0-alpha.0-8-ge427a77
|
||||
EXTRAS ?= v1.2.0
|
||||
GO_VERSION ?= 1.19
|
||||
GOIMPORTS_VERSION ?= v0.1.11
|
||||
|
@ -20,7 +20,8 @@ preface = """\
|
||||
title = "Component Updates"
|
||||
description="""\
|
||||
* containerd: 1.6.8
|
||||
* Linux: 5.15.62
|
||||
* runc: v1.1.4
|
||||
* Linux: 5.15.63
|
||||
* Kubernetes: v1.25.0
|
||||
"""
|
||||
|
||||
|
@ -13,7 +13,7 @@ import (
|
||||
|
||||
const (
|
||||
// DefaultKernelVersion is the default Linux kernel version.
|
||||
DefaultKernelVersion = "5.15.62-talos"
|
||||
DefaultKernelVersion = "5.15.63-talos"
|
||||
|
||||
// KernelParamConfig is the kernel parameter name for specifying the URL.
|
||||
// to the config.
|
||||
|
@ -1 +1 @@
|
||||
v1.3.0-alpha.0-5-ge70e3c1
|
||||
v1.3.0-alpha.0-8-ge427a77
|
Loading…
Reference in New Issue
Block a user