summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-02-08 18:59:56 +0000
committerChef Expeditor <chef-ci@chef.io>2019-02-08 18:59:56 +0000
commit4e73cda1f73d02a0e8319129e708bcc88560f08e (patch)
tree7c3e5fd98f70d27715b2e81371ed8f957d163a30
parent976bdfaeab945641770a0586dd642c11fc03bffb (diff)
downloadchef-4e73cda1f73d02a0e8319129e708bcc88560f08e.tar.gz
Bump version to 15.0.162 by Chef Expeditorv15.0.162
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 290ccbba39..25f4a7515d 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.161 -->
-## [v15.0.161](https://github.com/chef/chef/tree/v15.0.161) (2019-02-08)
+<!-- latest_release 15.0.162 -->
+## [v15.0.162](https://github.com/chef/chef/tree/v15.0.162) (2019-02-08)
#### Merged Pull Requests
-- Alter how we set set group members in solaris / unify group testing [#8226](https://github.com/chef/chef/pull/8226) ([tas50](https://github.com/tas50))
+- Chef::Config: Uniform config dir path separator [#8219](https://github.com/chef/chef/pull/8219) ([vsingh-msys](https://github.com/vsingh-msys))
<!-- latest_release -->
<!-- release_rollup -->
### Changes since latest stable release
#### Merged Pull Requests
+- Chef::Config: Uniform config dir path separator [#8219](https://github.com/chef/chef/pull/8219) ([vsingh-msys](https://github.com/vsingh-msys)) <!-- 15.0.162 -->
- Alter how we set set group members in solaris / unify group testing [#8226](https://github.com/chef/chef/pull/8226) ([tas50](https://github.com/tas50)) <!-- 15.0.161 -->
- add ed25519 gemset and update omnibus-software [#8221](https://github.com/chef/chef/pull/8221) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 15.0.160 -->
- More consist descriptions for resource name properties [#8216](https://github.com/chef/chef/pull/8216) ([tas50](https://github.com/tas50)) <!-- 15.0.159 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index b6dee4c4b4..66b4a6197d 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.161)
+ chef (15.0.162)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.161)
+ chef-config (= 15.0.162)
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.161-universal-mingw32)
+ chef (15.0.162-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.161)
+ chef-config (= 15.0.162)
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.161)
+ chef-config (15.0.162)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 597adf72c6..ece139a5de 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.161 \ No newline at end of file
+15.0.162 \ 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 5542b5c99a..25a51bb979 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.161".freeze
+ VERSION = "15.0.162".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index da5497cffa..0d6c17c454 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.161")
+ VERSION = Chef::VersionString.new("15.0.162")
end
#