Unverified Commit 074dea1e authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

Merge pull request #251077 from kira-bruneau/krane

krane: 3.1.0 -> 3.3.0
parents 434d160d dc51f3f0
Loading
Loading
Loading
Loading
+17 −18
Original line number Diff line number Diff line
GEM
  remote: https://rubygems.org/
  specs:
    activesupport (7.0.4.3)
    activesupport (7.0.7.2)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    addressable (2.8.4)
    addressable (2.8.5)
      public_suffix (>= 2.0.2, < 6.0)
    colorize (0.8.1)
    concurrent-ruby (1.2.2)
    domain_name (0.5.20190701)
      unf (>= 0.0.5, < 1.0.0)
    ejson (1.3.1)
    faraday (2.7.4)
    ejson (1.4.1)
    faraday (2.7.10)
      faraday-net_http (>= 2.0, < 3.1)
      ruby2_keywords (>= 0.0.4)
    faraday-net_http (3.0.2)
@@ -21,7 +21,7 @@ GEM
    ffi-compiler (1.0.1)
      ffi (>= 1.0.0)
      rake
    googleauth (1.5.2)
    googleauth (1.7.0)
      faraday (>= 0.17.3, < 3.a)
      jwt (>= 1.4, < 3.0)
      memoist (~> 0.16)
@@ -37,12 +37,12 @@ GEM
    http-cookie (1.0.5)
      domain_name (~> 0.5)
    http-form_data (2.3.0)
    i18n (1.12.0)
    i18n (1.14.1)
      concurrent-ruby (~> 1.0)
    jsonpath (1.1.2)
    jsonpath (1.1.3)
      multi_json
    jwt (2.7.0)
    krane (3.1.0)
    jwt (2.7.1)
    krane (3.3.0)
      activesupport (>= 5.0)
      colorize (~> 0.8)
      concurrent-ruby (~> 1.1)
@@ -50,7 +50,7 @@ GEM
      googleauth (~> 1.2)
      jsonpath (~> 1.0)
      kubeclient (~> 4.9)
      oj (~> 3.0)
      multi_json
      statsd-instrument (>= 2.8, < 4)
      thor (>= 1.0, < 2.0)
    kubeclient (4.11.0)
@@ -62,15 +62,14 @@ GEM
      ffi-compiler (~> 1.0)
      rake (~> 13.0)
    memoist (0.16.2)
    mime-types (3.4.1)
    mime-types (3.5.1)
      mime-types-data (~> 3.2015)
    mime-types-data (3.2023.0218.1)
    minitest (5.18.0)
    mime-types-data (3.2023.0808)
    minitest (5.19.0)
    multi_json (1.15.0)
    netrc (0.11.0)
    oj (3.14.3)
    os (1.1.4)
    public_suffix (5.0.1)
    public_suffix (5.0.3)
    rake (13.0.6)
    recursive-open-struct (1.1.3)
    rest-client (2.1.0)
@@ -84,8 +83,8 @@ GEM
      faraday (>= 0.17.5, < 3.a)
      jwt (>= 1.5, < 3.0)
      multi_json (~> 1.10)
    statsd-instrument (3.5.7)
    thor (1.2.1)
    statsd-instrument (3.5.11)
    thor (1.2.2)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unf (0.1.4)
@@ -99,4 +98,4 @@ DEPENDENCIES
  krane

BUNDLED WITH
   2.4.10
   2.4.18
+31 −41
Original line number Diff line number Diff line
@@ -5,10 +5,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "15m0b1im6i401ab51vzr7f8nk8kys1qa0snnl741y3sir3xd07jp";
      sha256 = "1vlzcnyqlbchaq85phmdv73ydlc18xpvxy1cbsk191cwd29i7q32";
      type = "gem";
    };
    version = "7.0.4.3";
    version = "7.0.7.2";
  };
  addressable = {
    dependencies = ["public_suffix"];
@@ -16,10 +16,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "15s8van7r2ad3dq6i03l3z4hqnvxcq75a3h72kxvf9an53sqma20";
      sha256 = "05r1fwy487klqkya7vzia8hnklcxy4vr92m9dmni3prfwk6zpw33";
      type = "gem";
    };
    version = "2.8.4";
    version = "2.8.5";
  };
  colorize = {
    groups = ["default"];
@@ -57,10 +57,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0gmfyyzzvb9k5nm1a5x83d7krajfghghfsakhxmdpvncyj2vnrpa";
      sha256 = "1bpry4i9ajh2h8fyljp0cb17iy03ar36yc9mpfxflmdznl7dwsjf";
      type = "gem";
    };
    version = "1.3.1";
    version = "1.4.1";
  };
  faraday = {
    dependencies = ["faraday-net_http" "ruby2_keywords"];
@@ -68,10 +68,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1f20vjx0ywx0zdb4dfx4cpa7kd51z6vg7dw5hs35laa45dy9g9pj";
      sha256 = "187clqhp9mv5mnqmjlfdp57svhsg1bggz84ak8v333j9skrnrgh9";
      type = "gem";
    };
    version = "2.7.4";
    version = "2.7.10";
  };
  faraday-net_http = {
    groups = ["default"];
@@ -110,10 +110,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1lj5haarpn7rybbq9s031zcn9ji3rlz5bk64bwa2j34q5s1h5gis";
      sha256 = "0h1k47vjaq37l0w9q49g3f50j1b0c1svhk07rmd1h49w38v2hxag";
      type = "gem";
    };
    version = "1.5.2";
    version = "1.7.0";
  };
  http = {
    dependencies = ["addressable" "http-cookie" "http-form_data" "llhttp-ffi"];
@@ -163,10 +163,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1vdcchz7jli1p0gnc669a7bj3q1fv09y9ppf0y3k0vb1jwdwrqwi";
      sha256 = "0qaamqsh5f3szhcakkak8ikxlzxqnv49n2p7504hcz2l0f4nj0wx";
      type = "gem";
    };
    version = "1.12.0";
    version = "1.14.1";
  };
  jsonpath = {
    dependencies = ["multi_json"];
@@ -174,31 +174,31 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0fkdjic88hh0accp0sbx5mcrr9yaqwampf5c3214212d4i614138";
      sha256 = "1i1idcl0rpfkzkxngadw33a33v3gqf93a3kj52y2ha2zs26bdzjp";
      type = "gem";
    };
    version = "1.1.2";
    version = "1.1.3";
  };
  jwt = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "09yj3z5snhaawh2z1w45yyihzmh57m6m7dp8ra8gxavhj5kbiq5p";
      sha256 = "16z11alz13vfc4zs5l3fk6n51n2jw9lskvc4h4prnww0y797qd87";
      type = "gem";
    };
    version = "2.7.0";
    version = "2.7.1";
  };
  krane = {
    dependencies = ["activesupport" "colorize" "concurrent-ruby" "ejson" "googleauth" "jsonpath" "kubeclient" "oj" "statsd-instrument" "thor"];
    dependencies = ["activesupport" "colorize" "concurrent-ruby" "ejson" "googleauth" "jsonpath" "kubeclient" "multi_json" "statsd-instrument" "thor"];
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1d8vdj3wd2qp8agyadn0w33qf7z2p5lk3vlslb8jlph8x5y3mm70";
      sha256 = "1qf5la1w4zrbda5n3s01pb9gij5hyknwglsnqsrc0vcm6bslfygj";
      type = "gem";
    };
    version = "3.1.0";
    version = "3.3.0";
  };
  kubeclient = {
    dependencies = ["http" "jsonpath" "recursive-open-struct" "rest-client"];
@@ -238,30 +238,30 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0ipw892jbksbxxcrlx9g5ljq60qx47pm24ywgfbyjskbcl78pkvb";
      sha256 = "0q8d881k1b3rbsfcdi3fx0b5vpdr5wcrhn88r2d9j7zjdkxp5mw5";
      type = "gem";
    };
    version = "3.4.1";
    version = "3.5.1";
  };
  mime-types-data = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1pky3vzaxlgm9gw5wlqwwi7wsw3jrglrfflrppvvnsrlaiz043z9";
      sha256 = "17zdim7kzrh5j8c97vjqp4xp78wbyz7smdp4hi5iyzk0s9imdn5a";
      type = "gem";
    };
    version = "3.2023.0218.1";
    version = "3.2023.0808";
  };
  minitest = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0ic7i5z88zcaqnpzprf7saimq2f6sad57g5mkkqsrqrcd6h3mx06";
      sha256 = "0jnpsbb2dbcs95p4is4431l2pw1l5pn7dfg3vkgb4ga464j0c5l6";
      type = "gem";
    };
    version = "5.18.0";
    version = "5.19.0";
  };
  multi_json = {
    groups = ["default"];
@@ -283,16 +283,6 @@
    };
    version = "0.11.0";
  };
  oj = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0l8l90iibzrxs33vn3adrhbg8cbmbn1qfh962p7gzwwybsdw73qy";
      type = "gem";
    };
    version = "3.14.3";
  };
  os = {
    groups = ["default"];
    platforms = [];
@@ -308,10 +298,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0hz0bx2qs2pwb0bwazzsah03ilpf3aai8b7lk7s35jsfzwbkjq35";
      sha256 = "0n9j7mczl15r3kwqrah09cxj8hxdfawiqxa60kga2bmxl9flfz9k";
      type = "gem";
    };
    version = "5.0.1";
    version = "5.0.3";
  };
  rake = {
    groups = ["default"];
@@ -370,20 +360,20 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1pg308z3ck1vpazrmczklqa6f9qciay8nysnhc16pgfsh2npzzrz";
      sha256 = "1zpr5ms18ynygpwx73v0a8nkf41kpjylc9m3fyhvchq3ms17hcb0";
      type = "gem";
    };
    version = "3.5.7";
    version = "3.5.11";
  };
  thor = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0inl77jh4ia03jw3iqm5ipr76ghal3hyjrd6r8zqsswwvi9j2xdi";
      sha256 = "0k7j2wn14h1pl4smibasw0bp66kg626drxb59z7rzflch99cd4rg";
      type = "gem";
    };
    version = "1.2.1";
    version = "1.2.2";
  };
  tzinfo = {
    dependencies = ["concurrent-ruby"];