Merge pull request #311356 from kira-bruneau/krane

krane: 3.5.2 -> 3.5.3

authored by Nick Cao and committed by GitHub b80ca410 89f9a2ee

+13 -13
+5 -5
pkgs/applications/networking/cluster/krane/Gemfile.lock
··· 14 14 addressable (2.8.6) 15 15 public_suffix (>= 2.0.2, < 6.0) 16 16 base64 (0.2.0) 17 - bigdecimal (3.1.7) 17 + bigdecimal (3.1.8) 18 18 colorize (0.8.1) 19 19 concurrent-ruby (1.2.3) 20 20 connection_pool (2.4.1) ··· 48 48 http-cookie (1.0.5) 49 49 domain_name (~> 0.5) 50 50 http-form_data (2.3.0) 51 - i18n (1.14.4) 51 + i18n (1.14.5) 52 52 concurrent-ruby (~> 1.0) 53 53 jsonpath (1.1.5) 54 54 multi_json 55 55 jwt (2.8.1) 56 56 base64 57 - krane (3.5.2) 57 + krane (3.5.3) 58 58 activesupport (>= 5.0) 59 59 colorize (~> 0.8) 60 60 concurrent-ruby (~> 1.1) ··· 75 75 rake (~> 13.0) 76 76 mime-types (3.5.2) 77 77 mime-types-data (~> 3.2015) 78 - mime-types-data (3.2024.0305) 78 + mime-types-data (3.2024.0507) 79 79 minitest (5.22.3) 80 80 multi_json (1.15.0) 81 81 mutex_m (0.2.0) ··· 109 109 krane 110 110 111 111 BUNDLED WITH 112 - 2.5.7 112 + 2.5.9
+8 -8
pkgs/applications/networking/cluster/krane/gemset.nix
··· 36 36 platforms = []; 37 37 source = { 38 38 remotes = ["https://rubygems.org"]; 39 - sha256 = "0cq1c29zbkcxgdihqisirhcw76xc768z2zpd5vbccpq0l1lv76g7"; 39 + sha256 = "1gi7zqgmqwi5lizggs1jhc3zlwaqayy9rx2ah80sxy24bbnng558"; 40 40 type = "gem"; 41 41 }; 42 - version = "3.1.7"; 42 + version = "3.1.8"; 43 43 }; 44 44 colorize = { 45 45 groups = ["default"]; ··· 214 214 platforms = []; 215 215 source = { 216 216 remotes = ["https://rubygems.org"]; 217 - sha256 = "0lbm33fpb3w06wd2231sg58dwlwgjsvym93m548ajvl6s3mfvpn7"; 217 + sha256 = "1ffix518y7976qih9k1lgnc17i3v6yrlh0a3mckpxdb4wc2vrp16"; 218 218 type = "gem"; 219 219 }; 220 - version = "1.14.4"; 220 + version = "1.14.5"; 221 221 }; 222 222 jsonpath = { 223 223 dependencies = ["multi_json"]; ··· 247 247 platforms = []; 248 248 source = { 249 249 remotes = ["https://rubygems.org"]; 250 - sha256 = "1s2xc5igk3yg3jpl3abakvrsf4xl6hljhgyddjsrp2g05sksa9x6"; 250 + sha256 = "11jj5fpfsb1sfwgc356xv1vxl8yq65wbbshmawpagk555y0pzbpb"; 251 251 type = "gem"; 252 252 }; 253 - version = "3.5.2"; 253 + version = "3.5.3"; 254 254 }; 255 255 kubeclient = { 256 256 dependencies = ["http" "jsonpath" "recursive-open-struct" "rest-client"]; ··· 290 290 platforms = []; 291 291 source = { 292 292 remotes = ["https://rubygems.org"]; 293 - sha256 = "00x7w5xqsj9m33v3vkmy23wipkkysafksib53ypzn27p5g81w455"; 293 + sha256 = "0kybw1a6f7d1ipyawnpi5cwiy05rkz9qwglgfvhmd1z0l2gcigmm"; 294 294 type = "gem"; 295 295 }; 296 - version = "3.2024.0305"; 296 + version = "3.2024.0507"; 297 297 }; 298 298 minitest = { 299 299 groups = ["default"];