summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-04-28 12:33:35 -0700
committerGitHub <noreply@github.com>2021-04-28 12:33:35 -0700
commit6955a9c923aeb6f4392a0f39562ef1a0fb48d9f1 (patch)
treedc8f7a91550f87379a01dda07b5d6c7cb7c4a691
parent7a4e5aa0dcc30ca34e2e732a0104f788a072229c (diff)
parent094506eeded189cde6c70f9a22ff4b7120311b9b (diff)
downloadchef-6955a9c923aeb6f4392a0f39562ef1a0fb48d9f1.tar.gz
Merge pull request #11467 from chef/release_notes
Update release notes to clarify windows change
-rw-r--r--RELEASE_NOTES.md2
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.