Merge pull request #251077 from kira-bruneau/krane

krane: 3.1.0 -> 3.3.0

authored by Kira Bruneau and committed by GitHub 074dea1e 434d160d

+48 -59
+17 -18
pkgs/applications/networking/cluster/krane/Gemfile.lock
··· 1 1 GEM 2 2 remote: https://rubygems.org/ 3 3 specs: 4 - activesupport (7.0.4.3) 4 + activesupport (7.0.7.2) 5 5 concurrent-ruby (~> 1.0, >= 1.0.2) 6 6 i18n (>= 1.6, < 2) 7 7 minitest (>= 5.1) 8 8 tzinfo (~> 2.0) 9 - addressable (2.8.4) 9 + addressable (2.8.5) 10 10 public_suffix (>= 2.0.2, < 6.0) 11 11 colorize (0.8.1) 12 12 concurrent-ruby (1.2.2) 13 13 domain_name (0.5.20190701) 14 14 unf (>= 0.0.5, < 1.0.0) 15 - ejson (1.3.1) 16 - faraday (2.7.4) 15 + ejson (1.4.1) 16 + faraday (2.7.10) 17 17 faraday-net_http (>= 2.0, < 3.1) 18 18 ruby2_keywords (>= 0.0.4) 19 19 faraday-net_http (3.0.2) ··· 21 21 ffi-compiler (1.0.1) 22 22 ffi (>= 1.0.0) 23 23 rake 24 - googleauth (1.5.2) 24 + googleauth (1.7.0) 25 25 faraday (>= 0.17.3, < 3.a) 26 26 jwt (>= 1.4, < 3.0) 27 27 memoist (~> 0.16) ··· 37 37 http-cookie (1.0.5) 38 38 domain_name (~> 0.5) 39 39 http-form_data (2.3.0) 40 - i18n (1.12.0) 40 + i18n (1.14.1) 41 41 concurrent-ruby (~> 1.0) 42 - jsonpath (1.1.2) 42 + jsonpath (1.1.3) 43 43 multi_json 44 - jwt (2.7.0) 45 - krane (3.1.0) 44 + jwt (2.7.1) 45 + krane (3.3.0) 46 46 activesupport (>= 5.0) 47 47 colorize (~> 0.8) 48 48 concurrent-ruby (~> 1.1) ··· 50 50 googleauth (~> 1.2) 51 51 jsonpath (~> 1.0) 52 52 kubeclient (~> 4.9) 53 - oj (~> 3.0) 53 + multi_json 54 54 statsd-instrument (>= 2.8, < 4) 55 55 thor (>= 1.0, < 2.0) 56 56 kubeclient (4.11.0) ··· 62 62 ffi-compiler (~> 1.0) 63 63 rake (~> 13.0) 64 64 memoist (0.16.2) 65 - mime-types (3.4.1) 65 + mime-types (3.5.1) 66 66 mime-types-data (~> 3.2015) 67 - mime-types-data (3.2023.0218.1) 68 - minitest (5.18.0) 67 + mime-types-data (3.2023.0808) 68 + minitest (5.19.0) 69 69 multi_json (1.15.0) 70 70 netrc (0.11.0) 71 - oj (3.14.3) 72 71 os (1.1.4) 73 - public_suffix (5.0.1) 72 + public_suffix (5.0.3) 74 73 rake (13.0.6) 75 74 recursive-open-struct (1.1.3) 76 75 rest-client (2.1.0) ··· 84 83 faraday (>= 0.17.5, < 3.a) 85 84 jwt (>= 1.5, < 3.0) 86 85 multi_json (~> 1.10) 87 - statsd-instrument (3.5.7) 88 - thor (1.2.1) 86 + statsd-instrument (3.5.11) 87 + thor (1.2.2) 89 88 tzinfo (2.0.6) 90 89 concurrent-ruby (~> 1.0) 91 90 unf (0.1.4) ··· 99 98 krane 100 99 101 100 BUNDLED WITH 102 - 2.4.10 101 + 2.4.18
+31 -41
pkgs/applications/networking/cluster/krane/gemset.nix
··· 5 5 platforms = []; 6 6 source = { 7 7 remotes = ["https://rubygems.org"]; 8 - sha256 = "15m0b1im6i401ab51vzr7f8nk8kys1qa0snnl741y3sir3xd07jp"; 8 + sha256 = "1vlzcnyqlbchaq85phmdv73ydlc18xpvxy1cbsk191cwd29i7q32"; 9 9 type = "gem"; 10 10 }; 11 - version = "7.0.4.3"; 11 + version = "7.0.7.2"; 12 12 }; 13 13 addressable = { 14 14 dependencies = ["public_suffix"]; ··· 16 16 platforms = []; 17 17 source = { 18 18 remotes = ["https://rubygems.org"]; 19 - sha256 = "15s8van7r2ad3dq6i03l3z4hqnvxcq75a3h72kxvf9an53sqma20"; 19 + sha256 = "05r1fwy487klqkya7vzia8hnklcxy4vr92m9dmni3prfwk6zpw33"; 20 20 type = "gem"; 21 21 }; 22 - version = "2.8.4"; 22 + version = "2.8.5"; 23 23 }; 24 24 colorize = { 25 25 groups = ["default"]; ··· 57 57 platforms = []; 58 58 source = { 59 59 remotes = ["https://rubygems.org"]; 60 - sha256 = "0gmfyyzzvb9k5nm1a5x83d7krajfghghfsakhxmdpvncyj2vnrpa"; 60 + sha256 = "1bpry4i9ajh2h8fyljp0cb17iy03ar36yc9mpfxflmdznl7dwsjf"; 61 61 type = "gem"; 62 62 }; 63 - version = "1.3.1"; 63 + version = "1.4.1"; 64 64 }; 65 65 faraday = { 66 66 dependencies = ["faraday-net_http" "ruby2_keywords"]; ··· 68 68 platforms = []; 69 69 source = { 70 70 remotes = ["https://rubygems.org"]; 71 - sha256 = "1f20vjx0ywx0zdb4dfx4cpa7kd51z6vg7dw5hs35laa45dy9g9pj"; 71 + sha256 = "187clqhp9mv5mnqmjlfdp57svhsg1bggz84ak8v333j9skrnrgh9"; 72 72 type = "gem"; 73 73 }; 74 - version = "2.7.4"; 74 + version = "2.7.10"; 75 75 }; 76 76 faraday-net_http = { 77 77 groups = ["default"]; ··· 110 110 platforms = []; 111 111 source = { 112 112 remotes = ["https://rubygems.org"]; 113 - sha256 = "1lj5haarpn7rybbq9s031zcn9ji3rlz5bk64bwa2j34q5s1h5gis"; 113 + sha256 = "0h1k47vjaq37l0w9q49g3f50j1b0c1svhk07rmd1h49w38v2hxag"; 114 114 type = "gem"; 115 115 }; 116 - version = "1.5.2"; 116 + version = "1.7.0"; 117 117 }; 118 118 http = { 119 119 dependencies = ["addressable" "http-cookie" "http-form_data" "llhttp-ffi"]; ··· 163 163 platforms = []; 164 164 source = { 165 165 remotes = ["https://rubygems.org"]; 166 - sha256 = "1vdcchz7jli1p0gnc669a7bj3q1fv09y9ppf0y3k0vb1jwdwrqwi"; 166 + sha256 = "0qaamqsh5f3szhcakkak8ikxlzxqnv49n2p7504hcz2l0f4nj0wx"; 167 167 type = "gem"; 168 168 }; 169 - version = "1.12.0"; 169 + version = "1.14.1"; 170 170 }; 171 171 jsonpath = { 172 172 dependencies = ["multi_json"]; ··· 174 174 platforms = []; 175 175 source = { 176 176 remotes = ["https://rubygems.org"]; 177 - sha256 = "0fkdjic88hh0accp0sbx5mcrr9yaqwampf5c3214212d4i614138"; 177 + sha256 = "1i1idcl0rpfkzkxngadw33a33v3gqf93a3kj52y2ha2zs26bdzjp"; 178 178 type = "gem"; 179 179 }; 180 - version = "1.1.2"; 180 + version = "1.1.3"; 181 181 }; 182 182 jwt = { 183 183 groups = ["default"]; 184 184 platforms = []; 185 185 source = { 186 186 remotes = ["https://rubygems.org"]; 187 - sha256 = "09yj3z5snhaawh2z1w45yyihzmh57m6m7dp8ra8gxavhj5kbiq5p"; 187 + sha256 = "16z11alz13vfc4zs5l3fk6n51n2jw9lskvc4h4prnww0y797qd87"; 188 188 type = "gem"; 189 189 }; 190 - version = "2.7.0"; 190 + version = "2.7.1"; 191 191 }; 192 192 krane = { 193 - dependencies = ["activesupport" "colorize" "concurrent-ruby" "ejson" "googleauth" "jsonpath" "kubeclient" "oj" "statsd-instrument" "thor"]; 193 + dependencies = ["activesupport" "colorize" "concurrent-ruby" "ejson" "googleauth" "jsonpath" "kubeclient" "multi_json" "statsd-instrument" "thor"]; 194 194 groups = ["default"]; 195 195 platforms = []; 196 196 source = { 197 197 remotes = ["https://rubygems.org"]; 198 - sha256 = "1d8vdj3wd2qp8agyadn0w33qf7z2p5lk3vlslb8jlph8x5y3mm70"; 198 + sha256 = "1qf5la1w4zrbda5n3s01pb9gij5hyknwglsnqsrc0vcm6bslfygj"; 199 199 type = "gem"; 200 200 }; 201 - version = "3.1.0"; 201 + version = "3.3.0"; 202 202 }; 203 203 kubeclient = { 204 204 dependencies = ["http" "jsonpath" "recursive-open-struct" "rest-client"]; ··· 238 238 platforms = []; 239 239 source = { 240 240 remotes = ["https://rubygems.org"]; 241 - sha256 = "0ipw892jbksbxxcrlx9g5ljq60qx47pm24ywgfbyjskbcl78pkvb"; 241 + sha256 = "0q8d881k1b3rbsfcdi3fx0b5vpdr5wcrhn88r2d9j7zjdkxp5mw5"; 242 242 type = "gem"; 243 243 }; 244 - version = "3.4.1"; 244 + version = "3.5.1"; 245 245 }; 246 246 mime-types-data = { 247 247 groups = ["default"]; 248 248 platforms = []; 249 249 source = { 250 250 remotes = ["https://rubygems.org"]; 251 - sha256 = "1pky3vzaxlgm9gw5wlqwwi7wsw3jrglrfflrppvvnsrlaiz043z9"; 251 + sha256 = "17zdim7kzrh5j8c97vjqp4xp78wbyz7smdp4hi5iyzk0s9imdn5a"; 252 252 type = "gem"; 253 253 }; 254 - version = "3.2023.0218.1"; 254 + version = "3.2023.0808"; 255 255 }; 256 256 minitest = { 257 257 groups = ["default"]; 258 258 platforms = []; 259 259 source = { 260 260 remotes = ["https://rubygems.org"]; 261 - sha256 = "0ic7i5z88zcaqnpzprf7saimq2f6sad57g5mkkqsrqrcd6h3mx06"; 261 + sha256 = "0jnpsbb2dbcs95p4is4431l2pw1l5pn7dfg3vkgb4ga464j0c5l6"; 262 262 type = "gem"; 263 263 }; 264 - version = "5.18.0"; 264 + version = "5.19.0"; 265 265 }; 266 266 multi_json = { 267 267 groups = ["default"]; ··· 283 283 }; 284 284 version = "0.11.0"; 285 285 }; 286 - oj = { 287 - groups = ["default"]; 288 - platforms = []; 289 - source = { 290 - remotes = ["https://rubygems.org"]; 291 - sha256 = "0l8l90iibzrxs33vn3adrhbg8cbmbn1qfh962p7gzwwybsdw73qy"; 292 - type = "gem"; 293 - }; 294 - version = "3.14.3"; 295 - }; 296 286 os = { 297 287 groups = ["default"]; 298 288 platforms = []; ··· 308 298 platforms = []; 309 299 source = { 310 300 remotes = ["https://rubygems.org"]; 311 - sha256 = "0hz0bx2qs2pwb0bwazzsah03ilpf3aai8b7lk7s35jsfzwbkjq35"; 301 + sha256 = "0n9j7mczl15r3kwqrah09cxj8hxdfawiqxa60kga2bmxl9flfz9k"; 312 302 type = "gem"; 313 303 }; 314 - version = "5.0.1"; 304 + version = "5.0.3"; 315 305 }; 316 306 rake = { 317 307 groups = ["default"]; ··· 370 360 platforms = []; 371 361 source = { 372 362 remotes = ["https://rubygems.org"]; 373 - sha256 = "1pg308z3ck1vpazrmczklqa6f9qciay8nysnhc16pgfsh2npzzrz"; 363 + sha256 = "1zpr5ms18ynygpwx73v0a8nkf41kpjylc9m3fyhvchq3ms17hcb0"; 374 364 type = "gem"; 375 365 }; 376 - version = "3.5.7"; 366 + version = "3.5.11"; 377 367 }; 378 368 thor = { 379 369 groups = ["default"]; 380 370 platforms = []; 381 371 source = { 382 372 remotes = ["https://rubygems.org"]; 383 - sha256 = "0inl77jh4ia03jw3iqm5ipr76ghal3hyjrd6r8zqsswwvi9j2xdi"; 373 + sha256 = "0k7j2wn14h1pl4smibasw0bp66kg626drxb59z7rzflch99cd4rg"; 384 374 type = "gem"; 385 375 }; 386 - version = "1.2.1"; 376 + version = "1.2.2"; 387 377 }; 388 378 tzinfo = { 389 379 dependencies = ["concurrent-ruby"];