summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-10 20:49:12 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-10 20:49:12 +0000
commit293eb409c165b0080178f378211dde1cbb81c916 (patch)
treedca8b4121ee10318cbe95420c79a39cd8d73f9df
parenteb86e90a6e0da91c8cfe74fc6727e8b43151ac50 (diff)
downloadchef-13-stable.tar.gz
Bump version to 14.3.37 by Chef Expeditorv14.3.3713-stable
-rw-r--r--CHANGELOG.md8
-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, 12 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eec0d3a6d0..7ea305e30e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.3.36 -->
-## [v14.3.36](https://github.com/chef/chef/tree/v14.3.36) (2018-07-10)
+<!-- latest_release 14.3.37 -->
+## [v14.3.37](https://github.com/chef/chef/tree/v14.3.37) (2018-07-10)
#### Merged Pull Requests
-- Add missing descriptions and add periods after resource the descriptions [#7444](https://github.com/chef/chef/pull/7444) ([tas50](https://github.com/tas50))
-- Enable Amazon Linux 2.0 tests again [#7442](https://github.com/chef/chef/pull/7442) ([tas50](https://github.com/tas50))
+- Attributes -&gt; Properties in a few more resources [#7448](https://github.com/chef/chef/pull/7448) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.2.0 -->
### Changes since 14.2.0 release
#### Merged Pull Requests
+- Attributes -&gt; Properties in a few more resources [#7448](https://github.com/chef/chef/pull/7448) ([tas50](https://github.com/tas50)) <!-- 14.3.37 -->
- Add missing descriptions and add periods after resource the descriptions [#7444](https://github.com/chef/chef/pull/7444) ([tas50](https://github.com/tas50)) <!-- 14.3.36 -->
- Enable Amazon Linux 2.0 tests again [#7442](https://github.com/chef/chef/pull/7442) ([tas50](https://github.com/tas50)) <!-- 14.3.35 -->
- Bump Ohai to 14.3.0 [#7437](https://github.com/chef/chef/pull/7437) ([tas50](https://github.com/tas50)) <!-- 14.3.35 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 4908d3c611..ea3693f9a6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.3.36)
+ chef (14.3.37)
addressable
bundler (>= 1.10)
- chef-config (= 14.3.36)
+ chef-config (= 14.3.37)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -40,10 +40,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.3.36-universal-mingw32)
+ chef (14.3.37-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.3.36)
+ chef-config (= 14.3.37)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -86,7 +86,7 @@ PATH
PATH
remote: chef-config
specs:
- chef-config (14.3.36)
+ chef-config (14.3.37)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 3251b813cc..7d214e8cc8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.3.36 \ No newline at end of file
+14.3.37 \ 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 e2a7a00dfd..3521e23c54 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 = "14.3.36".freeze
+ VERSION = "14.3.37".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 1c2f9be5a7..821ad94c07 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("14.3.36")
+ VERSION = Chef::VersionString.new("14.3.37")
end
#