summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-20 22:45:29 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-20 22:45:29 +0000
commit75ea84bcd91360c79e55537ecb642c9d2f83052a (patch)
treebc7e5395f17f3f922b42a0fcf0a60db03db8d9b4
parent27267b5e6e563732b295293834bfef58c2e0dfc2 (diff)
downloadchef-75ea84bcd91360c79e55537ecb642c9d2f83052a.tar.gz
Bump version to 14.7.28 by Chef Expeditorv14.7.28
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 f3bfedb8ef..be9826e795 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +1,16 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
-<!-- latest_release 14.7.27 -->
-## [v14.7.27](https://github.com/chef/chef/tree/v14.7.27) (2018-11-20)
+<!-- latest_release 14.7.28 -->
+## [v14.7.28](https://github.com/chef/chef/tree/v14.7.28) (2018-11-20)
#### Merged Pull Requests
-- Chef 14: Replace several uses of attribute with property in resources [#7967](https://github.com/chef/chef/pull/7967) ([tas50](https://github.com/tas50))
+- Chef 14: windows_certificate: Add testing of the defaults and allowed properties [#7968](https://github.com/chef/chef/pull/7968) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.7.17 -->
### Changes since 14.7.17 release
#### Merged Pull Requests
+- Chef 14: windows_certificate: Add testing of the defaults and allowed properties [#7968](https://github.com/chef/chef/pull/7968) ([tas50](https://github.com/tas50)) <!-- 14.7.28 -->
- Chef 14: Replace several uses of attribute with property in resources [#7967](https://github.com/chef/chef/pull/7967) ([tas50](https://github.com/tas50)) <!-- 14.7.27 -->
- Bump inspec-core to 3.0.52 [#7945](https://github.com/chef/chef/pull/7945) ([chef-ci](https://github.com/chef-ci)) <!-- 14.7.26 -->
- Update cheffish to 14.0.4 [#7937](https://github.com/chef/chef/pull/7937) ([tas50](https://github.com/tas50)) <!-- 14.7.25 -->
diff --git a/Gemfile.lock b/Gemfile.lock
index 56909f976f..98a5f95036 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -9,10 +9,10 @@ GIT
PATH
remote: .
specs:
- chef (14.7.27)
+ chef (14.7.28)
addressable
bundler (>= 1.10)
- chef-config (= 14.7.27)
+ chef-config (= 14.7.28)
chef-zero (>= 13.0)
diff-lcs (~> 1.2, >= 1.2.4)
erubis (~> 2.7)
@@ -39,10 +39,10 @@ PATH
specinfra (~> 2.10)
syslog-logger (~> 1.6)
uuidtools (~> 2.1.5)
- chef (14.7.27-universal-mingw32)
+ chef (14.7.28-universal-mingw32)
addressable
bundler (>= 1.10)
- chef-config (= 14.7.27)
+ chef-config (= 14.7.28)
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.7.27)
+ chef-config (14.7.28)
addressable
fuzzyurl
mixlib-config (>= 2.2.12, < 3.0)
diff --git a/VERSION b/VERSION
index d6b4f86998..23fcf71393 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.7.27 \ No newline at end of file
+14.7.28 \ 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 0c8a0303b4..ee4ca3079a 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.7.27".freeze
+ VERSION = "14.7.28".freeze
end
#
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 1a28ae16ff..b6cd575a8a 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.7.27")
+ VERSION = Chef::VersionString.new("14.7.28")
end
#