Skip to content

Commit faae30d

Browse files
Update all non-major dependencies
1 parent d5fc77a commit faae30d

File tree

6 files changed

+257
-129
lines changed

6 files changed

+257
-129
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.3.2.39-alpine@sha256:fa5532568591e844a24fdeddc705ae7b6203f00afe286ce6c1fa9f3119d45ba7"
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.1",
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.1",
1212
"bpftool@5.19.12",
1313
"kind@0.27.0",
14-
"kubectl@1.32.2",
15-
"golangci-lint@2.0.0"
14+
"kubectl@1.32.3",
15+
"golangci-lint@2.0.2"
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.1": {
21+
"last_modified": "2025-04-12T07:19:22Z",
22+
"resolved": "github:NixOS/nixpkgs/2349f9de17183971db12ae9e0123dab132023bd7#bpftrace",
1323
"source": "devbox-search",
14-
"version": "0.22.1",
24+
"version": "0.23.1",
1525
"systems": {
1626
"aarch64-linux": {
1727
"outputs": [
1828
{
1929
"name": "out",
20-
"path": "/nix/store/a6py6dji4x66vl07m7axmxb032ya4xwz-bpftrace-0.22.1",
30+
"path": "/nix/store/4b4ik6m1x469bvjm623l6cmjpp1ii8wi-bpftrace-0.23.1",
2131
"default": true
2232
},
2333
{
2434
"name": "man",
25-
"path": "/nix/store/pzm8kdjjzj3mlpy1wjcb5prc029wjlw6-bpftrace-0.22.1-man",
35+
"path": "/nix/store/sr2zkkcl6vncv72548396d41djb05d5b-bpftrace-0.23.1-man",
2636
"default": true
2737
}
2838
],
29-
"store_path": "/nix/store/a6py6dji4x66vl07m7axmxb032ya4xwz-bpftrace-0.22.1"
39+
"store_path": "/nix/store/4b4ik6m1x469bvjm623l6cmjpp1ii8wi-bpftrace-0.23.1"
3040
},
3141
"x86_64-linux": {
3242
"outputs": [
3343
{
3444
"name": "out",
35-
"path": "/nix/store/n2qrgmv9d9cv7c0miz16f9is4c9wp8mx-bpftrace-0.22.1",
45+
"path": "/nix/store/ypgg2d4gfwzhnphw8sybfr4phj5hqnc1-bpftrace-0.23.1",
3646
"default": true
3747
},
3848
{
3949
"name": "man",
40-
"path": "/nix/store/6v144swpr28lqvzalxkksya56l0mhcs1-bpftrace-0.22.1-man",
50+
"path": "/nix/store/zaln00g8c8bjpj2ga2lb3lfd4dzrn5wc-bpftrace-0.23.1-man",
4151
"default": true
4252
}
4353
],
44-
"store_path": "/nix/store/n2qrgmv9d9cv7c0miz16f9is4c9wp8mx-bpftrace-0.22.1"
54+
"store_path": "/nix/store/ypgg2d4gfwzhnphw8sybfr4phj5hqnc1-bpftrace-0.23.1"
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.1": {
107+
"last_modified": "2025-03-23T05:31:05Z",
108+
"resolved": "github:NixOS/nixpkgs/dd613136ee91f67e5dba3f3f41ac99ae89c5406b#go",
99109
"source": "devbox-search",
100-
"version": "1.24.0",
110+
"version": "1.24.1",
101111
"systems": {
102112
"aarch64-darwin": {
103113
"outputs": [
104114
{
105115
"name": "out",
106-
"path": "/nix/store/v495d2fb3ffi08ri6jffvhzr08p104pk-go-1.24.0",
116+
"path": "/nix/store/ja4jxx60lh1qfqfl4z4p2rff56ia1c3c-go-1.24.1",
107117
"default": true
108118
}
109119
],
110-
"store_path": "/nix/store/v495d2fb3ffi08ri6jffvhzr08p104pk-go-1.24.0"
120+
"store_path": "/nix/store/ja4jxx60lh1qfqfl4z4p2rff56ia1c3c-go-1.24.1"
111121
},
112122
"aarch64-linux": {
113123
"outputs": [
114124
{
115125
"name": "out",
116-
"path": "/nix/store/fy5xhvha2ha7jcyqp73haqrpg8npw63b-go-1.24.0",
126+
"path": "/nix/store/6zvrmsmdg7p8yw3vii20g40b4zsh6kjr-go-1.24.1",
117127
"default": true
118128
}
119129
],
120-
"store_path": "/nix/store/fy5xhvha2ha7jcyqp73haqrpg8npw63b-go-1.24.0"
130+
"store_path": "/nix/store/6zvrmsmdg7p8yw3vii20g40b4zsh6kjr-go-1.24.1"
121131
},
122132
"x86_64-darwin": {
123133
"outputs": [
124134
{
125135
"name": "out",
126-
"path": "/nix/store/gg6947k6wwxq7ld2f90i62fkcf3kdd55-go-1.24.0",
136+
"path": "/nix/store/2bcic1xcha2k11djynr488v3pg0nnghr-go-1.24.1",
127137
"default": true
128138
}
129139
],
130-
"store_path": "/nix/store/gg6947k6wwxq7ld2f90i62fkcf3kdd55-go-1.24.0"
140+
"store_path": "/nix/store/2bcic1xcha2k11djynr488v3pg0nnghr-go-1.24.1"
131141
},
132142
"x86_64-linux": {
133143
"outputs": [
134144
{
135145
"name": "out",
136-
"path": "/nix/store/wk1vg9ksvmqwxhgj7cmvdv1g62v9kff0-go-1.24.0",
146+
"path": "/nix/store/g29rrn8qqlg4yjqv543ryrkimr7fk43h-go-1.24.1",
137147
"default": true
138148
}
139149
],
140-
"store_path": "/nix/store/wk1vg9ksvmqwxhgj7cmvdv1g62v9kff0-go-1.24.0"
150+
"store_path": "/nix/store/g29rrn8qqlg4yjqv543ryrkimr7fk43h-go-1.24.1"
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.0.2": {
155+
"last_modified": "2025-04-09T17:27:46Z",
156+
"resolved": "github:NixOS/nixpkgs/67d2b8200c828903b36a6dd0fb952fe424aa0606#golangci-lint",
147157
"source": "devbox-search",
148-
"version": "2.0.0",
158+
"version": "2.0.2",
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/qqi3hbsmbvwgvhmp9gfhhkicmq8320vn-golangci-lint-2.0.2",
155165
"default": true
156166
}
157167
],
158-
"store_path": "/nix/store/idv9cyl4i6w9n4sgc29kvqhywm04n1rz-golangci-lint-2.0.0"
168+
"store_path": "/nix/store/qqi3hbsmbvwgvhmp9gfhhkicmq8320vn-golangci-lint-2.0.2"
159169
},
160170
"aarch64-linux": {
161171
"outputs": [
162172
{
163173
"name": "out",
164-
"path": "/nix/store/r0jxwvqvk2999dx04v3j9jgd46jscqc4-golangci-lint-2.0.0",
174+
"path": "/nix/store/q6cmmcdb9qiy4vbw40zam7cdzx0rfpmm-golangci-lint-2.0.2",
165175
"default": true
166176
}
167177
],
168-
"store_path": "/nix/store/r0jxwvqvk2999dx04v3j9jgd46jscqc4-golangci-lint-2.0.0"
178+
"store_path": "/nix/store/q6cmmcdb9qiy4vbw40zam7cdzx0rfpmm-golangci-lint-2.0.2"
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/p00zsp099n3cb0dqbbziqs1ghrb9xxi3-golangci-lint-2.0.2",
175185
"default": true
176186
}
177187
],
178-
"store_path": "/nix/store/lsyy8arab3zvkpi8lr9303mf88y5k1rc-golangci-lint-2.0.0"
188+
"store_path": "/nix/store/p00zsp099n3cb0dqbbziqs1ghrb9xxi3-golangci-lint-2.0.2"
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/7dqkhrpn6i52ninr0cndfwhxnkn3lj03-golangci-lint-2.0.2",
185195
"default": true
186196
}
187197
],
188-
"store_path": "/nix/store/834gvbmhpwvy1d65r5x4xihkxm4g91ab-golangci-lint-2.0.0"
198+
"store_path": "/nix/store/7dqkhrpn6i52ninr0cndfwhxnkn3lj03-golangci-lint-2.0.2"
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.32.3": {
251+
"last_modified": "2025-03-23T05:31:05Z",
252+
"resolved": "github:NixOS/nixpkgs/dd613136ee91f67e5dba3f3f41ac99ae89c5406b#kubectl",
243253
"source": "devbox-search",
244-
"version": "1.32.2",
254+
"version": "1.32.3",
245255
"systems": {
246256
"aarch64-darwin": {
247257
"outputs": [
248258
{
249259
"name": "out",
250-
"path": "/nix/store/cr69x3lwm2bvicn21xijyswvvfvckb78-kubectl-1.32.2",
260+
"path": "/nix/store/wi5qn5xlirnjzva70km0z5ks6i33hz9j-kubectl-1.32.3",
251261
"default": true
252262
},
253263
{
254264
"name": "man",
255-
"path": "/nix/store/h827jr60kqihjv4kgasfibhsrg4hbxmd-kubectl-1.32.2-man",
265+
"path": "/nix/store/aq8zfxz4q27wd3yfvhg195xnhqz0sadv-kubectl-1.32.3-man",
256266
"default": true
257267
},
258268
{
259269
"name": "convert",
260-
"path": "/nix/store/554dpvy977n9871yvc21nqhsnqkdg5fr-kubectl-1.32.2-convert"
270+
"path": "/nix/store/syijh55f8qy0ncx0drs4adxzgglx3y43-kubectl-1.32.3-convert"
261271
}
262272
],
263-
"store_path": "/nix/store/cr69x3lwm2bvicn21xijyswvvfvckb78-kubectl-1.32.2"
273+
"store_path": "/nix/store/wi5qn5xlirnjzva70km0z5ks6i33hz9j-kubectl-1.32.3"
264274
},
265275
"aarch64-linux": {
266276
"outputs": [
267277
{
268278
"name": "out",
269-
"path": "/nix/store/7rr1jk5r28bm92xkjb3if2vr14hafaii-kubectl-1.32.2",
279+
"path": "/nix/store/xxngczzyxq22m1i8pc9a57w16kzir33f-kubectl-1.32.3",
270280
"default": true
271281
},
272282
{
273283
"name": "man",
274-
"path": "/nix/store/q97zgj00sazysi9yrr8x52skysk674dx-kubectl-1.32.2-man",
284+
"path": "/nix/store/n547iajzrqypmy89s5j2iyrdjn56fd5v-kubectl-1.32.3-man",
275285
"default": true
276286
},
277287
{
278288
"name": "convert",
279-
"path": "/nix/store/wcdr4m7gfanjlfh1bdn528z5vs13lrbr-kubectl-1.32.2-convert"
289+
"path": "/nix/store/0frwvbmd2zxx2n1s7vw15cbdj7iw95js-kubectl-1.32.3-convert"
280290
}
281291
],
282-
"store_path": "/nix/store/7rr1jk5r28bm92xkjb3if2vr14hafaii-kubectl-1.32.2"
292+
"store_path": "/nix/store/xxngczzyxq22m1i8pc9a57w16kzir33f-kubectl-1.32.3"
283293
},
284294
"x86_64-darwin": {
285295
"outputs": [
286296
{
287297
"name": "out",
288-
"path": "/nix/store/57xa23ilnjpv6hw0m12n1wb689qf0qv0-kubectl-1.32.2",
298+
"path": "/nix/store/1q5hp8ffvjfx9badhfq0b7vcaz63fphg-kubectl-1.32.3",
289299
"default": true
290300
},
291301
{
292302
"name": "man",
293-
"path": "/nix/store/4m6q7f91vq5gzrnq8k9igfvk4glgxp2i-kubectl-1.32.2-man",
303+
"path": "/nix/store/asq72wx432y362wflqhlg1c231g5svzc-kubectl-1.32.3-man",
294304
"default": true
295305
},
296306
{
297307
"name": "convert",
298-
"path": "/nix/store/sg9nw4x2r9ssw2v6f1rii6a8i4fajpa2-kubectl-1.32.2-convert"
308+
"path": "/nix/store/6bqfs8a1sw4jvx9wadd5231fnr9yjdnh-kubectl-1.32.3-convert"
299309
}
300310
],
301-
"store_path": "/nix/store/57xa23ilnjpv6hw0m12n1wb689qf0qv0-kubectl-1.32.2"
311+
"store_path": "/nix/store/1q5hp8ffvjfx9badhfq0b7vcaz63fphg-kubectl-1.32.3"
302312
},
303313
"x86_64-linux": {
304314
"outputs": [
305315
{
306316
"name": "out",
307-
"path": "/nix/store/z71m7l32ll43nb5cpfs5fb3acaz3rpx2-kubectl-1.32.2",
317+
"path": "/nix/store/yaqxnlxynfil1c6lvxfrnmh06yfqarn8-kubectl-1.32.3",
308318
"default": true
309319
},
310320
{
311321
"name": "man",
312-
"path": "/nix/store/0nwm2ksngri57gvgn2vvpcvy2gcz79bb-kubectl-1.32.2-man",
322+
"path": "/nix/store/xdh1fr0b4dnladi7dwa0q2vwf878g9qd-kubectl-1.32.3-man",
313323
"default": true
314324
},
315325
{
316326
"name": "convert",
317-
"path": "/nix/store/52cf0bmr4pqpid2nid4l1b9i1zr8zkgn-kubectl-1.32.2-convert"
327+
"path": "/nix/store/5x3bhl684w2lmpg7k5dl8rz1408ci32g-kubectl-1.32.3-convert"
318328
}
319329
],
320-
"store_path": "/nix/store/z71m7l32ll43nb5cpfs5fb3acaz3rpx2-kubectl-1.32.2"
330+
"store_path": "/nix/store/yaqxnlxynfil1c6lvxfrnmh06yfqarn8-kubectl-1.32.3"
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-04-01T01:49:33Z",
528+
"resolved": "github:NixOS/nixpkgs/88e992074d86ad50249de12b7fb8dbaadf8dc0c5#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/7ayfbf40i3kwaixqmwn7gk763rz9gp8p-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/7ayfbf40i3kwaixqmwn7gk763rz9gp8p-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/7dszqpb7whnn2dyfx1wbv68af8cmskb4-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/7dszqpb7whnn2dyfx1wbv68af8cmskb4-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/w1qvmmmgpq1wih1g4lwccpdp3srd15ib-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/w1qvmmmgpq1wih1g4lwccpdp3srd15ib-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/50hj1lz1h4lc09zkqy6i3j45rl2846ra-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/50hj1lz1h4lc09zkqy6i3j45rl2846ra-protoc-gen-go-1.36.6"
561571
}
562572
}
563573
},

0 commit comments

Comments
 (0)