summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-03 18:21:13 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-03 18:21:13 +0000
commit7aac5a158e0e12d7c45853b6cee8eb11ad9bbd66 (patch)
tree8e9af5c475e79e6421c390d09abea6e65c17e65d
parent1504118d8aa65bc69330d12f225791f36991a802 (diff)
downloadchef-7aac5a158e0e12d7c45853b6cee8eb11ad9bbd66.tar.gz
Bump version to 15.0.119 by Chef Expeditorv15.0.119
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md9
-rw-r--r--Gemfile.lock14
-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 c1fb4801b3..077577d6f5 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.118 -->
-## [v15.0.118](https://github.com/chef/chef/tree/v15.0.118) (2018-12-31)
+<!-- latest_release 15.0.119 -->
+## [v15.0.119](https://github.com/chef/chef/tree/v15.0.119) (2019-01-03)
#### Merged Pull Requests
-- Bump multiple deps to the latest [#8085](https://github.com/chef/chef/pull/8085) ([tas50](https://github.com/tas50))
+- Update rubygems to 2.7.7 and bundler to 1.17.3 [#8091](https://github.com/chef/chef/pull/8091) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup -->
### Changes since latest stable release
#### Merged Pull Requests
+- Update rubygems to 2.7.7 and bundler to 1.17.3 [#8091](https://github.com/chef/chef/pull/8091) ([tas50](https://github.com/tas50)) <!-- 15.0.119 -->
- 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 -->
@@ -2458,4 +2459,4 @@ of partial templates.
* Fixed a bug where nested resources that inherited from Resource::LWRPBase
would not share the same actions/default_action as their parent
* Raise error if a guard_interpreter is specified and a block is passed to a guard (conditional)
-* Allow specifying a guard_interpreter after a conditional on a resource (Fixes #1943)
+* Allow specifying a guard_interpreter after a conditional on a resource (Fixes #1943) \ No newline at end of file
diff --git a/Gemfile.lock b/Gemfile.lock
index b5e9bd384a..0fc2c001f5 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,10 +8,10 @@ GIT
GIT
remote: https://github.com/chef/ohai.git
- revision: dbbd71fd79de6f03492e69936467412c43463a4e
+ revision: d96dc696e041b791ee8d182d8b910186ac18d701
branch: master
specs:
- ohai (15.0.25)
+ ohai (15.0.26)
chef-config (>= 12.8, < 16)
ffi (~> 1.9)
ffi-yajl (~> 2.2)
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.118)
+ chef (15.0.119)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.118)
+ chef-config (= 15.0.119)
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.118-universal-mingw32)
+ chef (15.0.119-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.118)
+ chef-config (= 15.0.119)
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.118)
+ chef-config (15.0.119)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index f1f819621b..68eeb0455f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.118 \ No newline at end of file
+15.0.119 \ 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 19ba188e4e..8bcb5f051c 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.118".freeze
+ VERSION = "15.0.119".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index d557695ac5..85182f5565 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.118")
+ VERSION = Chef::VersionString.new("15.0.119")
end
#