summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-17 19:51:11 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-17 19:51:11 +0000
commit875f23b93444cc6621f3446f8036079beb9b713f (patch)
tree19cbbecbd6d881d7124292ad2aab7a46660441f8
parent497305b7daf3f36653307157b26e2b486ca5e8d4 (diff)
downloadchef-875f23b93444cc6621f3446f8036079beb9b713f.tar.gz
Bump version to 15.0.127 by Chef Expeditorv15.0.127
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 c76d1d2949..c276c1308d 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.126 -->
-## [v15.0.126](https://github.com/chef/chef/tree/v15.0.126) (2019-01-17)
+<!-- latest_release 15.0.127 -->
+## [v15.0.127](https://github.com/chef/chef/tree/v15.0.127) (2019-01-17)
#### Merged Pull Requests
-- Update license_scout to 1.0.22 [#8133](https://github.com/chef/chef/pull/8133) ([tas50](https://github.com/tas50))
+- ssh_known_host_entry: Use the host name_property in debug logging [#8124](https://github.com/chef/chef/pull/8124) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup -->
### Changes since latest stable release
#### Merged Pull Requests
+- ssh_known_host_entry: Use the host name_property in debug logging [#8124](https://github.com/chef/chef/pull/8124) ([tas50](https://github.com/tas50)) <!-- 15.0.127 -->
- Update license_scout to 1.0.22 [#8133](https://github.com/chef/chef/pull/8133) ([tas50](https://github.com/tas50)) <!-- 15.0.126 -->
- Update license scout 1.0.21 [#8130](https://github.com/chef/chef/pull/8130) ([tas50](https://github.com/tas50)) <!-- 15.0.125 -->
- Add a bit more yard to chef-config/config [#8119](https://github.com/chef/chef/pull/8119) ([tas50](https://github.com/tas50)) <!-- 15.0.124 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 7a45b2acbf..ef62b9f4e9 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.126)
+ chef (15.0.127)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.126)
+ chef-config (= 15.0.127)
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.126-universal-mingw32)
+ chef (15.0.127-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.126)
+ chef-config (= 15.0.127)
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.126)
+ chef-config (15.0.127)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 96492c2c96..8849b9501f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.126 \ No newline at end of file
+15.0.127 \ 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 d91c9a2de1..017174eff3 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.126".freeze
+ VERSION = "15.0.127".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 10b4af65c8..49d1c5eb0a 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.126")
+ VERSION = Chef::VersionString.new("15.0.127")
end
#