Skip to content

Commit

Permalink
feat: update pkgs to the latest release-1.7
Browse files Browse the repository at this point in the history
Update Linux firmware version.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Apr 18, 2024
1 parent 0b0fc10 commit e90699d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .kres.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
- name: EXTENSIONS_IMAGE_REF
defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
- name: PKGS
defaultValue: v1.7.0-5-gb7f1920
defaultValue: v1.7.0-6-g29106c0
- name: PKGS_PREFIX
defaultValue: ghcr.io/siderolabs
useBldrPkgTagResolver: true
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
#
# Generated on 2024-04-12T14:04:32Z by kres feef5a7.
# Generated on 2024-04-18T16:51:12Z by kres 92eef68.

# common variables

Expand Down Expand Up @@ -52,7 +52,7 @@ COMMON_ARGS += --build-arg=PKGS_PREFIX="$(PKGS_PREFIX)"
# extra variables

EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG)
PKGS ?= v1.7.0-5-gb7f1920
PKGS ?= v1.7.0-6-g29106c0
PKGS_PREFIX ?= ghcr.io/siderolabs

# targets defines all the available targets
Expand Down
2 changes: 1 addition & 1 deletion Pkgfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
format: v1alpha2

vars:
LINUX_FIRMWARE_VERSION: "20240312" # update this when updating PKGS_VERSION in Makefile
LINUX_FIRMWARE_VERSION: "20240410" # update this when updating PKGS_VERSION in Makefile
DRBD_DRIVER_VERSION: 9.2.8 # update this when updating PKGS_VERSION in Makefile
ZFS_DRIVER_VERSION: 2.2.3 # update this when updating PKGS_VERSION in Makefile
UTIL_LINUX_VERSION: 2.39.3 # update this when updating PKGS_VERSION in Makefile
Expand Down

0 comments on commit e90699d

Please sign in to comment.