From 366b324e135501ac2791e8030a1620526b7d9b9c Mon Sep 17 00:00:00 2001 From: Dimitri Koshkin Date: Mon, 29 Sep 2025 13:56:33 -0700 Subject: [PATCH] build: downgrade clusterctl version Newer version fails when running an older CAPI version: Error: this version of clusterctl could be used only with "v1beta2" management clusters, "v1beta1" detected --- devbox.json | 2 +- devbox.lock | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/devbox.json b/devbox.json index fcf50a96e..791ed3c47 100644 --- a/devbox.json +++ b/devbox.json @@ -2,7 +2,7 @@ "packages": { "actionlint": "latest", "chart-testing": "latest", - "clusterctl": "latest", + "clusterctl": "1.10.4", "coreutils": "latest", "crane": "latest", "envsubst": "latest", diff --git a/devbox.lock b/devbox.lock index 81a443b9a..499d765c3 100644 --- a/devbox.lock +++ b/devbox.lock @@ -125,51 +125,51 @@ } } }, - "clusterctl@latest": { - "last_modified": "2025-09-18T16:33:27Z", - "resolved": "github:NixOS/nixpkgs/f4b140d5b253f5e2a1ff4e5506edbf8267724bde#clusterctl", + "clusterctl@1.10.4": { + "last_modified": "2025-07-28T17:09:23Z", + "resolved": "github:NixOS/nixpkgs/648f70160c03151bc2121d179291337ad6bc564b#clusterctl", "source": "devbox-search", - "version": "1.11.1", + "version": "1.10.4", "systems": { "aarch64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/00iyfkai9ya3banvaskivcrmy56k20qi-clusterctl-1.11.1", + "path": "/nix/store/4hmmx17xj3m502w58zrpdaipxsdizhiz-clusterctl-1.10.4", "default": true } ], - "store_path": "/nix/store/00iyfkai9ya3banvaskivcrmy56k20qi-clusterctl-1.11.1" + "store_path": "/nix/store/4hmmx17xj3m502w58zrpdaipxsdizhiz-clusterctl-1.10.4" }, "aarch64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/984vp8sncwdsyh0j9c1k79iqbhvzjwwx-clusterctl-1.11.1", + "path": "/nix/store/0c5y036gkl81n0rzsfzqix9awafapwhc-clusterctl-1.10.4", "default": true } ], - "store_path": "/nix/store/984vp8sncwdsyh0j9c1k79iqbhvzjwwx-clusterctl-1.11.1" + "store_path": "/nix/store/0c5y036gkl81n0rzsfzqix9awafapwhc-clusterctl-1.10.4" }, "x86_64-darwin": { "outputs": [ { "name": "out", - "path": "/nix/store/brrx4zdjwqk9dif4cq6dvnpv24lkbd8p-clusterctl-1.11.1", + "path": "/nix/store/v7jqgpj6zvinzjg814l9asklfjnyb967-clusterctl-1.10.4", "default": true } ], - "store_path": "/nix/store/brrx4zdjwqk9dif4cq6dvnpv24lkbd8p-clusterctl-1.11.1" + "store_path": "/nix/store/v7jqgpj6zvinzjg814l9asklfjnyb967-clusterctl-1.10.4" }, "x86_64-linux": { "outputs": [ { "name": "out", - "path": "/nix/store/fzrjqvjzfbgmfg6980h6psshkprbywlk-clusterctl-1.11.1", + "path": "/nix/store/3kxrfw7ql2s1n83wmavdf8yhzy8a9cl3-clusterctl-1.10.4", "default": true } ], - "store_path": "/nix/store/fzrjqvjzfbgmfg6980h6psshkprbywlk-clusterctl-1.11.1" + "store_path": "/nix/store/3kxrfw7ql2s1n83wmavdf8yhzy8a9cl3-clusterctl-1.10.4" } } },