summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-04-28 10:31:20 -0700
committerTim Smith <tsmith84@gmail.com>2021-04-28 10:31:20 -0700
commit6b50ca7412553d13b602b950ee62a333cbcd3262 (patch)
treee596a231f2dea3b4ee2c3f0ef694b72db236097b /RELEASE_NOTES.md
parent5c10ce12c9f3ce624643a2b8cff98be9ebcc6652 (diff)
downloadchef-6b50ca7412553d13b602b950ee62a333cbcd3262.tar.gz
Fix two spelling mistakes
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d107004b64..19b0eb7ca1 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -42,7 +42,7 @@ Chef Infra Client can be configured to run as a scheduled task using the [chef-c
#### Gem Resource Ruby 1.9+
-The `gem` resource used to install Ruby Gems into the system's Ruby installation will now assume Ruby 1.9 or later. As Ruby 1.8 and below reached endof life almost 7 years ago, we believe there is little to no impact in this change.
+The `gem` resource used to install Ruby Gems into the system's Ruby installation will now assume Ruby 1.9 or later. As Ruby 1.8 and below reached end of life almost 7 years ago, we believe there is little to no impact in this change.
#### Legacy node['filesystem2'] removed on AIX/Solaris/FreeBSD
@@ -50,7 +50,7 @@ The legacy `node['filesystem2']` attributes leftover from our multi-year migrati
#### node['filesystem'] Uses Updated Format
-In Chef Infra Client 16 we introduced `node['filesytem2']` 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.
+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.
#### Removed Antergos and Pidora Detection