summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-09-17 11:41:56 -0700
committerkagarmoe <kgarmoe@chef.io>2018-09-17 17:41:16 -0700
commit42d9066f08535195c9a91bd325dfcabc16c85de5 (patch)
tree4e17278a9e8fe2f12e967979144acb0c2dcbd4d6
parentd6a2f9ceffbba43f29a0dc9628ab888b4832d47e (diff)
downloadchef-42d9066f08535195c9a91bd325dfcabc16c85de5.tar.gz
Add Chef 14.5 release notes
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--RELEASE_NOTES.md39
-rw-r--r--lib/chef/resource/windows_workgroup.rb2
2 files changed, 40 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 5e37f3aeb5..996a17c388 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,5 +1,44 @@
This file holds "in progress" release notes for the current release under development and is intended for consumption by the Chef Documentation team. Please see <https://docs.chef.io/release_notes.html> for the official Chef release notes.
+# Chef Client Release Notes 14.5:
+
+## New Resources
+
+The following new previous resources were added to Chef 14.5. Cookbooks with the same resources will continue to take precedent until the Chef 15.0 release
+
+### windows_workgroup
+
+Use the windows_workgroup resource to join or change the workgroup of a Windows host.
+
+See [windows_workgroup](https://docs.chef.io/resource_windows_workgroup.html) on the docs site for full usage documentation.
+
+### locale
+
+Use the locale resource to set the system's locale.
+
+See [locale](https://docs.chef.io/resource_locale.html) on the docs site for full usage documentation.
+
+## Updated Resources
+
+### windows_ad_join
+
+windows_ad_join now includes a new `new_hostnname` property for setting the hostname for the node upon joining the domain.
+
+## InSpec 2.2.101
+
+InSpec has been updated to from 2.2.70 to 2.2.101. This new version includes the following improvements:
+ - Support for using ERB templating within the .yml files
+ - HTTP basic auth support for fetching dependent profiles
+ - A new global attributes concept
+ - Better error handling with Automate reporting
+ - Vendor command now vendors profiles when using path://
+
+## Security updates
+
+### Rubyzip
+
+The rubyzip gem has been updated to 1.2.2 to resolve [CVE-2018-1000544](https://www.cvedetails.com/cve/CVE-2018-1000544/)
+
# Chef Client Release Notes 14.4:
## Knife configuration profile management commands
diff --git a/lib/chef/resource/windows_workgroup.rb b/lib/chef/resource/windows_workgroup.rb
index 7d0f462caf..229afa2e8e 100644
--- a/lib/chef/resource/windows_workgroup.rb
+++ b/lib/chef/resource/windows_workgroup.rb
@@ -26,7 +26,7 @@ class Chef
include Chef::Mixin::PowershellOut
- description "Use the windows_workgroup resource to join change the workgroup of a machine."
+ description "Use the windows_workgroup resource to join or change the workgroup of a Windows host."
introduced "14.5"
property :workgroup_name, String,