diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 069cf594..f5682749 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-12-18T18:42:14Z by kres fcff05e. +# Generated on 2025-03-05T16:36:46Z by kres e2c7efe. name: default concurrency: @@ -33,7 +33,7 @@ jobs: labels: ${{ steps.retrieve-pr-labels.outputs.result }} services: buildkitd: - image: moby/buildkit:v0.18.2 + image: moby/buildkit:v0.20.0 options: --privileged ports: - 1234:1234 @@ -143,7 +143,7 @@ jobs: - default services: buildkitd: - image: moby/buildkit:v0.18.2 + image: moby/buildkit:v0.20.0 options: --privileged ports: - 1234:1234 diff --git a/.github/workflows/weekly.yaml b/.github/workflows/weekly.yaml index 0bb56e67..dbe82388 100644 --- a/.github/workflows/weekly.yaml +++ b/.github/workflows/weekly.yaml @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2024-12-18T18:42:14Z by kres fcff05e. +# Generated on 2025-03-05T16:36:46Z by kres e2c7efe. name: weekly concurrency: @@ -16,7 +16,7 @@ jobs: - pkgs services: buildkitd: - image: moby/buildkit:v0.18.2 + image: moby/buildkit:v0.20.0 options: --privileged ports: - 1234:1234 diff --git a/.kres.yaml b/.kres.yaml index 0e6caaef..7c04bb23 100644 --- a/.kres.yaml +++ b/.kres.yaml @@ -70,11 +70,11 @@ spec: - name: EXTENSIONS_IMAGE_REF defaultValue: $(REGISTRY_AND_USERNAME)/extensions:$(TAG) - name: PKGS - defaultValue: v1.10.0-alpha.0-50-g023f092 + defaultValue: v1.10.0-alpha.0-52-g1d84473 - name: PKGS_PREFIX defaultValue: ghcr.io/siderolabs - name: TOOLS - defaultValue: v1.10.0-alpha.0-18-gfcee25b + defaultValue: v1.10.0-alpha.0-19-g87acb27 - name: TOOLS_PREFIX defaultValue: ghcr.io/siderolabs useBldrPkgTagResolver: true diff --git a/Makefile b/Makefile index e885a679..de4f47e0 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. # -# Generated on 2025-03-04T14:42:58Z by kres 1281806. +# Generated on 2025-03-05T16:36:46Z by kres e2c7efe. # common variables @@ -50,9 +50,9 @@ COMMON_ARGS += --build-arg=TOOLS_PREFIX="$(TOOLS_PREFIX)" # extra variables EXTENSIONS_IMAGE_REF ?= $(REGISTRY_AND_USERNAME)/extensions:$(TAG) -PKGS ?= v1.10.0-alpha.0-50-g023f092 +PKGS ?= v1.10.0-alpha.0-52-g1d84473 PKGS_PREFIX ?= ghcr.io/siderolabs -TOOLS ?= v1.10.0-alpha.0-18-gfcee25b +TOOLS ?= v1.10.0-alpha.0-19-g87acb27 TOOLS_PREFIX ?= ghcr.io/siderolabs # targets defines all the available targets