summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-31 21:36:07 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-31 21:36:07 +0000
commit201ced07b525141caf6c6f04c9837a9934d9746f (patch)
tree53edcef9645e6aea29a5056d4aed237c87eb061a
parentf3d04859e2931aa6843526f9ce37453d75c7a248 (diff)
downloadchef-201ced07b525141caf6c6f04c9837a9934d9746f.tar.gz
Bump version to 15.0.118 by Chef Expeditorv15.0.118
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock10
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 12 insertions, 11 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8334eadc6..11ca1c1fab 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.117 -->
-## [v15.0.117](https://github.com/chef/chef/tree/v15.0.117) (2018-12-31)
+<!-- latest_release 15.0.118 -->
+## [v15.0.118](https://github.com/chef/chef/tree/v15.0.118) (2018-12-31)
#### Merged Pull Requests
-- Bump inspec-core to 3.2.6 [#8076](https://github.com/chef/chef/pull/8076) ([tas50](https://github.com/tas50))
+- Bump multiple deps to the latest [#8085](https://github.com/chef/chef/pull/8085) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup -->
### Changes since latest stable release
#### Merged Pull Requests
+- Bump multiple deps to the latest [#8085](https://github.com/chef/chef/pull/8085) ([tas50](https://github.com/tas50)) <!-- 15.0.118 -->
- 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 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 5e8b6b3383..b5e9bd384a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.117)
+ chef (15.0.118)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.117)
+ chef-config (= 15.0.118)
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.117-universal-mingw32)
+ chef (15.0.118-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.117)
+ chef-config (= 15.0.118)
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.117)
+ chef-config (15.0.118)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 77276e72b1..f1f819621b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.117 \ No newline at end of file
+15.0.118 \ 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 daf6c1db74..19ba188e4e 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.117".freeze
+ VERSION = "15.0.118".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 8c139ba147..d557695ac5 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.117")
+ VERSION = Chef::VersionString.new("15.0.118")
end
#