summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-21 10:51:30 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-27 15:56:47 -0700
commit1d39ed736887b3301812e95c4a8b9b141c8b0a91 (patch)
tree4a785fb2a2fe3cb2b55eacaa5b546e99ba387878
parent7d4aaa30128fb1905a23208d3921fec84d36d777 (diff)
downloadchef-1d39ed736887b3301812e95c4a8b9b141c8b0a91.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 0d64526283..210140af4d 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -64,7 +64,7 @@ As outlined in our blog post at <https://blog.chef.io/chef-infra-end-of-life-ann
### filesystem2 Node Data Replaces filesystem on FreeBSD / AIX / Solaris
-In Chef Infra Client 14 we introduced a modernized filesystem layout of Ohai data on FreeBSD, AIX, and Solaris at `node['fileystem2']`. With the release of 16.0 we're now replacing the existing data at `node['filesystem']` with this updated filesystem data. This data has a standardized format that matches Linux, macOS, and Windows data to make it eaier to write cross platform cookbooks. In a future release of Chef Infra Client we'll remove the `node['filesystem2']` as we complete this migration.
+In Chef Infra Client 14 we introduced a modernized filesystem layout of Ohai data on FreeBSD, AIX, and Solaris at `node['fileystem2']`. With the release of 16.0, we are now replacing the existing data at `node['filesystem']` with this updated filesystem data. This data has a standardized format that matches Linux, macOS, and Windows data to make it easier to write cross platform cookbooks. In a future release of Chef Infra Client we'll remove the `node['filesystem2']` as we complete this migration.
### required: true on Properties Now Behaves As Expected