Unverified Commit 5a3ff8ee authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

chef-cli: migrate to by-name, upgrade (#489573)

parents 5409e270 4db9cdce
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
source 'https://rubygems.org'
gem "chef-cli"

gem "syslog", "~> 0.4.0"
+158 −126
Original line number Diff line number Diff line
GEM
  remote: https://rubygems.org/
  specs:
    activesupport (7.0.8.7)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
      tzinfo (~> 2.0)
    addressable (2.8.7)
      public_suffix (>= 2.0.2, < 7.0)
    addressable (2.8.8)
      public_suffix (>= 2.0.2, < 8.0)
    ast (2.4.3)
    aws-eventstream (1.4.0)
    aws-partitions (1.1110.0)
    aws-sdk-core (3.225.0)
    aws-partitions (1.1213.0)
    aws-sdk-core (3.242.0)
      aws-eventstream (~> 1, >= 1.3.0)
      aws-partitions (~> 1, >= 1.992.0)
      aws-sigv4 (~> 1.9)
      base64
      bigdecimal
      jmespath (~> 1, >= 1.6.1)
      logger
    aws-sdk-kms (1.102.0)
      aws-sdk-core (~> 3, >= 3.225.0)
    aws-sdk-kms (1.121.0)
      aws-sdk-core (~> 3, >= 3.241.4)
      aws-sigv4 (~> 1.5)
    aws-sdk-s3 (1.189.0)
      aws-sdk-core (~> 3, >= 3.225.0)
    aws-sdk-s3 (1.213.0)
      aws-sdk-core (~> 3, >= 3.241.4)
      aws-sdk-kms (~> 1)
      aws-sigv4 (~> 1.5)
    aws-sdk-secretsmanager (1.116.0)
      aws-sdk-core (~> 3, >= 3.225.0)
    aws-sdk-secretsmanager (1.128.0)
      aws-sdk-core (~> 3, >= 3.241.4)
      aws-sigv4 (~> 1.5)
    aws-sigv4 (1.12.0)
    aws-sigv4 (1.12.1)
      aws-eventstream (~> 1, >= 1.0.2)
    base64 (0.3.0)
    bigdecimal (3.2.1)
    benchmark (0.5.0)
    bigdecimal (4.0.1)
    builder (3.3.0)
    chef (18.7.10)
    chef (18.3.0)
      addressable
      aws-sdk-s3 (~> 1.91)
      aws-sdk-secretsmanager (~> 1.46)
      chef-config (= 18.7.10)
      chef-utils (= 18.7.10)
      chef-config (= 18.3.0)
      chef-utils (= 18.3.0)
      chef-vault
      chef-zero (>= 15.0.17)
      chef-zero (>= 14.0.11)
      corefoundation (~> 0.3.4)
      diff-lcs (>= 1.2.4, < 1.6.0, != 1.4.0)
      erubis (~> 2.7)
      ffi (>= 1.15.5, <= 1.16.3)
      ffi (>= 1.15.5)
      ffi-libarchive (~> 1.0, >= 1.0.3)
      ffi-yajl (~> 2.2)
      iniparse (~> 1.4)
      inspec-core (>= 5, < 6)
      inspec-core (>= 5)
      license-acceptance (>= 1.0.5, < 3)
      mixlib-archive (>= 0.4, < 2.0)
      mixlib-authentication (>= 2.1, < 4)
      mixlib-cli (>= 2.1.1, < 3.0)
      mixlib-log (>= 2.0.3, < 3.2)
      mixlib-log (>= 2.0.3, < 4.0)
      mixlib-shellout (>= 3.1.1, < 4.0)
      net-ftp
      net-sftp (>= 2.1.2, < 5.0)
@@ -61,13 +58,13 @@ GEM
      plist (~> 3.2)
      proxifier2 (~> 1.1)
      syslog-logger (~> 1.6)
      train-core (~> 3.10, <= 3.12.13)
      train-core (~> 3.10)
      train-rest (>= 0.4.1)
      train-winrm (~> 0.2.17)
      unf_ext (~> 0.0.8.2)
      train-winrm (>= 0.2.5)
      unf_ext (>= 0.0.8.2)
      uuidtools (>= 2.1.5, < 3.0)
      vault (~> 0.18.2)
    chef-cli (5.6.21)
      vault (~> 0.16)
    chef-cli (5.6.23)
      addressable (>= 2.3.5, < 2.9)
      chef (~> 18.0)
      cookbook-omnifetch (~> 0.5)
@@ -79,116 +76,136 @@ GEM
      mixlib-shellout (>= 2.0, < 4.0)
      pastel (~> 0.7)
      solve (> 2.0, < 5.0)
    chef-config (18.7.10)
    chef-config (18.3.0)
      addressable
      chef-utils (= 18.7.10)
      chef-utils (= 18.3.0)
      fuzzyurl
      mixlib-config (>= 2.2.12, < 4.0)
      mixlib-shellout (>= 2.0, < 4.0)
      tomlrb (~> 1.2)
    chef-gyoku (1.4.5)
    chef-gyoku (1.5.0)
      builder (>= 2.1.2)
      rexml (~> 3.4)
    chef-licensing (1.4.0)
      chef-config (>= 15)
      faraday (>= 1, < 3)
      faraday-http-cache
      mixlib-log (~> 3.0)
      ostruct (~> 0.6.0)
      pstore (~> 0.1.1)
      tty-prompt (~> 0.23)
      tty-spinner (~> 0.9.3)
    chef-telemetry (1.1.1)
      chef-config
      concurrent-ruby (~> 1.0)
    chef-utils (18.7.10)
    chef-utils (18.3.0)
      concurrent-ruby
    chef-vault (4.1.23)
    chef-winrm (2.3.12)
    chef-vault (4.2.5)
      syslog (~> 0.3)
    chef-winrm (2.5.0)
      builder (>= 2.1.2)
      chef-gyoku (~> 1.4.0, <= 1.4.5)
      chef-gyoku (~> 1.5)
      erubi (~> 1.8)
      ffi (>= 1.15.5, < 1.17.0)
      gssapi (~> 1.2)
      httpclient (~> 2.2, >= 2.2.0.2)
      logging (>= 1.6.1, < 3.0)
      nori (= 2.7.0)
      rexml (~> 3.3)
      nori (~> 2.7)
      rexml (>= 3.4.2, < 4.0)
      rubyntlm (~> 0.6.0, >= 0.6.3)
    chef-winrm-elevated (1.2.5)
      chef-winrm (>= 2.3.11)
      chef-winrm-fs (>= 1.3.7)
      erubi (~> 1.8)
    chef-winrm-fs (1.3.7)
      chef-winrm (>= 2.3.11)
    chef-winrm-fs (1.4.2)
      benchmark (~> 0.5.0)
      chef-winrm (~> 2.4)
      csv (~> 3.3)
      erubi (>= 1.7)
      logging (>= 1.6.1, < 3.0)
      rubyzip (~> 2.0)
    chef-zero (15.0.17)
      activesupport (~> 7.0, < 7.1)
      ffi-yajl (~> 2.2)
      hashie (>= 2.0, < 5.0)
    chef-zero (15.1.0)
      ffi-yajl (>= 2.2, < 4.0)
      hashie (>= 2.0, < 6.0)
      mixlib-log (>= 2.0, < 4.0)
      rack (~> 3.1, >= 3.1.10)
      rack (~> 3.1, >= 3.1.16)
      rackup (~> 2.2, >= 2.2.1)
      unf_ext (~> 0.0.8)
      uuidtools (~> 2.1)
      webrick
    coderay (1.1.3)
    concurrent-ruby (1.3.5)
    concurrent-ruby (1.3.6)
    connection_pool (2.5.5)
    cookbook-omnifetch (0.12.2)
      mixlib-archive (>= 0.4, < 2.0)
    cookstyle (8.1.4)
      rubocop (= 1.75.8)
    cookstyle (8.5.3)
      rubocop (= 1.81.7)
    corefoundation (0.3.13)
      ffi (>= 1.15.0)
    date (3.4.1)
    csv (3.3.5)
    date (3.5.1)
    diff-lcs (1.5.1)
    domain_name (0.6.20240107)
    erubi (1.13.1)
    erubis (2.7.0)
    faraday (2.13.1)
    faraday (2.14.1)
      faraday-net_http (>= 2.0, < 3.5)
      json
      logger
    faraday-follow_redirects (0.3.0)
    faraday-follow_redirects (0.5.0)
      faraday (>= 1, < 3)
    faraday-net_http (3.4.0)
      net-http (>= 0.5.0)
    ffi (1.16.3)
    faraday-http-cache (2.6.1)
      faraday (>= 0.8)
    faraday-net_http (3.4.2)
      net-http (~> 0.5)
    ffi (1.17.3)
    ffi-libarchive (1.1.14)
      ffi (~> 1.0)
    ffi-yajl (2.6.0)
      libyajl2 (>= 1.2)
    ffi-yajl (2.7.7)
      libyajl2 (>= 2.1)
      yajl
    fuzzyurl (0.9.0)
    gssapi (1.3.1)
      ffi (>= 1.0.1)
    hashie (4.1.0)
    hashie (5.1.0)
      logger
    http-accept (1.7.0)
    http-cookie (1.0.8)
    http-cookie (1.1.0)
      domain_name (~> 0.5)
    httpclient (2.9.0)
      mutex_m
    i18n (1.14.7)
      concurrent-ruby (~> 1.0)
    iniparse (1.5.0)
    inspec-core (5.22.80)
    inspec-core (7.0.95)
      addressable (~> 2.4)
      chef-licensing (>= 1.2.0)
      chef-telemetry (~> 1.0, >= 1.0.8)
      cookstyle
      csv (~> 3.0)
      faraday (>= 1, < 3)
      faraday-follow_redirects (~> 0.3)
      hashie (>= 3.4, < 6.0)
      license-acceptance (>= 0.2.13, < 3.0)
      method_source (>= 0.8, < 2.0)
      mixlib-log (~> 3.0, < 3.2)
      mixlib-log (~> 3.0)
      multipart-post (~> 2.0)
      ostruct (>= 0.1, < 0.7)
      parallel (~> 1.9)
      parslet (>= 1.5, < 3.0)
      pry (~> 0.13)
      rspec (>= 3.9, <= 3.12)
      rspec-its (~> 1.2)
      rubyzip (>= 1.2.2, < 3.0)
      rspec (>= 3.9, <= 3.14)
      rspec-its (>= 1.2, < 3.0)
      rubyzip (>= 1.2.2, < 4.0)
      semverse (~> 3.0)
      sslshake (~> 1.2)
      thor (>= 0.20, < 1.3.0)
      tomlrb (>= 1.2, < 2.1)
      train-core (~> 3.12.13)
      syslog (~> 0.1)
      thor (>= 0.20, < 1.5.0)
      tomlrb (>= 1.3, < 2.1)
      train-core (~> 3.13, >= 3.13.4)
      tty-prompt (~> 0.17)
      tty-table (~> 0.10)
    io-console (0.8.2)
    ipaddress (0.8.3)
    jmespath (1.6.2)
    json (2.12.2)
    json (2.18.1)
    language_server-protocol (3.17.0.5)
    libyajl2 (2.1.0)
    license-acceptance (2.1.13)
@@ -206,28 +223,29 @@ GEM
    mime-types (3.7.0)
      logger
      mime-types-data (~> 3.2025, >= 3.2025.0507)
    mime-types-data (3.2025.0527)
    minitar (1.0.2)
    minitest (5.25.5)
    mixlib-archive (1.1.7)
    mime-types-data (3.2026.0203)
    minitar (1.1.0)
    mixlib-archive (1.3.3)
      mixlib-log
    mixlib-authentication (3.0.10)
    mixlib-cli (2.1.8)
    mixlib-config (3.0.27)
      tomlrb
    mixlib-log (3.1.2.1)
      ffi (< 1.17.0)
    mixlib-shellout (3.3.9)
    mixlib-log (3.2.3)
      ffi (>= 1.15.5)
    mixlib-shellout (3.4.10)
      chef-utils
    molinillo (0.8.0)
    multi_json (1.15.0)
    multi_json (1.19.1)
    multipart-post (2.4.1)
    mutex_m (0.3.0)
    net-ftp (0.3.8)
    net-ftp (0.3.9)
      net-protocol
      time
    net-http (0.6.0)
      uri
    net-http (0.9.1)
      uri (>= 0.11.1)
    net-http-persistent (4.0.8)
      connection_pool (>= 2.2.4, < 4)
    net-protocol (0.2.2)
      timeout
    net-scp (4.1.0)
@@ -236,12 +254,12 @@ GEM
      net-ssh (>= 5.0.0, < 8.0.0)
    net-ssh (7.3.0)
    netrc (0.11.0)
    nori (2.7.0)
    nori (2.7.1)
      bigdecimal
    ohai (18.2.6)
    ohai (18.1.18)
      chef-config (>= 14.12, < 19)
      chef-utils (>= 16.0, < 19)
      ffi (~> 1.9, <= 1.17.0)
      ffi (~> 1.9)
      ffi-yajl (~> 2.2)
      ipaddress
      mixlib-cli (>= 1.7.0)
@@ -251,49 +269,54 @@ GEM
      plist (~> 3.1)
      train-core
      wmi-lite (~> 1.0)
    ostruct (0.6.3)
    parallel (1.27.0)
    parser (3.3.8.0)
    parser (3.3.10.1)
      ast (~> 2.4.1)
      racc
    parslet (2.0.0)
    pastel (0.8.0)
      tty-color (~> 0.5)
    plist (3.7.2)
    prism (1.4.0)
    prism (1.9.0)
    proxifier2 (1.1.0)
    pry (0.15.2)
    pry (0.16.0)
      coderay (~> 1.1)
      method_source (~> 1.0)
    public_suffix (6.0.2)
      reline (>= 0.6.0)
    pstore (0.1.4)
    public_suffix (7.0.2)
    racc (1.8.1)
    rack (3.1.15)
    rackup (2.2.1)
    rack (3.2.4)
    rackup (2.3.1)
      rack (>= 3)
    rainbow (3.1.1)
    regexp_parser (2.10.0)
    regexp_parser (2.11.3)
    reline (0.6.3)
      io-console (~> 0.5)
    rest-client (2.1.0)
      http-accept (>= 1.7.0, < 2.0)
      http-cookie (>= 1.0.2, < 2.0)
      mime-types (>= 1.16, < 4.0)
      netrc (~> 0.8)
    rexml (3.4.1)
    rspec (3.12.0)
      rspec-core (~> 3.12.0)
      rspec-expectations (~> 3.12.0)
      rspec-mocks (~> 3.12.0)
    rspec-core (3.12.3)
      rspec-support (~> 3.12.0)
    rspec-expectations (3.12.4)
    rexml (3.4.4)
    rspec (3.13.2)
      rspec-core (~> 3.13.0)
      rspec-expectations (~> 3.13.0)
      rspec-mocks (~> 3.13.0)
    rspec-core (3.13.6)
      rspec-support (~> 3.13.0)
    rspec-expectations (3.13.5)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-its (1.3.1)
      rspec-core (>= 3.0.0)
      rspec-expectations (>= 3.0.0)
    rspec-mocks (3.12.7)
      rspec-support (~> 3.13.0)
    rspec-its (2.0.0)
      rspec-core (>= 3.13.0)
      rspec-expectations (>= 3.13.0)
    rspec-mocks (3.13.7)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.12.0)
    rspec-support (3.12.2)
    rubocop (1.75.8)
      rspec-support (~> 3.13.0)
    rspec-support (3.13.7)
    rubocop (1.81.7)
      json (~> 2.3)
      language_server-protocol (~> 3.17.0.2)
      lint_roller (~> 1.1.0)
@@ -301,17 +324,18 @@ GEM
      parser (>= 3.3.0.2)
      rainbow (>= 2.2.2, < 4.0)
      regexp_parser (>= 2.9.3, < 3.0)
      rubocop-ast (>= 1.44.0, < 2.0)
      rubocop-ast (>= 1.47.1, < 2.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (>= 2.4.0, < 4.0)
    rubocop-ast (1.45.0)
    rubocop-ast (1.49.0)
      parser (>= 3.3.7.2)
      prism (~> 1.4)
      prism (~> 1.7)
    ruby-progressbar (1.13.0)
    rubyntlm (0.6.5)
      base64
    rubyzip (2.4.1)
    semverse (3.0.2)
    socksify (1.8.1)
    solve (4.0.4)
      molinillo (~> 0.6)
      semverse (>= 1.1, < 4.0)
@@ -321,15 +345,17 @@ GEM
      unicode-display_width (>= 1.5, < 3.0)
      unicode_utils (~> 1.4)
    strings-ansi (0.2.0)
    syslog (0.4.0)
      logger
    syslog-logger (1.6.8)
    thor (1.2.2)
    time (0.4.1)
    thor (1.4.0)
    time (0.4.2)
      date
    timeout (0.4.3)
    timeout (0.6.0)
    tomlrb (1.3.0)
    train-core (3.12.13)
    train-core (3.16.1)
      addressable (~> 2.5)
      ffi (!= 1.13.0)
      ffi (>= 1.16.0, < 1.18)
      json (>= 1.8, < 3.0)
      mixlib-shellout (>= 2.0, < 4.0)
      net-scp (>= 1.2, < 5.0)
@@ -338,10 +364,11 @@ GEM
      aws-sigv4 (~> 1.5)
      rest-client (~> 2.1)
      train-core (~> 3.0)
    train-winrm (0.2.19)
      chef-winrm (~> 2.3.12)
      chef-winrm-elevated (~> 1.2.5)
      chef-winrm-fs (~> 1.3.7)
    train-winrm (0.4.3)
      chef-winrm (>= 2.4.4, < 3.0)
      chef-winrm-elevated (>= 1.2.5, < 2.0)
      chef-winrm-fs (>= 1.4.1, < 2.0)
      socksify (~> 1.8)
    tty-box (0.7.0)
      pastel (~> 0.8)
      strings (~> 0.2.0)
@@ -356,28 +383,33 @@ GEM
      tty-screen (~> 0.8)
      wisper (~> 2.0)
    tty-screen (0.8.2)
    tty-spinner (0.9.3)
      tty-cursor (~> 0.7)
    tty-table (0.12.0)
      pastel (~> 0.8)
      strings (~> 0.2.0)
      tty-screen (~> 0.8)
    tzinfo (2.0.6)
      concurrent-ruby (~> 1.0)
    unf_ext (0.0.8.2)
    unf_ext (0.0.9.1)
    unicode-display_width (2.6.0)
    unicode_utils (1.4.0)
    uri (1.0.3)
    uri (1.1.1)
    uuidtools (2.2.0)
    vault (0.18.2)
    vault (0.20.0)
      aws-sigv4
    webrick (1.9.1)
      base64
      connection_pool (~> 2.4)
      net-http-persistent (~> 4.0, >= 4.0.2)
    webrick (1.9.2)
    wisper (2.0.1)
    wmi-lite (1.0.7)
    yajl (0.3.4)

PLATFORMS
  ruby

DEPENDENCIES
  chef-cli
  syslog (~> 0.4.0)

BUNDLED WITH
   2.6.6
   2.7.2
+305 −180

File changed and moved.

Preview size limit exceeded, changes collapsed.

+0 −2
Original line number Diff line number Diff line
@@ -375,8 +375,6 @@ with pkgs;
    practiceMod = true;
  };

  chef-cli = callPackage ../tools/misc/chef-cli { };

  coolercontrol = recurseIntoAttrs (callPackage ../applications/system/coolercontrol { });

  dhallDirectoryToNix = callPackage ../build-support/dhall/directory-to-nix.nix { };