diff options
author | Tim Smith <tsmith@chef.io> | 2021-01-20 16:08:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 16:08:05 -0800 |
commit | d9c06ac6a0542c7eaa30e9cfe918fc01381750dc (patch) | |
tree | 29162c2553bd90e2fabb7db0abff2ecf910f04fe /RELEASE_NOTES.md | |
parent | 9f55be5510ab8fbd488e245e0e7246e470a75d25 (diff) | |
download | chef-d9c06ac6a0542c7eaa30e9cfe918fc01381750dc.tar.gz |
Add release notes for 16.9.29 (#10910)
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 781c900420..38391cb2bb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -11,6 +11,28 @@ This section serves to track things we should later document here for 17.0 - remove support for RHEL 6 i386 / Ubuntu 16.04 - don't write out node['filesystem2'] data on AIX/Solaris/FreeBSD: https://github.com/chef/ohai/pull/1592 +## What's New in 16.9.29 + +### Chef InSpec 4.25.1 + +Chef InSpec has been updated from 4.24.8 to 4.25.1: + +- OpenSSH Client on Windows can now be tested with the ssh_config and sshd_config resources. Thanks [@rgeissert](https://github.com/rgeissert)! +- The `--reporter-message-truncation` option now also truncates the `code_desc` field, preventing failures when sending large reports to Automate. + +### Bug Fixes + +- Resolved failures from running `chef-client` on some Windows systems. +- Compliance Phase: Improved detection of the `audit` cookbook when it is used for compliance reporting. +- chef-shell: Added support for loading configs in `client.d` directories - Thanks [@jaymzh](https://github.com/jaymzh)! +- Duplicate gems in our packaging have been removed to further shrink the package sizes and improve load time. + +## What's New in 16.9.20 + +- Updated the package resource on FreeBSD to work with recent changes to the pkgng executable. Thanks [@mrtazz](https://github.com/mrtazz/) +- Added a missing dependency in the chef-zero binary that could cause failures when running chef-zero. +- Resolved failures when running the audit cookbook from our yet-to-be-fully-released Chef Infra Compliance Phase. As it turns out, this dark launch was not as dark as we had hoped. + ## What's New in 16.9 ### Knife Improvements |