summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-06-11 10:06:03 -0700
committerGitHub <noreply@github.com>2018-06-11 10:06:03 -0700
commitc33aa2fec2c750d3077a301f1baf15b3fbe46e1a (patch)
tree22580739adacf163b3707c6dc877a3c3b19f4b5a
parentd57bf7325a01a59e6d3b43bf3d9c554b459f1fb9 (diff)
parent5e945e0bff44294357a9f07a87b022c62e3e5663 (diff)
downloadchef-c33aa2fec2c750d3077a301f1baf15b3fbe46e1a.tar.gz
Merge pull request #7346 from chef/14.3
Bump the version to 14.3.0
-rw-r--r--VERSION2
-rw-r--r--lib/chef/resource/powershell_package.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 1a709f0cf4..32f02f10eb 100644
--- a/VERSION
+++ b/VERSION
@@ -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