chore: linux 6.1.26, runc 1.1.7

Update to the latest pkgs.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov 2023-04-27 20:19:38 +04:00
parent 344746ae2f
commit e6fffda013
No known key found for this signature in database
GPG Key ID: 7B26396447AB6DFD
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.5.0-alpha.0
PKGS ?= v1.5.0-alpha.0-8-gf37e520
PKGS ?= v1.5.0-alpha.0-9-g82b9489
EXTRAS ?= v1.5.0-alpha.0
# renovate: datasource=github-tags depName=golang/go
GO_VERSION ?= 1.20

View File

@ -18,7 +18,8 @@ preface = """\
[notes.updates]
title = "Component Updates"
description="""\
* Linux: 6.1.25
* Linux: 6.1.26
* runc: v1.1.7
Talos is built with Go 1.20.3.
"""

View File

@ -13,7 +13,7 @@ import (
const (
// DefaultKernelVersion is the default Linux kernel version.
DefaultKernelVersion = "6.1.25-talos"
DefaultKernelVersion = "6.1.26-talos"
// DefaultKernelModulesPath is the default path to the kernel modules.
DefaultKernelModulesPath = "/lib/modules" + "/" + DefaultKernelVersion

View File

@ -1 +1 @@
v1.5.0-alpha.0-8-gf37e520
v1.5.0-alpha.0-9-g82b9489