diff options
author | Tim Smith <tsmith@chef.io> | 2016-12-02 13:31:18 -0800 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2016-12-02 13:31:18 -0800 |
commit | e9c3204f5386bb35da825b862bf96ed9d3c7dcb6 (patch) | |
tree | 68da0e2a0d388c16097e76ba81990e965d2ca19c | |
parent | 69a4a165de3c9e3e6838c4801465b426c267233b (diff) | |
download | chef-e9c3204f5386bb35da825b862bf96ed9d3c7dcb6.tar.gz |
Update chef client testing depstas50/newchefclient
We need the new chef-client cookbook
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | acceptance/Gemfile.lock | 55 | ||||
-rw-r--r-- | kitchen-tests/Berksfile.lock | 42 | ||||
-rw-r--r-- | kitchen-tests/Gemfile.lock | 11 |
3 files changed, 64 insertions, 44 deletions
diff --git a/acceptance/Gemfile.lock b/acceptance/Gemfile.lock index 4299609f91..6c1d3c4181 100644 --- a/acceptance/Gemfile.lock +++ b/acceptance/Gemfile.lock @@ -9,14 +9,17 @@ GIT GEM remote: https://rubygems.org/ specs: - addressable (2.4.0) - artifactory (2.5.0) - aws-sdk (2.6.14) - aws-sdk-resources (= 2.6.14) - aws-sdk-core (2.6.14) + addressable (2.5.0) + public_suffix (~> 2.0, >= 2.0.2) + artifactory (2.5.1) + aws-sdk (2.6.32) + aws-sdk-resources (= 2.6.32) + aws-sdk-core (2.6.32) + aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.6.14) - aws-sdk-core (= 2.6.14) + aws-sdk-resources (2.6.32) + aws-sdk-core (= 2.6.32) + aws-sigv4 (1.0.0) berkshelf (4.3.5) addressable (~> 2.3, >= 2.3.4) berkshelf-api-client (~> 2.0, >= 2.0.2) @@ -53,7 +56,7 @@ GEM celluloid-io (0.16.2) celluloid (>= 0.16.0) nio4r (>= 1.1.0) - chef-config (12.15.19) + chef-config (12.16.42) addressable fuzzyurl mixlib-config (~> 2.0) @@ -61,7 +64,7 @@ GEM cleanroom (1.0.0) coderay (1.1.1) diff-lcs (1.2.5) - docker-api (1.32.1) + docker-api (1.33.0) excon (>= 0.38.0) json erubis (2.7.0) @@ -77,7 +80,7 @@ GEM hashie (3.4.6) hitimes (1.2.4) httpclient (2.7.2) - inspec (1.3.0) + inspec (1.7.0) hashie (~> 3.4) json (>= 1.8, < 3.0) method_source (~> 0.8) @@ -87,6 +90,7 @@ GEM rainbow (~> 2) rspec (~> 3) rspec-its (~> 1.2) + rspec_junit_formatter (~> 0.2.3) rubyzip (~> 1.1) sslshake (~> 1) thor (~> 0.19) @@ -99,10 +103,11 @@ GEM multi_json retryable (~> 2.0) test-kitchen (~> 1.4, >= 1.4.1) - kitchen-inspec (0.15.2) - inspec (>= 0.22.0, < 2.0.0) + kitchen-inspec (0.16.1) + hashie (~> 3.4) + inspec (>= 0.34.0, < 2.0.0) test-kitchen (~> 1.6) - kitchen-vagrant (0.20.0) + kitchen-vagrant (0.21.0) test-kitchen (~> 1.4) little-plugger (1.1.4) logging (2.1.0) @@ -132,13 +137,14 @@ GEM net-ssh (>= 2.6.5) nio4r (1.2.1) nori (2.6.0) - octokit (4.4.1) - sawyer (~> 0.7.0, >= 0.5.3) - parallel (1.9.0) + octokit (4.6.2) + sawyer (~> 0.8.0, >= 0.5.3) + parallel (1.10.0) pry (0.10.4) coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + public_suffix (2.0.4) rainbow (2.1.0) retryable (2.0.4) ridley (4.6.1) @@ -175,19 +181,22 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.5.0) rspec-support (3.5.0) + rspec_junit_formatter (0.2.3) + builder (< 4) + rspec-core (>= 2, < 4, != 2.12.0) rubyntlm (0.6.1) rubyzip (1.2.0) safe_yaml (1.0.4) - sawyer (0.7.0) - addressable (>= 2.3.5, < 2.5) - faraday (~> 0.8, < 0.10) + sawyer (0.8.1) + addressable (>= 2.3.5, < 2.6) + faraday (~> 0.8, < 1.0) semverse (1.2.1) slop (3.6.0) solve (2.0.3) molinillo (~> 0.4.2) semverse (~> 1.1) sslshake (1.0.13) - test-kitchen (1.13.2) + test-kitchen (1.14.0) mixlib-install (>= 1.2, < 3.0) mixlib-shellout (>= 1.2, < 3.0) net-scp (~> 1.1) @@ -195,10 +204,10 @@ GEM net-ssh-gateway (~> 1.2.0) safe_yaml (~> 1.0) thor (~> 0.18) - thor (0.19.1) + thor (0.19.4) timers (4.0.4) hitimes - train (0.20.1) + train (0.22.0) docker-api (~> 1.26) json (>= 1.8, < 3.0) mixlib-shellout (~> 2.0) @@ -245,4 +254,4 @@ DEPENDENCIES winrm-elevated BUNDLED WITH - 1.12.5 + 1.13.6 diff --git a/kitchen-tests/Berksfile.lock b/kitchen-tests/Berksfile.lock index 9261f6f481..bf6b9f2c95 100644 --- a/kitchen-tests/Berksfile.lock +++ b/kitchen-tests/Berksfile.lock @@ -52,32 +52,32 @@ GRAPH sudo (>= 0.0.0) ubuntu (>= 0.0.0) users (>= 0.0.0) - build-essential (7.0.1) + build-essential (7.0.2) compat_resource (>= 12.14) mingw (>= 1.1) seven_zip (>= 0.0.0) - chef-client (6.0.0) + chef-client (7.0.1) cron (>= 1.7.0) logrotate (>= 1.9.0) windows (>= 1.42.0) chef-sugar (3.4.0) chef_hostname (0.4.2) compat_resource (>= 0.0.0) - compat_resource (12.14.7) + compat_resource (12.16.2) cron (3.0.0) - database (6.0.0) + database (6.1.1) postgresql (>= 1.0.0) - firewall (2.5.2) + firewall (2.5.3) chef-sugar (>= 0.0.0) httpd (0.4.4) compat_resource (>= 12.14.6) - iis (5.0.4) + iis (5.0.5) windows (>= 1.34.6) iptables (3.0.1) compat_resource (>= 12.14.3) logrotate (2.1.0) compat_resource (>= 0.0.0) - mariadb (0.3.1) + mariadb (0.3.3) apt (>= 0.0.0) yum (>= 0.0.0) yum-epel (>= 0.0.0) @@ -96,10 +96,11 @@ GRAPH nscd (4.1.0) compat_resource (>= 0.0.0) ntp (3.2.0) + ohai (4.2.2) + compat_resource (>= 12.14) openssh (2.1.0) iptables (>= 1.0) - openssl (4.4.0) - chef-sugar (>= 3.1.1) + openssl (6.0.0) php (1.5.0) build-essential (>= 0.0.0) iis (>= 0.0.0) @@ -107,10 +108,10 @@ GRAPH windows (>= 0.0.0) xml (>= 0.0.0) yum-epel (>= 0.0.0) - postgresql (4.0.6) + postgresql (5.1.0) apt (>= 1.9.0) - build-essential (>= 0.0.0) - openssl (~> 4.0) + build-essential (>= 2.0.0) + openssl (>= 4.0) rbac (1.0.3) resolver (1.3.1) selinux (0.9.0) @@ -118,15 +119,16 @@ GRAPH windows (>= 1.2.2) smf (2.2.8) rbac (>= 1.0.1) - sudo (3.0.0) + sudo (3.1.0) ubuntu (2.0.0) apt (>= 0.0.0) - users (4.0.1) - windows (2.0.2) + users (4.0.3) + windows (2.1.1) + ohai (>= 4.0.0) xml (3.0.0) build-essential (>= 0.0.0) - yum (4.0.0) - yum-epel (1.0.1) - yum (>= 3.6) - yum-mysql-community (1.0.0) - yum (>= 3.2) + yum (4.1.0) + yum-epel (2.0.0) + compat_resource (>= 12.14.6) + yum-mysql-community (2.0.2) + compat_resource (>= 12.14.7) diff --git a/kitchen-tests/Gemfile.lock b/kitchen-tests/Gemfile.lock index bfae6c04da..957b478396 100644 --- a/kitchen-tests/Gemfile.lock +++ b/kitchen-tests/Gemfile.lock @@ -62,6 +62,7 @@ GEM faraday (0.9.2) multipart-post (>= 1.2, < 3) ffi (1.9.14) + ffi (1.9.14-x86-mingw32) fuzzyurl (0.9.0) gssapi (1.2.0) ffi (>= 1.0.1) @@ -69,6 +70,7 @@ GEM builder (>= 2.1.2) hashie (3.4.6) hitimes (1.2.4) + hitimes (1.2.4-x86-mingw32) httpclient (2.8.2.4) inspec (1.7.0) hashie (~> 3.4) @@ -121,6 +123,9 @@ GEM thor mixlib-log (1.7.1) mixlib-shellout (2.2.7) + mixlib-shellout (2.2.7-universal-mingw32) + win32-process (~> 0.8.2) + wmi-lite (~> 1.0) mixlib-versioning (1.1.0) molinillo (0.5.4) multi_json (1.12.1) @@ -214,6 +219,8 @@ GEM varia_model (0.6.0) buff-extensions (~> 2.0) hashie (>= 2.0.2, < 4.0.0) + win32-process (0.8.3) + ffi (>= 1.0.0) winrm (2.1.0) builder (>= 2.1.2) erubis (~> 2.7) @@ -228,9 +235,11 @@ GEM logging (>= 1.6.1, < 3.0) rubyzip (~> 1.1) winrm (~> 2.0) + wmi-lite (1.0.0) PLATFORMS ruby + x86-mingw32 DEPENDENCIES berkshelf @@ -244,4 +253,4 @@ DEPENDENCIES vagrant-wrapper BUNDLED WITH - 1.12.5 + 1.13.6 |