Skip to content

Commit 29ce902

Browse files
committed
chore: update pkgs and zstd module
With siderolabs/pkgs#1228, the zstd is no longer a module, but part of the kernel. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 9b311a0 commit 29ce902

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ spec:
7878
- name: EXTENSIONS_IMAGE_REF
7979
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
8080
- name: PKGS
81-
defaultValue: v1.11.0-alpha.0-10-g4cd7084
81+
defaultValue: v1.11.0-alpha.0-11-gc6b54e0
8282
- name: PKGS_PREFIX
8383
defaultValue: ghcr.io/siderolabs
8484
- name: TOOLS

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-05-08T15:26:39Z by kres 5ad3e5f.
3+
# Generated on 2025-05-14T14:44:43Z by kres 5ad3e5f.
44

55
# common variables
66

@@ -50,7 +50,7 @@ COMMON_ARGS += --build-arg=TOOLS_PREFIX="$(TOOLS_PREFIX)"
5050
# extra variables
5151

5252
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
53-
PKGS ?= v1.11.0-alpha.0-10-g4cd7084
53+
PKGS ?= v1.11.0-alpha.0-11-gc6b54e0
5454
PKGS_PREFIX ?= ghcr.io/siderolabs
5555
TOOLS ?= v1.11.0-alpha.0-1-ge35234b
5656
TOOLS_PREFIX ?= ghcr.io/siderolabs

storage/btrfs/files/modules.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@ modules.order
22
modules.builtin
33
modules.builtin.modinfo
44
kernel/crypto/blake2b_generic.ko
5-
kernel/crypto/zstd.ko
65
kernel/crypto/xxhash_generic.ko
76
kernel/fs/btrfs/btrfs.ko

0 commit comments

Comments
 (0)