summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-17 09:26:09 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-17 09:26:09 +0000
commit92a682c0caabaef63d283c20d4defdbc868db111 (patch)
treef38bd5bf76855e4884d80c1c2bdb98fb107b86e3
parent41cf274168a4441882f671cf92e4498bf6d30650 (diff)
downloadchef-92a682c0caabaef63d283c20d4defdbc868db111.tar.gz
Bump version to 15.0.71 by Chef Expeditorv15.0.71
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--Gemfile.lock14
-rw-r--r--VERSION2
-rw-r--r--chef-config/lib/chef-config/version.rb2
-rw-r--r--lib/chef/version.rb2
5 files changed, 14 insertions, 13 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6319d0a305..777f1bd4e7 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.70 -->
-## [v15.0.70](https://github.com/chef/chef/tree/v15.0.70) (2018-11-15)
+<!-- latest_release 15.0.71 -->
+## [v15.0.71](https://github.com/chef/chef/tree/v15.0.71) (2018-11-17)
#### Merged Pull Requests
-- Require chef-zero 14.0.11 or later to resolve Rack gem CVEs [#7940](https://github.com/chef/chef/pull/7940) ([tas50](https://github.com/tas50))
+- windows_certificate: Add testing of the defaults and allowed properties [#7917](https://github.com/chef/chef/pull/7917) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup -->
### Changes since latest stable release
#### Merged Pull Requests
+- windows_certificate: Add testing of the defaults and allowed properties [#7917](https://github.com/chef/chef/pull/7917) ([tas50](https://github.com/tas50)) <!-- 15.0.71 -->
- Require chef-zero 14.0.11 or later to resolve Rack gem CVEs [#7940](https://github.com/chef/chef/pull/7940) ([tas50](https://github.com/tas50)) <!-- 15.0.70 -->
- Add additional resource description fields [#7938](https://github.com/chef/chef/pull/7938) ([tas50](https://github.com/tas50)) <!-- 15.0.69 -->
- Improve resource descriptions for documentation [#7929](https://github.com/chef/chef/pull/7929) ([tas50](https://github.com/tas50)) <!-- 15.0.68 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 2b32737e53..39eb6c3595 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,10 +8,10 @@ GIT
GIT
remote: https://github.com/chef/ohai.git
- revision: 5236aff74b8f2a2e9244cff4d325ccb4f73b3d69
+ revision: cc31ee1324e8953cba8ad406a9a5faaab50018fc
branch: master
specs:
- ohai (15.0.4)
+ ohai (15.0.6)
chef-config (>= 12.8, < 16)
ffi (~> 1.9)
ffi-yajl (~> 2.2)
@@ -27,10 +27,10 @@ GIT
PATH
remote: .
specs:
- chef (15.0.70)
+ chef (15.0.71)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.70)
+ chef-config (= 15.0.71)
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.70-universal-mingw32)
+ chef (15.0.71-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 15.0.70)
+ chef-config (= 15.0.71)
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.70)
+ chef-config (15.0.71)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index 660c311538..22c21d7803 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.70 \ No newline at end of file
+15.0.71 \ 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 33d5743ccb..f6633018e8 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.70".freeze
+ VERSION = "15.0.71".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 1acdc8812b..40dab0fd06 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.70")
+ VERSION = Chef::VersionString.new("15.0.71")
end
#