diff options
-rw-r--r-- | Gemfile.lock | 10 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 | ||||
-rw-r--r-- | kitchen-tests/Berksfile.lock | 28 | ||||
-rw-r--r-- | lib/chef/version.rb | 2 |
5 files changed, 23 insertions, 21 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index fdec068a8c..7d166cb74d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -17,9 +17,9 @@ GIT PATH remote: . specs: - chef (12.12.6) + chef (12.12.7) bundler (>= 1.10) - chef-config (= 12.12.6) + chef-config (= 12.12.7) chef-zero (~> 4.5) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -44,9 +44,9 @@ PATH specinfra (~> 2.10) syslog-logger (~> 1.6) uuidtools (~> 2.1.5) - chef (12.12.6-universal-mingw32) + chef (12.12.7-universal-mingw32) bundler (>= 1.10) - chef-config (= 12.12.6) + chef-config (= 12.12.7) chef-zero (~> 4.5) diff-lcs (~> 1.2, >= 1.2.4) erubis (~> 2.7) @@ -86,7 +86,7 @@ PATH PATH remote: chef-config specs: - chef-config (12.12.6) + chef-config (12.12.7) fuzzyurl (~> 0.8.0) mixlib-config (~> 2.0) mixlib-shellout (~> 2.0) @@ -1 +1 @@ -12.12.6
\ No newline at end of file +12.12.7
\ No newline at end of file diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 69b178701c..2cc2ef8780 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.12.6" + VERSION = "12.12.7" end # diff --git a/kitchen-tests/Berksfile.lock b/kitchen-tests/Berksfile.lock index d24f5d7bfe..79bb375d05 100644 --- a/kitchen-tests/Berksfile.lock +++ b/kitchen-tests/Berksfile.lock @@ -10,7 +10,8 @@ DEPENDENCIES GRAPH apache2 (3.2.2) - apt (3.0.0) + apt (4.0.1) + compat_resource (>= 12.10) aws (3.3.3) ohai (>= 2.1.0) base (0.1.0) @@ -29,18 +30,19 @@ GRAPH ubuntu (>= 0.0.0) users (>= 0.0.0) yum-epel (>= 0.0.0) - build-essential (4.0.0) - mingw (>= 0.0.0) + build-essential (6.0.0) + compat_resource (>= 12.10) + mingw (>= 1.1) seven_zip (>= 0.0.0) - chef-client (4.5.2) + chef-client (4.6.0) cron (>= 1.7.0) logrotate (>= 1.9.0) - windows (>= 1.39.0) + windows (>= 1.42.0) chef-sugar (3.3.0) chef_handler (1.4.0) chef_hostname (0.4.1) compat_resource (>= 0.0.0) - compat_resource (12.10.4) + compat_resource (12.10.6) cron (1.7.6) database (2.3.1) aws (>= 0.0.0) @@ -48,11 +50,11 @@ GRAPH mysql-chef_gem (~> 0.0) postgresql (>= 1.0.0) xfs (>= 0.0.0) - iis (4.1.7) + iis (4.1.8) windows (>= 1.34.6) iptables (2.2.0) logrotate (1.9.2) - mingw (1.0.0) + mingw (1.2.2) compat_resource (>= 0.0.0) seven_zip (>= 0.0.0) multipackage (3.0.28) @@ -62,12 +64,12 @@ GRAPH mysql-chef_gem (0.0.5) build-essential (>= 0.0.0) mysql (>= 0.0.0) - nscd (4.0.0) + nscd (4.1.0) compat_resource (>= 0.0.0) ntp (2.0.0) windows (>= 1.38.0) - ohai (4.0.2) - compat_resource (>= 12.9.0) + ohai (4.1.1) + compat_resource (>= 12.10) openssh (2.0.0) iptables (>= 1.0) openssl (4.4.0) @@ -96,13 +98,13 @@ GRAPH database (~> 2.3.1) mysql (~> 5.6.3) php (~> 1.5.0) - windows (1.41.0) + windows (1.44.0) chef_handler (>= 0.0.0) xfs (2.0.1) xml (2.0.0) build-essential (>= 0.0.0) chef-sugar (>= 0.0.0) - yum (3.10.0) + yum (3.11.0) yum-epel (0.7.0) yum (>= 3.6.3) yum-mysql-community (0.2.0) diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 43ac2e62b1..4bd8dc1c51 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -21,7 +21,7 @@ class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = "12.12.6" + VERSION = "12.12.7" end # |