diff --git a/.kres.yaml b/.kres.yaml index bffdf575..381d9cfc 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -110,11 +110,11 @@ spec: - name: EXTENSIONS_IMAGE_REF defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG) - name: PKGS - defaultValue: v1.15.0-alpha.0-34-g99ec357 + defaultValue: v1.15.0-alpha.0-37-g6868000 - name: PKGS_PREFIX defaultValue: ghcr.io/siderolabs - name: TOOLS - defaultValue: v1.15.0-alpha.0-9-g19bb4b7 + defaultValue: v1.15.0-alpha.0-10-gd40b203 - name: TOOLS_PREFIX defaultValue: ghcr.io/siderolabs - name: GO_TOOLS_RELEASE diff --git a/Makefile b/Makefile index 55fe1e28..2d1ee16a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT. # -# Generated on 2026-09-21T08:52:19Z by kres 3e1d3c0. +# Generated on 2026-09-21T14:06:01Z by kres 3e1d3c0. # common variables @@ -57,9 +57,9 @@ COMMON_ARGS += $(BUILD_ARGS) # extra variables EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG) -PKGS ?= v1.15.0-alpha.0-34-g99ec357 +PKGS ?= v1.15.0-alpha.0-37-g6868000 PKGS_PREFIX ?= ghcr.io/siderolabs -TOOLS ?= v1.15.0-alpha.0-9-g19bb4b7 +TOOLS ?= v1.15.0-alpha.0-10-gd40b203 TOOLS_PREFIX ?= ghcr.io/siderolabs GO_TOOLS_RELEASE ?= v0.3.2 GNU_MIRROR_URL ?= https://mirrors.kernel.org