summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-14 18:55:24 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-14 18:55:24 +0000
commit431a30fa06804d793724586d03b3d92b2252d850 (patch)
treef6a983822815c553290b740efcd940f446aeda29
parent39900a9c51eec1b9a438da54eae63f57029544c5 (diff)
downloadchef-431a30fa06804d793724586d03b3d92b2252d850.tar.gz
Bump version to 15.4.38 by Chef Expeditorv15.4.38
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock16
-rw-r--r--VERSION2
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
6 files changed, 16 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4baea517e1..889d1cbb09 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 15.4.37 -->
-## [v15.4.37](https://github.com/chef/chef/tree/v15.4.37) (2019-10-12)
+<!-- latest_release 15.4.38 -->
+## [v15.4.38](https://github.com/chef/chef/tree/v15.4.38) (2019-10-14)
#### Merged Pull Requests
-- Event dispatcher thread local storage [#8950](https://github.com/chef/chef/pull/8950) ([lamont-granquist](https://github.com/lamont-granquist))
+- Fix undefined method `each&#39; for String [#8987](https://github.com/chef/chef/pull/8987) ([vsingh-msys](https://github.com/vsingh-msys))
<!-- latest_release -->
<!-- release_rollup since=15.3.14 -->
### Changes not yet released to stable
#### Merged Pull Requests
+- Fix undefined method `each&#39; for String [#8987](https://github.com/chef/chef/pull/8987) ([vsingh-msys](https://github.com/vsingh-msys)) <!-- 15.4.38 -->
- Event dispatcher thread local storage [#8950](https://github.com/chef/chef/pull/8950) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.4.37 -->
- Fix yum &amp; dnf shellout if exit with nonzero status [#8972](https://github.com/chef/chef/pull/8972) ([vsingh-msys](https://github.com/vsingh-msys)) <!-- 15.4.36 -->
- windows_service: don&#39;t update the service if the run_as_user ca… [#8981](https://github.com/chef/chef/pull/8981) ([jasonwbarnett](https://github.com/jasonwbarnett)) <!-- 15.4.35 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 38e779b430..bfbdcd5eeb 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,11 +27,11 @@ GIT
PATH
remote: .
specs:
- chef (15.4.37)
+ chef (15.4.38)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.4.37)
+ chef-config (= 15.4.38)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -58,11 +58,11 @@ PATH
train-winrm (>= 0.2.5)
tty-screen (~> 0.6)
uuidtools (~> 2.1.5)
- chef (15.4.37-universal-mingw32)
+ chef (15.4.38-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.0)
bundler (>= 1.10)
- chef-config (= 15.4.37)
+ chef-config (= 15.4.38)
chef-zero (>= 14.0.11)
diff-lcs (~> 1.2, >= 1.2.4)
ed25519 (~> 1.2)
@@ -105,13 +105,13 @@ PATH
PATH
remote: chef-bin
specs:
- chef-bin (15.4.37)
- chef (= 15.4.37)
+ chef-bin (15.4.38)
+ chef (= 15.4.38)
PATH
remote: chef-config
specs:
- chef-config (15.4.37)
+ chef-config (15.4.38)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
@@ -234,7 +234,7 @@ GEM
mixlib-shellout (3.0.7-universal-mingw32)
win32-process (~> 0.8.2)
wmi-lite (~> 1.0)
- multi_json (1.13.1)
+ multi_json (1.14.0)
multipart-post (2.1.1)
necromancer (0.5.0)
net-scp (2.0.0)
diff --git a/VERSION b/VERSION
index ecc9dee725..956798971c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.4.37 \ No newline at end of file
+15.4.38 \ No newline at end of file
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 7dbd15cdc6..e576ef2af3 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.4.37".freeze
+ VERSION = "15.4.38".freeze
end
#
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index f43375ad57..700e9803aa 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.4.37".freeze
+ VERSION = "15.4.38".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 46035dce76..f77363e2f4 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.4.37")
+ VERSION = Chef::VersionString.new("15.4.38")
end
#