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 ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.5.0-alpha.0 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 EXTRAS ?= v1.5.0-alpha.0
# renovate: datasource=github-tags depName=golang/go # renovate: datasource=github-tags depName=golang/go
GO_VERSION ?= 1.20 GO_VERSION ?= 1.20

View File

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

View File

@ -13,7 +13,7 @@ import (
const ( const (
// DefaultKernelVersion is the default Linux kernel version. // 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 is the default path to the kernel modules.
DefaultKernelModulesPath = "/lib/modules" + "/" + DefaultKernelVersion DefaultKernelModulesPath = "/lib/modules" + "/" + DefaultKernelVersion

View File

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