summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-12-12 10:07:14 -0800
committerTim Smith <tsmith84@gmail.com>2019-12-12 10:08:17 -0800
commit162b7e5624c7a667eb51d80bccc31d3fd51c8939 (patch)
treeab892604252b5596134742e699d97673326831de /RELEASE_NOTES.md
parent1861d5aa0becf825618bb4eecbd8240ae25abe90 (diff)
downloadchef-162b7e5624c7a667eb51d80bccc31d3fd51c8939.tar.gz
Add filesystem2 notes
I missed these. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d39ecbb4b6..c29b144c49 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -28,6 +28,10 @@ This release of Chef Infra Client ships with several optimizations to our Ruby i
We've further optimized our install footprint and reduced the size of `/opt/chef` by ~7% by removing unnecessary test files and libraries that shipped in previous releases.
+## filesystem2 Ohai Data on Windows
+
+Ohai 15.6 includes new `node['filesystem2']` data on Windows hosts. Fileystem2 presents filesystem data by both mountpoint and by device name. This data structure matches that of the filesystem plugin on Linux and other *nix operating systems. Thanks [@jaymzh](https://github.com/jaymzh) for this new data structure.
+
# Chef Infra Client 15.5.15
The Chef Infra Client 15.5.15 release includes fixes for two regressions. A regression in the `build_essential` resource caused failures on `rhel` platforms and a second regression caused Chef Infra Client to fail when starting with `enforce_path_sanity` enabled. As part of this fix we've added a new property, `raise_if_unsupported`, to the `build-essential` resource. Instead of silently continuing, this property will fail a Chef Infra Client run if an unknown platform is encountered.