diff options
author | Tim Smith <tsmith@chef.io> | 2018-06-07 11:06:04 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2018-06-11 10:03:57 -0700 |
commit | 5e945e0bff44294357a9f07a87b022c62e3e5663 (patch) | |
tree | 22580739adacf163b3707c6dc877a3c3b19f4b5a | |
parent | d57bf7325a01a59e6d3b43bf3d9c554b459f1fb9 (diff) | |
download | chef-5e945e0bff44294357a9f07a87b022c62e3e5663.tar.gz |
Bump the version to 14.3.0
Start work on our next release
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/chef/resource/powershell_package.rb | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -14.2.3
\ No newline at end of file +14.3.0 diff --git a/lib/chef/resource/powershell_package.rb b/lib/chef/resource/powershell_package.rb index 1056a8011c..ae6e410f21 100644 --- a/lib/chef/resource/powershell_package.rb +++ b/lib/chef/resource/powershell_package.rb @@ -37,7 +37,7 @@ class Chef property :package_name, [String, Array], coerce: proc { |x| [x].flatten } property :version, [String, Array], coerce: proc { |x| [x].flatten } property :source, [String] - property :skip_publisher_check, [true, false], default: false, introduced: "14.2", description: "Skip validating module author" + property :skip_publisher_check, [true, false], default: false, introduced: "14.3", description: "Skip validating module author" end end end |