diff options
| author | Thom May <thom@chef.io> | 2017-02-08 11:30:22 +0100 |
|---|---|---|
| committer | Thom May <thom@chef.io> | 2017-02-08 11:30:22 +0100 |
| commit | d29dd6963f99804ac43808008e2917c894938b3b (patch) | |
| tree | a72f2ca79abc41dfa77ff45d6d36482bc63a4a54 | |
| parent | 904315854cbc31cb93199b6bb0b2c8382c72e75c (diff) | |
| download | chef-tm/12_19_release_notes.tar.gz | |
Add RELEASE_NOTES for 12.19tm/12_19_release_notes
Signed-off-by: Thom May <thom@chef.io>
| -rw-r--r-- | RELEASE_NOTES.md | 37 |
1 files changed, 22 insertions, 15 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d9c33dc769..d2ca9b1b69 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,29 +1,36 @@ _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 12.18: +# Chef Client Release Notes 12.19: ## Highlighted enhancements for this release: -- You can now specify the acceptable return codes from the chocolatey_package resource using the returns property. -- You can now enable chef-client to run as a scheduled task directly from the client MSI on Windows hosts. -- The package provider now supports DNF packages for Fedora and upcoming RHEL releases +- Systemd Unit files are now verified before being installed ## Highlighted bug fixes for this release: -- Fixed exposure of sensitive data of resources marked as sensitive inside Reporting. Before you were able to see the sensitive data on the Run History tab in the Chef Manage Console. Now we are sending a new blank resource if the resource is marked as sensitive, this way we will not compromise any sensitive data. +- Ensure that the Windows Administrator group can access the chef-solo nodes directory +- When loading a cookbook in Chef Solo, use `metadata.json` in preference to `metadata.rb` - _Note: Old data that was already sent to Reporting marked as sensitive will continue to be displayed. Apologies._ +# Ohai Release Notes 8.23: -## New deprecations introduced in this release: +## Cumulus Linux Platform -### Chef::Platform Helper Methods +Cumulus Linux will now be detected as platform `cumulus` instead of `debian` and the `platform_version` will be properly set to the Cumulus Linux release. -- **Deprecation ID**: 13 -- **Remediation Docs**: <https://docs.chef.io/deprecations_chef_platform_methods.html> -- **Expected Removal**: Chef 13 (April 2017) +## Virtualization Detection -### run_command Helper Method +Windows / Linux / BSD guests running on the Veertu hypervisors will now be detected -- **Deprecation ID**: 14 -- **Remediation Docs**: <https://docs.chef.io/deprecations_run_command.html> -- **Expected Removal**: Chef 13 (April 2017) +Windows guests running on Xen and Hyper-V hypervisors will now be detected + +## New Sysconf Plugin + +A new plugin parses the output of the sysconf command to provide information on the underlying system. + +## AWS Account ID + +The EC2 plugin now fetches the AWS Account ID in addition to previous instance metadata + +## GCC Detection + +GCC detection has been improved to collect additional information, and to not prompt for the installation of Xcode on macOS systems |
