Skip to content

Commit 6bf2a11

Browse files
authored
Merge pull request NixOS#333088 from kira-bruneau/krane
krane: 3.6.0 -> 3.6.1
2 parents f5801ee + 4e57d7f commit 6bf2a11

File tree

2 files changed

+60
-48
lines changed

2 files changed

+60
-48
lines changed

pkgs/applications/networking/cluster/krane/Gemfile.lock

+19-17
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (7.1.3.3)
4+
activesupport (7.1.3.4)
55
base64
66
bigdecimal
77
concurrent-ruby (~> 1.0, >= 1.0.2)
@@ -11,21 +11,22 @@ GEM
1111
minitest (>= 5.1)
1212
mutex_m
1313
tzinfo (~> 2.0)
14-
addressable (2.8.6)
15-
public_suffix (>= 2.0.2, < 6.0)
14+
addressable (2.8.7)
15+
public_suffix (>= 2.0.2, < 7.0)
1616
base64 (0.2.0)
1717
bigdecimal (3.1.8)
1818
colorize (0.8.1)
19-
concurrent-ruby (1.2.3)
19+
concurrent-ruby (1.3.3)
2020
connection_pool (2.4.1)
2121
domain_name (0.6.20240107)
2222
drb (2.2.1)
2323
ejson (1.4.1)
24-
faraday (2.9.0)
24+
faraday (2.10.1)
2525
faraday-net_http (>= 2.0, < 3.2)
26-
faraday-net_http (3.1.0)
26+
logger
27+
faraday-net_http (3.1.1)
2728
net-http
28-
ffi (1.16.3)
29+
ffi (1.17.0)
2930
ffi-compiler (1.3.2)
3031
ffi (>= 1.15.5)
3132
rake
@@ -45,16 +46,16 @@ GEM
4546
http-form_data (~> 2.2)
4647
llhttp-ffi (~> 0.5.0)
4748
http-accept (1.7.0)
48-
http-cookie (1.0.5)
49+
http-cookie (1.0.6)
4950
domain_name (~> 0.5)
5051
http-form_data (2.3.0)
5152
i18n (1.14.5)
5253
concurrent-ruby (~> 1.0)
5354
jsonpath (1.1.5)
5455
multi_json
55-
jwt (2.8.1)
56+
jwt (2.8.2)
5657
base64
57-
krane (3.6.0)
58+
krane (3.6.1)
5859
activesupport (>= 5.0)
5960
colorize (~> 0.8)
6061
concurrent-ruby (~> 1.1)
@@ -65,27 +66,28 @@ GEM
6566
multi_json
6667
statsd-instrument (>= 2.8, < 4)
6768
thor (>= 1.0, < 2.0)
68-
kubeclient (4.11.0)
69+
kubeclient (4.12.0)
6970
http (>= 3.0, < 6.0)
7071
jsonpath (~> 1.0)
7172
recursive-open-struct (~> 1.1, >= 1.1.1)
7273
rest-client (~> 2.0)
7374
llhttp-ffi (0.5.0)
7475
ffi-compiler (~> 1.0)
7576
rake (~> 13.0)
77+
logger (1.6.0)
7678
mime-types (3.5.2)
7779
mime-types-data (~> 3.2015)
78-
mime-types-data (3.2024.0507)
79-
minitest (5.23.1)
80+
mime-types-data (3.2024.0806)
81+
minitest (5.24.1)
8082
multi_json (1.15.0)
8183
mutex_m (0.2.0)
8284
net-http (0.4.1)
8385
uri
8486
netrc (0.11.0)
8587
os (1.1.4)
86-
public_suffix (5.0.5)
88+
public_suffix (6.0.1)
8789
rake (13.2.1)
88-
recursive-open-struct (1.1.3)
90+
recursive-open-struct (1.2.2)
8991
rest-client (2.1.0)
9092
http-accept (>= 1.7.0, < 2.0)
9193
http-cookie (>= 1.0.2, < 2.0)
@@ -96,7 +98,7 @@ GEM
9698
faraday (>= 0.17.5, < 3.a)
9799
jwt (>= 1.5, < 3.0)
98100
multi_json (~> 1.10)
99-
statsd-instrument (3.7.0)
101+
statsd-instrument (3.8.0)
100102
thor (1.3.1)
101103
tzinfo (2.0.6)
102104
concurrent-ruby (~> 1.0)
@@ -109,4 +111,4 @@ DEPENDENCIES
109111
krane
110112

111113
BUNDLED WITH
112-
2.5.9
114+
2.5.16

pkgs/applications/networking/cluster/krane/gemset.nix

+41-31
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
platforms = [];
66
source = {
77
remotes = ["https://rubygems.org"];
8-
sha256 = "0z8kygxmz99krz9pwp947znkzf0jr64sml28df0vf1gzxlg7y57i";
8+
sha256 = "0283wk1zxb76lg79dk501kcf5xy9h25qiw15m86s4nrfv11vqns5";
99
type = "gem";
1010
};
11-
version = "7.1.3.3";
11+
version = "7.1.3.4";
1212
};
1313
addressable = {
1414
dependencies = ["public_suffix"];
1515
groups = ["default"];
1616
platforms = [];
1717
source = {
1818
remotes = ["https://rubygems.org"];
19-
sha256 = "0irbdwkkjwzajq1ip6ba46q49sxnrl2cw7ddkdhsfhb6aprnm3vr";
19+
sha256 = "0cl2qpvwiffym62z991ynks7imsm87qmgxf0yfsmlwzkgi9qcaa6";
2020
type = "gem";
2121
};
22-
version = "2.8.6";
22+
version = "2.8.7";
2323
};
2424
base64 = {
2525
groups = ["default"];
@@ -56,10 +56,10 @@
5656
platforms = [];
5757
source = {
5858
remotes = ["https://rubygems.org"];
59-
sha256 = "1qh1b14jwbbj242klkyz5fc7npd4j0mvndz62gajhvl1l3wd7zc2";
59+
sha256 = "0skwdasxq7mnlcccn6aqabl7n9r3jd7k19ryzlzzip64cn4x572g";
6060
type = "gem";
6161
};
62-
version = "1.2.3";
62+
version = "1.3.3";
6363
};
6464
connection_pool = {
6565
groups = ["default"];
@@ -102,36 +102,36 @@
102102
version = "1.4.1";
103103
};
104104
faraday = {
105-
dependencies = ["faraday-net_http"];
105+
dependencies = ["faraday-net_http" "logger"];
106106
groups = ["default"];
107107
platforms = [];
108108
source = {
109109
remotes = ["https://rubygems.org"];
110-
sha256 = "1qqb1rmk0f9m82iijjlqadh5yby1bhnr6svjk9vxdvh6f181988s";
110+
sha256 = "104s7n9505488p923cs0pl3jlgn4naam28clkm2885hrysizpjbb";
111111
type = "gem";
112112
};
113-
version = "2.9.0";
113+
version = "2.10.1";
114114
};
115115
faraday-net_http = {
116116
dependencies = ["net-http"];
117117
groups = ["default"];
118118
platforms = [];
119119
source = {
120120
remotes = ["https://rubygems.org"];
121-
sha256 = "17w51yk4rrm9rpnbc3x509s619kba0jga3qrj4b17l30950vw9qn";
121+
sha256 = "0f49frpfdr8czwm2mjkfny4pini6fy49b6hamw4jrppl4vsg14ys";
122122
type = "gem";
123123
};
124-
version = "3.1.0";
124+
version = "3.1.1";
125125
};
126126
ffi = {
127127
groups = ["default"];
128128
platforms = [];
129129
source = {
130130
remotes = ["https://rubygems.org"];
131-
sha256 = "1yvii03hcgqj30maavddqamqy50h7y6xcn2wcyq72wn823zl4ckd";
131+
sha256 = "07139870npj59jnl8vmk39ja3gdk3fb5z9vc0lf32y2h891hwqsi";
132132
type = "gem";
133133
};
134-
version = "1.16.3";
134+
version = "1.17.0";
135135
};
136136
ffi-compiler = {
137137
dependencies = ["ffi" "rake"];
@@ -193,10 +193,10 @@
193193
platforms = [];
194194
source = {
195195
remotes = ["https://rubygems.org"];
196-
sha256 = "13rilvlv8kwbzqfb644qp6hrbsj82cbqmnzcvqip1p6vqx36sxbk";
196+
sha256 = "0i20j9wgxk4k47g54jiphb02xdhrwvadf4a0jjq5mzr1dwcx64vp";
197197
type = "gem";
198198
};
199-
version = "1.0.5";
199+
version = "1.0.6";
200200
};
201201
http-form_data = {
202202
groups = ["default"];
@@ -236,32 +236,32 @@
236236
platforms = [];
237237
source = {
238238
remotes = ["https://rubygems.org"];
239-
sha256 = "02m3vza49pb9dirwpn8vmzbcypi3fc6l3a9dh253jwm1121g7ajb";
239+
sha256 = "04mw326i9vsdcqwm4bf0zvnqw237f8l7022nhlbmak92bqqpg62s";
240240
type = "gem";
241241
};
242-
version = "2.8.1";
242+
version = "2.8.2";
243243
};
244244
krane = {
245245
dependencies = ["activesupport" "colorize" "concurrent-ruby" "ejson" "googleauth" "jsonpath" "kubeclient" "multi_json" "statsd-instrument" "thor"];
246246
groups = ["default"];
247247
platforms = [];
248248
source = {
249249
remotes = ["https://rubygems.org"];
250-
sha256 = "08dkvcmxa869pk6qdpsvljy16lb1kj94cgr4w9bhg93gx3m642v6";
250+
sha256 = "002nf72l4b9h0lmpxzd5zm7dwakjs9f9cxrmkrx77qdyj4vy4g48";
251251
type = "gem";
252252
};
253-
version = "3.6.0";
253+
version = "3.6.1";
254254
};
255255
kubeclient = {
256256
dependencies = ["http" "jsonpath" "recursive-open-struct" "rest-client"];
257257
groups = ["default"];
258258
platforms = [];
259259
source = {
260260
remotes = ["https://rubygems.org"];
261-
sha256 = "1k1zi27fnasqpinfxnajm81pyr11k2j510wacr53d37v97bzr1a9";
261+
sha256 = "1g89qd1hhf111zy9djlzblzz06pnv59zmamh6fk06wvnih7vj446";
262262
type = "gem";
263263
};
264-
version = "4.11.0";
264+
version = "4.12.0";
265265
};
266266
llhttp-ffi = {
267267
dependencies = ["ffi-compiler" "rake"];
@@ -274,6 +274,16 @@
274274
};
275275
version = "0.5.0";
276276
};
277+
logger = {
278+
groups = ["default"];
279+
platforms = [];
280+
source = {
281+
remotes = ["https://rubygems.org"];
282+
sha256 = "0gpg8gzi0xwymw4aaq2iafcbx31i3xzkg3fb30mdxn1d4qhc3dqa";
283+
type = "gem";
284+
};
285+
version = "1.6.0";
286+
};
277287
mime-types = {
278288
dependencies = ["mime-types-data"];
279289
groups = ["default"];
@@ -290,20 +300,20 @@
290300
platforms = [];
291301
source = {
292302
remotes = ["https://rubygems.org"];
293-
sha256 = "0kybw1a6f7d1ipyawnpi5cwiy05rkz9qwglgfvhmd1z0l2gcigmm";
303+
sha256 = "0vzvh906sk9zqfd4bvpjjgw856i769d2abjp3cibh5w73r9g70zj";
294304
type = "gem";
295305
};
296-
version = "3.2024.0507";
306+
version = "3.2024.0806";
297307
};
298308
minitest = {
299309
groups = ["default"];
300310
platforms = [];
301311
source = {
302312
remotes = ["https://rubygems.org"];
303-
sha256 = "1gkslxvkhh44s21rbjvka3zsvfxxrf5pcl6f75rv2vyrzzbgis7i";
313+
sha256 = "0jj629q3vw5yn90q4di4dyb87pil4a8qfm2srhgy5nc8j2n33v1i";
304314
type = "gem";
305315
};
306-
version = "5.23.1";
316+
version = "5.24.1";
307317
};
308318
multi_json = {
309319
groups = ["default"];
@@ -361,10 +371,10 @@
361371
platforms = [];
362372
source = {
363373
remotes = ["https://rubygems.org"];
364-
sha256 = "14y4vzjwf5gp0mqgs880kis0k7n2biq8i6ci6q2n315kichl1hvj";
374+
sha256 = "0vqcw3iwby3yc6avs1vb3gfd0vcp2v7q310665dvxfswmcf4xm31";
365375
type = "gem";
366376
};
367-
version = "5.0.5";
377+
version = "6.0.1";
368378
};
369379
rake = {
370380
groups = ["default"];
@@ -381,10 +391,10 @@
381391
platforms = [];
382392
source = {
383393
remotes = ["https://rubygems.org"];
384-
sha256 = "0nnyr6qsqrcszf6c10n4zfjs8h9n67zvsmx6mp8brkigamr8llx3";
394+
sha256 = "1rjs8804zn5v39mklmqy65xwdji7iq598lkw876zspclziy4h2c3";
385395
type = "gem";
386396
};
387-
version = "1.1.3";
397+
version = "1.2.2";
388398
};
389399
rest-client = {
390400
dependencies = ["http-accept" "http-cookie" "mime-types" "netrc"];
@@ -413,10 +423,10 @@
413423
platforms = [];
414424
source = {
415425
remotes = ["https://rubygems.org"];
416-
sha256 = "14blk2vvcmr0xycd3bzlr36nz5wn7m7ana2mljfm4zxgwx5vj7h7";
426+
sha256 = "1kd75axvmyq866nan18n9ys5bd140h0mka2kz9s5m86r8m42jbhj";
417427
type = "gem";
418428
};
419-
version = "3.7.0";
429+
version = "3.8.0";
420430
};
421431
thor = {
422432
groups = ["default"];

0 commit comments

Comments
 (0)