summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-13 17:19:08 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-13 17:19:08 +0000
commitd0ab58b7daa177e30dea91655790bc2be7f91ec3 (patch)
treeec063e599bd2bee80ea42273484870c593438ca3
parentd4d6935dce8d423747ed05766385946ebeb7f9e1 (diff)
downloadchef-d0ab58b7daa177e30dea91655790bc2be7f91ec3.tar.gz
Bump version to 15.0.62 by Chef Expeditorv15.0.62
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md4
-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, 10 insertions, 10 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 341f291db3..98f4ed3e40 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 15.0.61 -->
-## [v15.0.61](https://github.com/chef/chef/tree/v15.0.61) (2018-11-12)
+<!-- latest_release 15.0.62 -->
+## [v15.0.62](https://github.com/chef/chef/tree/v15.0.62) (2018-11-13)
#### Merged Pull Requests
- windows_feature: Move provider logic into the default of the install_method property [#7912](https://github.com/chef/chef/pull/7912) ([tas50](https://github.com/tas50))
diff --git a/Gemfile.lock b/Gemfile.lock
index 5ea8c5b251..f962cc86df 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.61)
+ chef (15.0.62)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.61)
+ chef-config (= 15.0.62)
chef-zero (>= 13.0)
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.61-universal-mingw32)
+ chef (15.0.62-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.61)
+ chef-config (= 15.0.62)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -104,7 +104,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (15.0.61)
+ chef-config (15.0.62)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index ddc84b9040..014f86b0fe 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.61 \ No newline at end of file
+15.0.62 \ 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 e5ecbfda8b..77115b5503 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.61".freeze
+ VERSION = "15.0.62".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 64a3fce237..03d73d4435 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.61")
+ VERSION = Chef::VersionString.new("15.0.62")
end
#