From f06e6acf2f76c48a59654e53503ae82eb9a6532c Mon Sep 17 00:00:00 2001 From: Noel Georgi Date: Thu, 28 Apr 2022 01:09:54 +0530 Subject: [PATCH] chore: bump kernel to 5.15.36 Bump kernel to 5.15.36 LTS Ref: - https://github.com/siderolabs/pkgs/pull/458 - https://github.com/siderolabs/pkgs/pull/460 Signed-off-by: Noel Georgi --- Makefile | 4 ++-- hack/release.toml | 2 +- pkg/machinery/constants/constants.go | 2 +- pkg/machinery/gendata/data/pkgs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 4f573a6ab..acd0f940a 100644 --- a/Makefile +++ b/Makefile @@ -13,8 +13,8 @@ DOCKER_LOGIN_ENABLED ?= true NAME = Talos ARTIFACTS := _out -TOOLS ?= ghcr.io/siderolabs/tools:v1.1.0-alpha.0-10-g8c1f801 -PKGS ?= v1.1.0-alpha.0-29-gfe7c46f +TOOLS ?= ghcr.io/siderolabs/tools:v1.1.0-alpha.0-13-gd229fe1 +PKGS ?= v1.1.0-alpha.0-32-ge22317d EXTRAS ?= v1.1.0-alpha.0-1-gac3b9a4 GO_VERSION ?= 1.18 GOIMPORTS_VERSION ?= v0.1.10 diff --git a/hack/release.toml b/hack/release.toml index 3306f22f8..ca45457e4 100644 --- a/hack/release.toml +++ b/hack/release.toml @@ -24,7 +24,7 @@ Talos now enables the Raspberry Pi PoE fan control by pulling in the poe overlay [notes.updates] title = "Component Updates" description="""\ -* Linux: 5.15.35 +* Linux: 5.15.36 * Kubernetes: 1.24.0-rc.0 * Flannel: 0.17.0 * runc: 1.1.1 diff --git a/pkg/machinery/constants/constants.go b/pkg/machinery/constants/constants.go index caadea8d5..7a07fa882 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 = "5.15.35-talos" + DefaultKernelVersion = "5.15.36-talos" // KernelParamConfig is the kernel parameter name for specifying the URL. // to the config. diff --git a/pkg/machinery/gendata/data/pkgs b/pkg/machinery/gendata/data/pkgs index 0f59ba5a1..6b9a1c31e 100644 --- a/pkg/machinery/gendata/data/pkgs +++ b/pkg/machinery/gendata/data/pkgs @@ -1 +1 @@ -v1.1.0-alpha.0-29-gfe7c46f \ No newline at end of file +v1.1.0-alpha.0-32-ge22317d \ No newline at end of file