From 8672c3baf51f36a9e796b0532db0f1159847cf4d Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 18 Apr 2024 19:30:46 +0400 Subject: [PATCH] chore: update pkgs version to the latest Update linux firmware version. Signed-off-by: Andrey Smirnov --- .kres.yaml | 2 +- Makefile | 7 ++++--- Pkgfile | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.kres.yaml b/.kres.yaml index 2087f572..af3d2535 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -53,7 +53,7 @@ spec: - name: EXTENSIONS_IMAGE_REF defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG) - name: PKGS - defaultValue: v1.7.0-2-g6101299 + defaultValue: v1.8.0-alpha.0-5-gdfa7dce - name: PKGS_PREFIX defaultValue: ghcr.io/siderolabs useBldrPkgTagResolver: true diff --git a/Makefile b/Makefile index 54722133..ec04a6ca 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-04-04T11:27:33Z by kres latest. +# Generated on 2024-04-18T15:21:55Z by kres 92eef68. # common variables @@ -9,6 +9,7 @@ TAG := $(shell git describe --tag --always --dirty --match v[0-9]\*) ABBREV_TAG := $(shell git describe --tags >/dev/null 2>/dev/null && git describe --tag --always --match v[0-9]\* --abbrev=0 || echo 'undefined') BRANCH := $(shell git rev-parse --abbrev-ref HEAD) ARTIFACTS := _out +IMAGE_TAG ?= $(TAG) OPERATING_SYSTEM := $(shell uname -s | tr '[:upper:]' '[:lower:]') GOARCH := $(shell uname -m | tr '[:upper:]' '[:lower:]') @@ -51,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-2-g6101299 +PKGS ?= v1.8.0-alpha.0-5-gdfa7dce PKGS_PREFIX ?= ghcr.io/siderolabs # targets defines all the available targets @@ -140,7 +141,7 @@ If you already have a compatible builder instance, you may use that instead. ## Artifacts All artifacts will be output to ./$(ARTIFACTS). Images will be tagged with the -registry "$(REGISTRY)", username "$(USERNAME)", and a dynamic tag (e.g. $(IMAGE):$(TAG)). +registry "$(REGISTRY)", username "$(USERNAME)", and a dynamic tag (e.g. $(IMAGE):$(IMAGE_TAG)). The registry and username can be overridden by exporting REGISTRY, and USERNAME respectively. diff --git a/Pkgfile b/Pkgfile index e0a76f3a..5d0ec1f7 100644 --- a/Pkgfile +++ b/Pkgfile @@ -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