summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock16
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 15 insertions, 14 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index df56f6cb41..b8334eadc6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 15.0.116 -->
-## [v15.0.116](https://github.com/chef/chef/tree/v15.0.116) (2018-12-20)
+<!-- latest_release 15.0.117 -->
+## [v15.0.117](https://github.com/chef/chef/tree/v15.0.117) (2018-12-31)
#### Merged Pull Requests
-- Update train-core to 1.6.3 for smaller size and new winrm options [#8074](https://github.com/chef/chef/pull/8074) ([tas50](https://github.com/tas50))
+- Bump inspec-core to 3.2.6 [#8076](https://github.com/chef/chef/pull/8076) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup -->
### Changes since latest stable release
#### Merged Pull Requests
+- Bump inspec-core to 3.2.6 [#8076](https://github.com/chef/chef/pull/8076) ([tas50](https://github.com/tas50)) <!-- 15.0.117 -->
- Update train-core to 1.6.3 for smaller size and new winrm options [#8074](https://github.com/chef/chef/pull/8074) ([tas50](https://github.com/tas50)) <!-- 15.0.116 -->
- Disable s3 omnibus cache [#8068](https://github.com/chef/chef/pull/8068) ([tas50](https://github.com/tas50)) <!-- 15.0.115 -->
- windows_certificate: Fix failures in delete action fails if certificate doesn&#39;t exist [#8000](https://github.com/chef/chef/pull/8000) ([Vasu1105](https://github.com/Vasu1105)) <!-- 15.0.114 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index be96935e31..b7d1adf376 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.116)
+ chef (15.0.117)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.116)
+ chef-config (= 15.0.117)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -57,10 +57,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (15.0.116-universal-mingw32)
+ chef (15.0.117-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.116)
+ chef-config (= 15.0.117)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -104,7 +104,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (15.0.116)
+ chef-config (15.0.117)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
@@ -236,7 +236,7 @@ GEM
pastel (0.7.2)
equatable (~> 0.5.0)
tty-color (~> 0.4.0)
- plist (3.4.0)
+ plist (3.5.0)
powerpack (0.1.2)
proxifier (1.0.3)
pry (0.12.2)
@@ -305,7 +305,7 @@ GEM
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
slop (3.6.0)
- specinfra (2.76.5)
+ specinfra (2.76.6)
net-scp
net-ssh (>= 2.7)
net-telnet (= 0.1.1)
@@ -321,7 +321,7 @@ GEM
systemu (2.6.5)
thor (0.20.3)
timers (4.2.0)
- tomlrb (1.2.7)
+ tomlrb (1.2.8)
train-core (1.6.3)
json (>= 1.8, < 3.0)
mixlib-shellout (~> 2.0)
diff --git a/VERSION b/VERSION
index e81241bf71..77276e72b1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.116 \ No newline at end of file
+15.0.117 \ 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 6bcde8bfb6..daf6c1db74 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 = "15.0.116".freeze
+ VERSION = "15.0.117".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 1e011acf56..8c139ba147 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.0.116")
+ VERSION = Chef::VersionString.new("15.0.117")
end
#