mirror of
https://github.com/siderolabs/talos.git
synced 2025-10-10 07:01:12 +02:00
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
|
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
|
||||||
|
@ -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.
|
||||||
"""
|
"""
|
||||||
|
@ -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
|
||||||
|
@ -1 +1 @@
|
|||||||
v1.5.0-alpha.0-8-gf37e520
|
v1.5.0-alpha.0-9-g82b9489
|
Loading…
x
Reference in New Issue
Block a user