Skip to content

Commit bf11070

Browse files
committed
Pin devbox clusterctl for v1beta2 CAPL
1 parent efe810e commit bf11070

2 files changed

Lines changed: 14 additions & 14 deletions

File tree

devbox.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"packages": [
33
"ctlptl@latest",
4-
"clusterctl@latest",
54
"docker@29.2.0",
65
"envsubst@latest",
76
"go@1.25.1",
@@ -12,7 +11,8 @@
1211
"kustomize@5.8.0",
1312
"kyverno-chainsaw@latest",
1413
"mockgen@1.6.0",
15-
"yq-go@4.52.2"
14+
"yq-go@4.52.2",
15+
"clusterctl@1.12.2"
1616
],
1717
"shell": {
1818
"init_hook": [

devbox.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
11
{
22
"lockfile_version": "1",
33
"packages": {
4-
"clusterctl@latest": {
5-
"last_modified": "2025-05-16T20:19:48Z",
6-
"resolved": "github:NixOS/nixpkgs/12a55407652e04dcf2309436eb06fef0d3713ef3#clusterctl",
4+
"clusterctl@1.12.2": {
5+
"last_modified": "2026-02-23T15:40:43Z",
6+
"resolved": "github:NixOS/nixpkgs/80d901ec0377e19ac3f7bb8c035201e2e098cc97#clusterctl",
77
"source": "devbox-search",
8-
"version": "1.10.1",
8+
"version": "1.12.2",
99
"systems": {
1010
"aarch64-darwin": {
1111
"outputs": [
1212
{
1313
"name": "out",
14-
"path": "/nix/store/yqjd06qrwmh64rfcrjsvhfkn555gnl77-clusterctl-1.10.1",
14+
"path": "/nix/store/778jxvqkkq2417wf7khzfwm3w1w9z4n1-clusterctl-1.12.2",
1515
"default": true
1616
}
1717
],
18-
"store_path": "/nix/store/yqjd06qrwmh64rfcrjsvhfkn555gnl77-clusterctl-1.10.1"
18+
"store_path": "/nix/store/778jxvqkkq2417wf7khzfwm3w1w9z4n1-clusterctl-1.12.2"
1919
},
2020
"aarch64-linux": {
2121
"outputs": [
2222
{
2323
"name": "out",
24-
"path": "/nix/store/fkdlkd4gr4jj18g1zq87yj7whq2msn2a-clusterctl-1.10.1",
24+
"path": "/nix/store/8dkagw89sav6kk19sfbvpjqa0il0pw6l-clusterctl-1.12.2",
2525
"default": true
2626
}
2727
],
28-
"store_path": "/nix/store/fkdlkd4gr4jj18g1zq87yj7whq2msn2a-clusterctl-1.10.1"
28+
"store_path": "/nix/store/8dkagw89sav6kk19sfbvpjqa0il0pw6l-clusterctl-1.12.2"
2929
},
3030
"x86_64-darwin": {
3131
"outputs": [
3232
{
3333
"name": "out",
34-
"path": "/nix/store/v66xr4x87ac25k0w9lvy0x56m2ldplvs-clusterctl-1.10.1",
34+
"path": "/nix/store/8844gbxh2cfkpgszmnwhxplm43pg7z1r-clusterctl-1.12.2",
3535
"default": true
3636
}
3737
],
38-
"store_path": "/nix/store/v66xr4x87ac25k0w9lvy0x56m2ldplvs-clusterctl-1.10.1"
38+
"store_path": "/nix/store/8844gbxh2cfkpgszmnwhxplm43pg7z1r-clusterctl-1.12.2"
3939
},
4040
"x86_64-linux": {
4141
"outputs": [
4242
{
4343
"name": "out",
44-
"path": "/nix/store/zlds3iyclypjmkpbr88wkw69vg6pvmi7-clusterctl-1.10.1",
44+
"path": "/nix/store/b9sid26w0lnafiyzxpyxcink9crcvzh6-clusterctl-1.12.2",
4545
"default": true
4646
}
4747
],
48-
"store_path": "/nix/store/zlds3iyclypjmkpbr88wkw69vg6pvmi7-clusterctl-1.10.1"
48+
"store_path": "/nix/store/b9sid26w0lnafiyzxpyxcink9crcvzh6-clusterctl-1.12.2"
4949
}
5050
}
5151
},

0 commit comments

Comments
 (0)