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:
Noel Georgi 2022-08-26 19:01:56 +05:30
parent 8c203ce9b1
commit 446b0af58b
No known key found for this signature in database
GPG Key ID: B1F736354201D483
4 changed files with 5 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@ -1 +1 @@
v1.3.0-alpha.0-5-ge70e3c1
v1.3.0-alpha.0-8-ge427a77