summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-05 15:17:30 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-05 15:17:30 +0000
commit324a2a16d89be612e6f4681f3b01f0ab11daf5da (patch)
tree02fa6f54191d4a1dc41d33f20b6eac6e4f89926e
parent8e1941b24f119f35bb4fffa3a70e30225bc683e3 (diff)
downloadchef-324a2a16d89be612e6f4681f3b01f0ab11daf5da.tar.gz
Bump version to 15.0.38 by Chef Expeditorv15.0.38
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 122d1d413e..3b6440c137 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.37 -->
-## [v15.0.37](https://github.com/chef/chef/tree/v15.0.37) (2018-11-05)
+<!-- latest_release 15.0.38 -->
+## [v15.0.38](https://github.com/chef/chef/tree/v15.0.38) (2018-11-05)
#### Merged Pull Requests
-- Remove the remaining OSC 11 knife user commands [#7868](https://github.com/chef/chef/pull/7868) ([tas50](https://github.com/tas50))
+- Improve resource descriptions for resource documentation automation [#7808](https://github.com/chef/chef/pull/7808) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup -->
### Changes since latest stable release
#### Merged Pull Requests
+- Improve resource descriptions for resource documentation automation [#7808](https://github.com/chef/chef/pull/7808) ([tas50](https://github.com/tas50)) <!-- 15.0.38 -->
- Remove the remaining OSC 11 knife user commands [#7868](https://github.com/chef/chef/pull/7868) ([tas50](https://github.com/tas50)) <!-- 15.0.37 -->
- Remove knife user support for open source Chef Server &lt; 12 [#7841](https://github.com/chef/chef/pull/7841) ([tas50](https://github.com/tas50)) <!-- 15.0.36 -->
- Add additional github issue templates [#7859](https://github.com/chef/chef/pull/7859) ([tas50](https://github.com/tas50)) <!-- 15.0.35 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index b3f6b0c438..e440d48f3f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.37)
+ chef (15.0.38)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.37)
+ chef-config (= 15.0.38)
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.37-universal-mingw32)
+ chef (15.0.38-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.37)
+ chef-config (= 15.0.38)
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.37)
+ chef-config (15.0.38)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 11de2e705e..059701823f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.37 \ No newline at end of file
+15.0.38 \ 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 dc4ecf2068..b394f7f436 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.37".freeze
+ VERSION = "15.0.38".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 5b3a02ef07..0103dca5e0 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.37")
+ VERSION = Chef::VersionString.new("15.0.38")
end
#