diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-04-28 10:59:55 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-04-28 10:59:55 -0700 |
commit | 094506eeded189cde6c70f9a22ff4b7120311b9b (patch) | |
tree | dc8f7a91550f87379a01dda07b5d6c7cb7c4a691 /RELEASE_NOTES.md | |
parent | 6b50ca7412553d13b602b950ee62a333cbcd3262 (diff) | |
download | chef-094506eeded189cde6c70f9a22ff4b7120311b9b.tar.gz |
Update release notes to clarify windows change
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 19b0eb7ca1..06e820a7c0 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -48,7 +48,7 @@ The `gem` resource used to install Ruby Gems into the system's Ruby installation The legacy `node['filesystem2']` attributes leftover from our multi-year migration of filesystem data on AIX, Solaris, and FreeBSD systems has been removed. This same data is now available at `node['filesystem']` -#### node['filesystem'] Uses Updated Format +#### node['filesystem'] Uses Updated Format on Windows In Chef Infra Client 16 we introduced `node['filesystem2']` on Windows to complete our migration to a unified structure for filesystem data regardless of platform. In Chef Infra Client 17 we are updating `node['filesystem']` on Windows with this same unified format. Both node attributes now have the same data allowing users to more easily migrate `filesystem2` to `filesystem` in their cookbooks. In Chef Infra Client 18, we will remove `node['filesystem2']` completely finishing our multi-year migration of Ohai filesystem data format. |