Skip to content

Commit 9409614

Browse files
chore(deps): update devbox (major) (#1019)
* chore(deps): update devbox * fix(devbox): stop managing mockgen via devbox * fix(makefile): install mockgen in cache bin --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Khaja Omer <56000175+komer3@users.noreply.github.com> Co-authored-by: Khaja Omer <komer@akamai.com>
1 parent 56ee1fb commit 9409614

3 files changed

Lines changed: 16 additions & 65 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ CHAINSAW ?= $(LOCALBIN)/chainsaw
355355
ENVTEST ?= $(CACHE_BIN)/setup-envtest
356356
NILAWAY ?= $(LOCALBIN)/nilaway
357357
GOVULNC ?= $(LOCALBIN)/govulncheck
358-
MOCKGEN ?= $(LOCALBIN)/mockgen
358+
MOCKGEN ?= $(CACHE_BIN)/mockgen
359359
GOWRAP ?= $(CACHE_BIN)/gowrap
360360
GOLANGCI_LINT ?= $(LOCALBIN)/golangci-lint
361361
GOLANGCI_LINT_CUSTOM ?= $(CACHE_BIN)/golangci-lint-custom
@@ -513,8 +513,8 @@ $(GOVULNC): $(LOCALBIN)
513513

514514
.PHONY: mockgen
515515
mockgen: $(MOCKGEN) ## Download mockgen locally if necessary.
516-
$(MOCKGEN): $(LOCALBIN)
517-
GOBIN=$(LOCALBIN) go install go.uber.org/mock/mockgen@$(MOCKGEN_VERSION)
516+
$(MOCKGEN): $(CACHE_BIN)
517+
GOBIN=$(CACHE_BIN) go install go.uber.org/mock/mockgen@$(MOCKGEN_VERSION)
518518

519519
.PHONY: gowrap
520520
gowrap: $(GOWRAP) ## Download gowrap locally if necessary.

devbox.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": {
33
"clusterctl": "1.12.2",
44
"ctlptl": "0.9.0",
5-
"docker": "28.5.1",
5+
"docker": "29.4.0",
66
"go-tools": "2025.1.1",
77
"go": "1.25.5",
88
"golangci-lint": "2.8.0",
@@ -13,7 +13,6 @@
1313
"tilt": "0.36.0",
1414
"mdbook": "0.5.2",
1515
"mdbook-admonish": "1.20.0",
16-
"mockgen": "0.6.0",
1716
"kyverno-chainsaw": "0.2.14",
1817
"kubernetes-helm": "3.19.1",
1918
"kubectl": "1.35.0",

devbox.lock

Lines changed: 12 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -125,51 +125,51 @@
125125
}
126126
}
127127
},
128-
"docker@28.5.1": {
129-
"last_modified": "2025-12-04T04:58:45Z",
130-
"resolved": "github:NixOS/nixpkgs/821f1a2ebab0f13d6d65170d6bd7d2b3a182efdb#docker",
128+
"docker@29.4.0": {
129+
"last_modified": "2026-04-10T12:25:30Z",
130+
"resolved": "github:NixOS/nixpkgs/8c11f88bb9573a10a7d6bf87161ef08455ac70b9#docker",
131131
"source": "devbox-search",
132-
"version": "28.5.1",
132+
"version": "29.4.0",
133133
"systems": {
134134
"aarch64-darwin": {
135135
"outputs": [
136136
{
137137
"name": "out",
138-
"path": "/nix/store/hin3prdkyyljd263lnpk63m7km0mpijy-docker-28.5.1",
138+
"path": "/nix/store/xd3ala37gimhl2s372q4x21ka7ipx7vd-docker-29.4.0",
139139
"default": true
140140
}
141141
],
142-
"store_path": "/nix/store/hin3prdkyyljd263lnpk63m7km0mpijy-docker-28.5.1"
142+
"store_path": "/nix/store/xd3ala37gimhl2s372q4x21ka7ipx7vd-docker-29.4.0"
143143
},
144144
"aarch64-linux": {
145145
"outputs": [
146146
{
147147
"name": "out",
148-
"path": "/nix/store/dlbg46jkvcr59i95mwsnz28baffxr1kj-docker-28.5.1",
148+
"path": "/nix/store/y5n9y1r85jgxqnbpva0szlgars5qgmir-docker-29.4.0",
149149
"default": true
150150
}
151151
],
152-
"store_path": "/nix/store/dlbg46jkvcr59i95mwsnz28baffxr1kj-docker-28.5.1"
152+
"store_path": "/nix/store/y5n9y1r85jgxqnbpva0szlgars5qgmir-docker-29.4.0"
153153
},
154154
"x86_64-darwin": {
155155
"outputs": [
156156
{
157157
"name": "out",
158-
"path": "/nix/store/767n224knp1sqrikx0x58g4552gfzz2a-docker-28.5.1",
158+
"path": "/nix/store/54hvrnh8jc97m2mphq6kjwngv3bvy50c-docker-29.4.0",
159159
"default": true
160160
}
161161
],
162-
"store_path": "/nix/store/767n224knp1sqrikx0x58g4552gfzz2a-docker-28.5.1"
162+
"store_path": "/nix/store/54hvrnh8jc97m2mphq6kjwngv3bvy50c-docker-29.4.0"
163163
},
164164
"x86_64-linux": {
165165
"outputs": [
166166
{
167167
"name": "out",
168-
"path": "/nix/store/xib93n12k7r8cs4p41rszbr2bx3ca5ay-docker-28.5.1",
168+
"path": "/nix/store/h2jllwy4mdbd4d1a0s310zzjpx53hyxa-docker-29.4.0",
169169
"default": true
170170
}
171171
],
172-
"store_path": "/nix/store/xib93n12k7r8cs4p41rszbr2bx3ca5ay-docker-28.5.1"
172+
"store_path": "/nix/store/h2jllwy4mdbd4d1a0s310zzjpx53hyxa-docker-29.4.0"
173173
}
174174
}
175175
},
@@ -905,54 +905,6 @@
905905
}
906906
}
907907
},
908-
"mockgen@0.6.0": {
909-
"last_modified": "2026-02-23T15:40:43Z",
910-
"resolved": "github:NixOS/nixpkgs/80d901ec0377e19ac3f7bb8c035201e2e098cc97#mockgen",
911-
"source": "devbox-search",
912-
"version": "0.6.0",
913-
"systems": {
914-
"aarch64-darwin": {
915-
"outputs": [
916-
{
917-
"name": "out",
918-
"path": "/nix/store/cigm052bx8ffgfrbgr91ib8kxv7z4sbp-mockgen-0.6.0",
919-
"default": true
920-
}
921-
],
922-
"store_path": "/nix/store/cigm052bx8ffgfrbgr91ib8kxv7z4sbp-mockgen-0.6.0"
923-
},
924-
"aarch64-linux": {
925-
"outputs": [
926-
{
927-
"name": "out",
928-
"path": "/nix/store/2lm5b039ik04w0rzzkaq35c1gnx3vzsm-mockgen-0.6.0",
929-
"default": true
930-
}
931-
],
932-
"store_path": "/nix/store/2lm5b039ik04w0rzzkaq35c1gnx3vzsm-mockgen-0.6.0"
933-
},
934-
"x86_64-darwin": {
935-
"outputs": [
936-
{
937-
"name": "out",
938-
"path": "/nix/store/ax5hdfjny3byyncrd0lw79s6iawiyik2-mockgen-0.6.0",
939-
"default": true
940-
}
941-
],
942-
"store_path": "/nix/store/ax5hdfjny3byyncrd0lw79s6iawiyik2-mockgen-0.6.0"
943-
},
944-
"x86_64-linux": {
945-
"outputs": [
946-
{
947-
"name": "out",
948-
"path": "/nix/store/dpyhd33jmq2awqz7511l9chbfjivfg48-mockgen-0.6.0",
949-
"default": true
950-
}
951-
],
952-
"store_path": "/nix/store/dpyhd33jmq2awqz7511l9chbfjivfg48-mockgen-0.6.0"
953-
}
954-
}
955-
},
956908
"nilaway@0-unstable-2025-03-07": {
957909
"last_modified": "2026-02-23T15:40:43Z",
958910
"resolved": "github:NixOS/nixpkgs/80d901ec0377e19ac3f7bb8c035201e2e098cc97#nilaway",

0 commit comments

Comments
 (0)