diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-09-09 17:36:36 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-09-16 12:04:01 -0700 |
commit | 56a02ee9798b9491bd8f2773ea8cc367180e5ecb (patch) | |
tree | f3272346acde623f8c977c14b23fbad5e0a31e39 | |
parent | d6dddb7e121407ec2e84da53e42e6e80278a2c5c (diff) | |
download | chef-56a02ee9798b9491bd8f2773ea8cc367180e5ecb.tar.gz |
Packages plugin
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | RELEASE_NOTES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7028fc0b43..553ca08c86 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -95,7 +95,7 @@ The `windows_ad_join` resource has been updated with a new `reboot_delay` proper ## Ohai Improvements - Ohai now uses the same underlying code for shelling out to external commands as Chef Infra Client. This may resolve issues determining state on some non-English systems. -- The `Package` plugin has been updated to gather package installation information on macOS hosts. +- The `Packages` plugin has been updated to gather package installation information on macOS hosts. ## Platform Packages @@ -4286,7 +4286,7 @@ Sample data now available under azure: ### Package Plugin Supports Arch Linux -The Package plugin has been updated to include package information on Arch Linux systems. +The Packages plugin has been updated to include package information on Arch Linux systems. # What's New in 13.3: |