Skip to content

Commit e4e8423

Browse files
Update all non-major dependencies
1 parent bb2bee0 commit e4e8423

File tree

5 files changed

+104
-94
lines changed

5 files changed

+104
-94
lines changed

charts/kvisor/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ clickhouse:
238238
image:
239239
repository: clickhouse/clickhouse-server
240240
pullPolicy: IfNotPresent
241-
tag: "25.2.1.3085-alpine@sha256:49e2bbe28760d0af142096d837ca2337b0265c910a07504a3175fc9326965bd7"
241+
tag: "25.5.1.2782-alpine@sha256:4ac5e4d6acf3230e5b33d723dd233ceaf9393a13552e6598aaf62d4397c3148b"
242242

243243
nodeSelector: {}
244244
tolerations: []

devbox.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/jetpack-io/devbox/0.10.4/.schema/devbox.schema.json",
33
"packages": [
4-
"go@1.24.0",
4+
"go@1.24.3",
55
"llvm_14@14.0.6",
66
"clang_14@14.0.6",
77
"protobuf@29.3",
8-
"protoc-gen-go@1.36.5",
8+
"protoc-gen-go@1.36.6",
99
"protoc-gen-go-grpc@1.5.1",
1010
"tilt@0.33.21",
11-
"bpftrace@0.22.1",
11+
"bpftrace@0.23.2",
1212
"bpftool@5.19.12",
1313
"kind@0.27.0",
14-
"kubectl@1.32.2",
15-
"golangci-lint@2.0.0"
14+
"kubectl@1.33.0",
15+
"golangci-lint@2.1.6"
1616
],
1717
"env": {
1818
"GOROOT": "$PWD/.devbox/nix/profile/default/share/go"

devbox.lock

Lines changed: 77 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -5,43 +5,53 @@
55
"last_modified": "2023-02-24T09:01:09Z",
66
"resolved": "github:NixOS/nixpkgs/7d0ed7f2e5aea07ab22ccb338d27fbe347ed2f11#bpftool",
77
"source": "devbox-search",
8-
"version": "5.19.12"
8+
"version": "5.19.12",
9+
"systems": {
10+
"x86_64-linux": {
11+
"outputs": [
12+
{
13+
"path": "/tmp/containerbase/cache/nix/store/c9gskwavz26y6rx4xfagys8zai7zxwzs-bpftools-5.19.12",
14+
"default": true
15+
}
16+
]
17+
}
18+
}
919
},
10-
"bpftrace@0.22.1": {
11-
"last_modified": "2025-03-13T11:38:39Z",
12-
"resolved": "github:NixOS/nixpkgs/573c650e8a14b2faa0041645ab18aed7e60f0c9a#bpftrace",
20+
"bpftrace@0.23.2": {
21+
"last_modified": "2025-05-16T20:19:48Z",
22+
"resolved": "github:NixOS/nixpkgs/12a55407652e04dcf2309436eb06fef0d3713ef3#bpftrace",
1323
"source": "devbox-search",
14-
"version": "0.22.1",
24+
"version": "0.23.2",
1525
"systems": {
1626
"aarch64-linux": {
1727
"outputs": [
1828
{
1929
"name": "out",
20-
"path": "/nix/store/a6py6dji4x66vl07m7axmxb032ya4xwz-bpftrace-0.22.1",
30+
"path": "/nix/store/616hi2nmd1g5wb5wspy413l0d52ad472-bpftrace-0.23.2",
2131
"default": true
2232
},
2333
{
2434
"name": "man",
25-
"path": "/nix/store/pzm8kdjjzj3mlpy1wjcb5prc029wjlw6-bpftrace-0.22.1-man",
35+
"path": "/nix/store/3srqk6d7sy057ha7ix69707491xnri30-bpftrace-0.23.2-man",
2636
"default": true
2737
}
2838
],
29-
"store_path": "/nix/store/a6py6dji4x66vl07m7axmxb032ya4xwz-bpftrace-0.22.1"
39+
"store_path": "/nix/store/616hi2nmd1g5wb5wspy413l0d52ad472-bpftrace-0.23.2"
3040
},
3141
"x86_64-linux": {
3242
"outputs": [
3343
{
3444
"name": "out",
35-
"path": "/nix/store/n2qrgmv9d9cv7c0miz16f9is4c9wp8mx-bpftrace-0.22.1",
45+
"path": "/nix/store/rp0n4q9m59k4c35844hj8cy491dkgqx6-bpftrace-0.23.2",
3646
"default": true
3747
},
3848
{
3949
"name": "man",
40-
"path": "/nix/store/6v144swpr28lqvzalxkksya56l0mhcs1-bpftrace-0.22.1-man",
50+
"path": "/nix/store/jpy7g0ps7dbkbrp16vh2i9gv8cnb1p9h-bpftrace-0.23.2-man",
4151
"default": true
4252
}
4353
],
44-
"store_path": "/nix/store/n2qrgmv9d9cv7c0miz16f9is4c9wp8mx-bpftrace-0.22.1"
54+
"store_path": "/nix/store/rp0n4q9m59k4c35844hj8cy491dkgqx6-bpftrace-0.23.2"
4555
}
4656
}
4757
},
@@ -93,99 +103,99 @@
93103
}
94104
}
95105
},
96-
"go@1.24.0": {
97-
"last_modified": "2025-02-23T09:42:26Z",
98-
"resolved": "github:NixOS/nixpkgs/2d068ae5c6516b2d04562de50a58c682540de9bf#go_1_24",
106+
"go@1.24.3": {
107+
"last_modified": "2025-05-16T20:19:48Z",
108+
"resolved": "github:NixOS/nixpkgs/12a55407652e04dcf2309436eb06fef0d3713ef3#go",
99109
"source": "devbox-search",
100-
"version": "1.24.0",
110+
"version": "1.24.3",
101111
"systems": {
102112
"aarch64-darwin": {
103113
"outputs": [
104114
{
105115
"name": "out",
106-
"path": "/nix/store/v495d2fb3ffi08ri6jffvhzr08p104pk-go-1.24.0",
116+
"path": "/nix/store/ps3admpzmc1ryvn9q7sw5xfd94dkrb3f-go-1.24.3",
107117
"default": true
108118
}
109119
],
110-
"store_path": "/nix/store/v495d2fb3ffi08ri6jffvhzr08p104pk-go-1.24.0"
120+
"store_path": "/nix/store/ps3admpzmc1ryvn9q7sw5xfd94dkrb3f-go-1.24.3"
111121
},
112122
"aarch64-linux": {
113123
"outputs": [
114124
{
115125
"name": "out",
116-
"path": "/nix/store/fy5xhvha2ha7jcyqp73haqrpg8npw63b-go-1.24.0",
126+
"path": "/nix/store/45bnqhyyq40p91k3cjw0farx3hn1swx6-go-1.24.3",
117127
"default": true
118128
}
119129
],
120-
"store_path": "/nix/store/fy5xhvha2ha7jcyqp73haqrpg8npw63b-go-1.24.0"
130+
"store_path": "/nix/store/45bnqhyyq40p91k3cjw0farx3hn1swx6-go-1.24.3"
121131
},
122132
"x86_64-darwin": {
123133
"outputs": [
124134
{
125135
"name": "out",
126-
"path": "/nix/store/gg6947k6wwxq7ld2f90i62fkcf3kdd55-go-1.24.0",
136+
"path": "/nix/store/9z2kb6hxij7pqi0fgcn9ijhpb7ajpazs-go-1.24.3",
127137
"default": true
128138
}
129139
],
130-
"store_path": "/nix/store/gg6947k6wwxq7ld2f90i62fkcf3kdd55-go-1.24.0"
140+
"store_path": "/nix/store/9z2kb6hxij7pqi0fgcn9ijhpb7ajpazs-go-1.24.3"
131141
},
132142
"x86_64-linux": {
133143
"outputs": [
134144
{
135145
"name": "out",
136-
"path": "/nix/store/wk1vg9ksvmqwxhgj7cmvdv1g62v9kff0-go-1.24.0",
146+
"path": "/nix/store/5xvi25nqmbrg58aixp4zgczilfnp7pwg-go-1.24.3",
137147
"default": true
138148
}
139149
],
140-
"store_path": "/nix/store/wk1vg9ksvmqwxhgj7cmvdv1g62v9kff0-go-1.24.0"
150+
"store_path": "/nix/store/5xvi25nqmbrg58aixp4zgczilfnp7pwg-go-1.24.3"
141151
}
142152
}
143153
},
144-
"golangci-lint@2.0.0": {
145-
"last_modified": "2025-03-25T17:32:05Z",
146-
"resolved": "github:NixOS/nixpkgs/25d1b84f5c90632a623c48d83a2faf156451e6b1#golangci-lint",
154+
"golangci-lint@2.1.6": {
155+
"last_modified": "2025-05-16T20:19:48Z",
156+
"resolved": "github:NixOS/nixpkgs/12a55407652e04dcf2309436eb06fef0d3713ef3#golangci-lint",
147157
"source": "devbox-search",
148-
"version": "2.0.0",
158+
"version": "2.1.6",
149159
"systems": {
150160
"aarch64-darwin": {
151161
"outputs": [
152162
{
153163
"name": "out",
154-
"path": "/nix/store/idv9cyl4i6w9n4sgc29kvqhywm04n1rz-golangci-lint-2.0.0",
164+
"path": "/nix/store/8d3n5ly5r6prqyx3h5nr2v778hzwp83r-golangci-lint-2.1.6",
155165
"default": true
156166
}
157167
],
158-
"store_path": "/nix/store/idv9cyl4i6w9n4sgc29kvqhywm04n1rz-golangci-lint-2.0.0"
168+
"store_path": "/nix/store/8d3n5ly5r6prqyx3h5nr2v778hzwp83r-golangci-lint-2.1.6"
159169
},
160170
"aarch64-linux": {
161171
"outputs": [
162172
{
163173
"name": "out",
164-
"path": "/nix/store/r0jxwvqvk2999dx04v3j9jgd46jscqc4-golangci-lint-2.0.0",
174+
"path": "/nix/store/sazvkjsaxnpnplrsaj5wf1x9xkgv0s88-golangci-lint-2.1.6",
165175
"default": true
166176
}
167177
],
168-
"store_path": "/nix/store/r0jxwvqvk2999dx04v3j9jgd46jscqc4-golangci-lint-2.0.0"
178+
"store_path": "/nix/store/sazvkjsaxnpnplrsaj5wf1x9xkgv0s88-golangci-lint-2.1.6"
169179
},
170180
"x86_64-darwin": {
171181
"outputs": [
172182
{
173183
"name": "out",
174-
"path": "/nix/store/lsyy8arab3zvkpi8lr9303mf88y5k1rc-golangci-lint-2.0.0",
184+
"path": "/nix/store/cqfnavdyysfdm9cam8bsyscbsk8zg781-golangci-lint-2.1.6",
175185
"default": true
176186
}
177187
],
178-
"store_path": "/nix/store/lsyy8arab3zvkpi8lr9303mf88y5k1rc-golangci-lint-2.0.0"
188+
"store_path": "/nix/store/cqfnavdyysfdm9cam8bsyscbsk8zg781-golangci-lint-2.1.6"
179189
},
180190
"x86_64-linux": {
181191
"outputs": [
182192
{
183193
"name": "out",
184-
"path": "/nix/store/834gvbmhpwvy1d65r5x4xihkxm4g91ab-golangci-lint-2.0.0",
194+
"path": "/nix/store/snqg2xccy7fb6q6n2dw3bfql6mqbh6ar-golangci-lint-2.1.6",
185195
"default": true
186196
}
187197
],
188-
"store_path": "/nix/store/834gvbmhpwvy1d65r5x4xihkxm4g91ab-golangci-lint-2.0.0"
198+
"store_path": "/nix/store/snqg2xccy7fb6q6n2dw3bfql6mqbh6ar-golangci-lint-2.1.6"
189199
}
190200
}
191201
},
@@ -237,87 +247,87 @@
237247
}
238248
}
239249
},
240-
"kubectl@1.32.2": {
241-
"last_modified": "2025-03-11T17:52:14Z",
242-
"resolved": "github:NixOS/nixpkgs/0d534853a55b5d02a4ababa1d71921ce8f0aee4c#kubectl",
250+
"kubectl@1.33.0": {
251+
"last_modified": "2025-05-16T20:19:48Z",
252+
"resolved": "github:NixOS/nixpkgs/12a55407652e04dcf2309436eb06fef0d3713ef3#kubectl",
243253
"source": "devbox-search",
244-
"version": "1.32.2",
254+
"version": "1.33.0",
245255
"systems": {
246256
"aarch64-darwin": {
247257
"outputs": [
248258
{
249259
"name": "out",
250-
"path": "/nix/store/cr69x3lwm2bvicn21xijyswvvfvckb78-kubectl-1.32.2",
260+
"path": "/nix/store/402qdc96z88sil3j4wgr780nqlfl7fvz-kubectl-1.33.0",
251261
"default": true
252262
},
253263
{
254264
"name": "man",
255-
"path": "/nix/store/h827jr60kqihjv4kgasfibhsrg4hbxmd-kubectl-1.32.2-man",
265+
"path": "/nix/store/a9xsp33pfmng1411zzank853is0dlk5q-kubectl-1.33.0-man",
256266
"default": true
257267
},
258268
{
259269
"name": "convert",
260-
"path": "/nix/store/554dpvy977n9871yvc21nqhsnqkdg5fr-kubectl-1.32.2-convert"
270+
"path": "/nix/store/xapln59nb67wbsvvcj8rqxh63nzvljwy-kubectl-1.33.0-convert"
261271
}
262272
],
263-
"store_path": "/nix/store/cr69x3lwm2bvicn21xijyswvvfvckb78-kubectl-1.32.2"
273+
"store_path": "/nix/store/402qdc96z88sil3j4wgr780nqlfl7fvz-kubectl-1.33.0"
264274
},
265275
"aarch64-linux": {
266276
"outputs": [
267277
{
268278
"name": "out",
269-
"path": "/nix/store/7rr1jk5r28bm92xkjb3if2vr14hafaii-kubectl-1.32.2",
279+
"path": "/nix/store/qms0pllz09sckfcrxyy03790jdryn802-kubectl-1.33.0",
270280
"default": true
271281
},
272282
{
273283
"name": "man",
274-
"path": "/nix/store/q97zgj00sazysi9yrr8x52skysk674dx-kubectl-1.32.2-man",
284+
"path": "/nix/store/9jh6dknzzkjabs64zl4qrzfm8pnhx03l-kubectl-1.33.0-man",
275285
"default": true
276286
},
277287
{
278288
"name": "convert",
279-
"path": "/nix/store/wcdr4m7gfanjlfh1bdn528z5vs13lrbr-kubectl-1.32.2-convert"
289+
"path": "/nix/store/mxnjb3lh156b0g0agfczhkrs6cyqx4is-kubectl-1.33.0-convert"
280290
}
281291
],
282-
"store_path": "/nix/store/7rr1jk5r28bm92xkjb3if2vr14hafaii-kubectl-1.32.2"
292+
"store_path": "/nix/store/qms0pllz09sckfcrxyy03790jdryn802-kubectl-1.33.0"
283293
},
284294
"x86_64-darwin": {
285295
"outputs": [
286296
{
287297
"name": "out",
288-
"path": "/nix/store/57xa23ilnjpv6hw0m12n1wb689qf0qv0-kubectl-1.32.2",
298+
"path": "/nix/store/ry8arpjf8x8gzcsb2gmdx360613lpxgz-kubectl-1.33.0",
289299
"default": true
290300
},
291301
{
292302
"name": "man",
293-
"path": "/nix/store/4m6q7f91vq5gzrnq8k9igfvk4glgxp2i-kubectl-1.32.2-man",
303+
"path": "/nix/store/pnabai47mcqnnh0q3zzcbfsnhbl3dbnm-kubectl-1.33.0-man",
294304
"default": true
295305
},
296306
{
297307
"name": "convert",
298-
"path": "/nix/store/sg9nw4x2r9ssw2v6f1rii6a8i4fajpa2-kubectl-1.32.2-convert"
308+
"path": "/nix/store/h3jb5f5lb7s6gz3522sk0gf458c3wmaq-kubectl-1.33.0-convert"
299309
}
300310
],
301-
"store_path": "/nix/store/57xa23ilnjpv6hw0m12n1wb689qf0qv0-kubectl-1.32.2"
311+
"store_path": "/nix/store/ry8arpjf8x8gzcsb2gmdx360613lpxgz-kubectl-1.33.0"
302312
},
303313
"x86_64-linux": {
304314
"outputs": [
305315
{
306316
"name": "out",
307-
"path": "/nix/store/z71m7l32ll43nb5cpfs5fb3acaz3rpx2-kubectl-1.32.2",
317+
"path": "/nix/store/f93la7iy82zzmhr9wc5rxh18yqajr95v-kubectl-1.33.0",
308318
"default": true
309319
},
310320
{
311321
"name": "man",
312-
"path": "/nix/store/0nwm2ksngri57gvgn2vvpcvy2gcz79bb-kubectl-1.32.2-man",
322+
"path": "/nix/store/ifif1zqv5k8z5ggpvh5x3iynhyc9ma5v-kubectl-1.33.0-man",
313323
"default": true
314324
},
315325
{
316326
"name": "convert",
317-
"path": "/nix/store/52cf0bmr4pqpid2nid4l1b9i1zr8zkgn-kubectl-1.32.2-convert"
327+
"path": "/nix/store/m5ng07c66w7aqxj26i9s8968k0b9k10x-kubectl-1.33.0-convert"
318328
}
319329
],
320-
"store_path": "/nix/store/z71m7l32ll43nb5cpfs5fb3acaz3rpx2-kubectl-1.32.2"
330+
"store_path": "/nix/store/f93la7iy82zzmhr9wc5rxh18yqajr95v-kubectl-1.33.0"
321331
}
322332
}
323333
},
@@ -513,51 +523,51 @@
513523
}
514524
}
515525
},
516-
"protoc-gen-go@1.36.5": {
517-
"last_modified": "2025-03-11T17:52:14Z",
518-
"resolved": "github:NixOS/nixpkgs/0d534853a55b5d02a4ababa1d71921ce8f0aee4c#protoc-gen-go",
526+
"protoc-gen-go@1.36.6": {
527+
"last_modified": "2025-05-16T20:19:48Z",
528+
"resolved": "github:NixOS/nixpkgs/12a55407652e04dcf2309436eb06fef0d3713ef3#protoc-gen-go",
519529
"source": "devbox-search",
520-
"version": "1.36.5",
530+
"version": "1.36.6",
521531
"systems": {
522532
"aarch64-darwin": {
523533
"outputs": [
524534
{
525535
"name": "out",
526-
"path": "/nix/store/rq87rrdc29kgc8rgdr96bbsxs4ba5sfy-protoc-gen-go-1.36.5",
536+
"path": "/nix/store/v4d73xzi96hplplh57zrxdjmbvrfj8j9-protoc-gen-go-1.36.6",
527537
"default": true
528538
}
529539
],
530-
"store_path": "/nix/store/rq87rrdc29kgc8rgdr96bbsxs4ba5sfy-protoc-gen-go-1.36.5"
540+
"store_path": "/nix/store/v4d73xzi96hplplh57zrxdjmbvrfj8j9-protoc-gen-go-1.36.6"
531541
},
532542
"aarch64-linux": {
533543
"outputs": [
534544
{
535545
"name": "out",
536-
"path": "/nix/store/92y12hnmszi7xr72nv1x6i9f2bwf94nz-protoc-gen-go-1.36.5",
546+
"path": "/nix/store/jg5sxayabc698d0iac6xg5b8l6bgwyrz-protoc-gen-go-1.36.6",
537547
"default": true
538548
}
539549
],
540-
"store_path": "/nix/store/92y12hnmszi7xr72nv1x6i9f2bwf94nz-protoc-gen-go-1.36.5"
550+
"store_path": "/nix/store/jg5sxayabc698d0iac6xg5b8l6bgwyrz-protoc-gen-go-1.36.6"
541551
},
542552
"x86_64-darwin": {
543553
"outputs": [
544554
{
545555
"name": "out",
546-
"path": "/nix/store/35i464ld8j4l15q16dq52m8qq2c4ghrl-protoc-gen-go-1.36.5",
556+
"path": "/nix/store/xiq4gh3908c82qv1g7z0xqm06zinkw73-protoc-gen-go-1.36.6",
547557
"default": true
548558
}
549559
],
550-
"store_path": "/nix/store/35i464ld8j4l15q16dq52m8qq2c4ghrl-protoc-gen-go-1.36.5"
560+
"store_path": "/nix/store/xiq4gh3908c82qv1g7z0xqm06zinkw73-protoc-gen-go-1.36.6"
551561
},
552562
"x86_64-linux": {
553563
"outputs": [
554564
{
555565
"name": "out",
556-
"path": "/nix/store/ll22rjqdwzr9x1d25s7hrx2qg86bcgp7-protoc-gen-go-1.36.5",
566+
"path": "/nix/store/dssdkka6y0sjkiknyrsc73lbrw6x70w5-protoc-gen-go-1.36.6",
557567
"default": true
558568
}
559569
],
560-
"store_path": "/nix/store/ll22rjqdwzr9x1d25s7hrx2qg86bcgp7-protoc-gen-go-1.36.5"
570+
"store_path": "/nix/store/dssdkka6y0sjkiknyrsc73lbrw6x70w5-protoc-gen-go-1.36.6"
561571
}
562572
}
563573
},

0 commit comments

Comments
 (0)