chore: bump kernel

Bump PKGS to bring in kernel with new config options and more KSPP
fixes.

Signed-off-by: Noel Georgi <git@frezbo.dev>
This commit is contained in:
Noel Georgi 2024-03-20 17:37:46 +05:30
parent 69f0466cd8
commit 9b6ec5929a
No known key found for this signature in database
GPG Key ID: 21A9F444075C9E36
4 changed files with 5 additions and 3 deletions

View File

@ -15,10 +15,10 @@ NAME = Talos
CLOUD_IMAGES_EXTRA_ARGS ?= ""
ARTIFACTS := _out
TOOLS ?= ghcr.io/siderolabs/tools:v1.7.0-alpha.0-11-gcb5fd56
TOOLS ?= ghcr.io/siderolabs/tools:v1.7.0-alpha.0-12-gdfee984
PKGS_PREFIX ?= ghcr.io/siderolabs
PKGS ?= v1.7.0-alpha.0-37-g4a9a027
PKGS ?= v1.7.0-alpha.0-42-gb65c085
EXTRAS ?= v1.7.0-alpha.0-3-g47bb718
PKG_FHS ?= $(PKGS_PREFIX)/fhs:$(PKGS)

View File

@ -139,6 +139,7 @@ kernel/lib/parman.ko
kernel/lib/raid6/raid6_pq.ko
kernel/net/ipv4/ip_gre.ko
kernel/net/openvswitch/vport-gre.ko
kernel/net/tls/tls.ko
modules.builtin
modules.builtin.modinfo
modules.order

View File

@ -41,6 +41,7 @@ kernel/lib/parman.ko
kernel/lib/raid6/raid6_pq.ko
kernel/net/ipv4/ip_gre.ko
kernel/net/openvswitch/vport-gre.ko
kernel/net/tls/tls.ko
modules.builtin
modules.builtin.modinfo
modules.order

View File

@ -1 +1 @@
v1.7.0-alpha.0-37-g4a9a027
v1.7.0-alpha.0-42-gb65c085