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:
parent
344746ae2f
commit
e6fffda013
2
Makefile
2
Makefile
@ -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
|
||||
|
@ -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.
|
||||
"""
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
v1.5.0-alpha.0-8-gf37e520
|
||||
v1.5.0-alpha.0-9-g82b9489
|
Loading…
Reference in New Issue
Block a user