summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-07-29 10:29:56 -0700
committerGitHub <noreply@github.com>2020-07-29 10:29:56 -0700
commit756b8d0f624df07066482c03654e40af882036a7 (patch)
tree71d0d381520cf940f9f1e34ff168c8a413da709d
parente317a4cd40378b5381fdd2e7c01b42bbf66c5896 (diff)
parent362528c7eaeeba2e9f7e7d48eb917d5cc34b7f21 (diff)
downloadchef-756b8d0f624df07066482c03654e40af882036a7.tar.gz
Merge pull request #10227 from chef/15_release
Release 15.13
-rw-r--r--RELEASE_NOTES.md25
1 files changed, 24 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index b8a40ab0f0..a78ce2e7cb 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,10 +1,33 @@
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/> for the official Chef release notes.
+# What's New In 15.13
+
+## Chef InSpec 4.22.1
+
+Chef InSpec has been updated from 4.20.6 to 4.22.1. This new release includes the following improvements:
+
+- `apt-cdrom` repositories are now skipped when parsing out the list of apt repositories
+- Faulty profiles are now reported instead of causing a crash
+- Errors are no longer logged to stdout with the `html2` reporter
+- macOS Big Sur is now correctly identified as macOS
+- macOS/BSD support added to the interface resource along with new `ipv4_address`, `ipv4_addresses`, `ipv4_addresses_netmask`, `ipv4_cidrs`, `ipv6_addresses`, and `ipv6_cidrs` properties
+
+## Fixes and Improvements
+
+- Support for legacy DSA host keys has been restored in `knife ssh` and `knife bootstrap` commands.
+- The collision warning error message when a cookbook includes a resource that now ships in Chef Infra Client has been improved to better explain the issue.
+- Package sizes have been reduced with fewer installed files on disk.
+- The `archive_file` resource now supports `pzstd` compressed files.
+
+## New Deprecations
+
+Chef Infra Client 16.2 and later require `provides` when assigning a name to a custom resource. In order to prepare for Chef Infra Client 16, make sure to include both `resource_name` and `provides` in resources when specifying a custom name.
+
# What's New In 15.12
## Chef InSpec 4.20.6
-Chef InSpec has been updated from 4.18.114 to 4.2.0.6. This new release includes the following improvements:
+Chef InSpec has been updated from 4.18.114 to 4.20.6. This new release includes the following improvements:
- Develop your own Chef InSpec Reporter plugins to control how Chef InSpec will report result data.
- The `inspec archive` command packs your profile into a `tar.gz` file that includes the profile in JSON form as the inspec.json file.