From e6fffda01385a2daaa901a5742f30a4edc9186a7 Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 27 Apr 2023 20:19:38 +0400 Subject: [PATCH] chore: linux 6.1.26, runc 1.1.7 Update to the latest pkgs. Signed-off-by: Andrey Smirnov --- Makefile | 2 +- hack/release.toml | 3 ++- pkg/machinery/constants/constants.go | 2 +- pkg/machinery/gendata/data/pkgs | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 9b7fe7ae6..8bb8fd9fb 100644 --- a/Makefile +++ b/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 diff --git a/hack/release.toml b/hack/release.toml index 24eb9a782..e93ce8d07 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -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. """ diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index 116b64082..ff40742a0 100644 --- a/pkg/machinery/constants/constants.go +++ b/pkg/machinery/constants/constants.go @@ -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 diff --git a/pkg/machinery/gendata/data/pkgs b/pkg/machinery/gendata/data/pkgs index d8f8bb84b..aa7584ed2 100644 --- a/pkg/machinery/gendata/data/pkgs +++ b/pkg/machinery/gendata/data/pkgs @@ -1 +1 @@ -v1.5.0-alpha.0-8-gf37e520 \ No newline at end of file +v1.5.0-alpha.0-9-g82b9489 \ No newline at end of file