Skip to content

Commit

Permalink
chore: bump kernel
Browse files Browse the repository at this point in the history
Bump PKGS to bring in kernel with new config options and more KSPP
fixes.

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Mar 20, 2024
1 parent 69f0466 commit 9b6ec59
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions hack/modules-amd64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions hack/modules-arm64.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pkg/machinery/gendata/data/pkgs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.7.0-alpha.0-37-g4a9a027
v1.7.0-alpha.0-42-gb65c085

0 comments on commit 9b6ec59

Please sign in to comment.