Skip to content

Commit bfaee18

Browse files
committed
feat: update pkgs/Linux firmware
Bump to the latest available. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 11f48c5 commit bfaee18

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.kres.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
- name: EXTENSIONS_IMAGE_REF
6161
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
6262
- name: PKGS
63-
defaultValue: v1.8.0
63+
defaultValue: v1.9.0-alpha.0-4-ge90ae7e
6464
- name: PKGS_PREFIX
6565
defaultValue: ghcr.io/siderolabs
6666
useBldrPkgTagResolver: true

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 2024-09-06T11:07:46Z by kres 8be5fa7.
3+
# Generated on 2024-09-18T14:25:18Z by kres 8be5fa7.
44

55
# common variables
66

@@ -48,7 +48,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)"
4848
# extra variables
4949

5050
EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
51-
PKGS ?= v1.8.0
51+
PKGS ?= v1.9.0-alpha.0-4-ge90ae7e
5252
PKGS_PREFIX ?= ghcr.io/siderolabs
5353

5454
# targets defines all the available targets

Pkgfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
format: v1alpha2
44

55
vars:
6-
LINUX_FIRMWARE_VERSION: "20240811" # update this when updating PKGS_VERSION in Makefile
6+
LINUX_FIRMWARE_VERSION: "20240909" # update this when updating PKGS_VERSION in Makefile
77
DRBD_DRIVER_VERSION: 9.2.11 # update this when updating PKGS_VERSION in Makefile
88
ZFS_DRIVER_VERSION: 2.2.6 # update this when updating PKGS_VERSION in Makefile
99
UTIL_LINUX_VERSION: 2.40.2 # update this when updating PKGS_VERSION in Makefile

hack/release.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ ecr-credential-provider: 1.31.0
6565
qemu-guest-agent: 9.1.0
6666
mdadm: 4.3
6767
Intel microcode: 20240910
68-
Linux firmware: 20240811
68+
Linux firmware: 20240909
6969
Spin: 0.15.1
7070
Gvisor: 20240729.0
7171
Wasmedge: v0.4.0

0 commit comments

Comments
 (0)