summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
blob: 859ca7c8401c167461b6ed292fdcc058acff8471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Chef Client Release Notes 12.3.0:

## Minimal Ohai Flag

Chef Client, Solo, and Apply all now support a `--minimal-ohai` flag.
When set, Chef will only run the bare minimum Ohai plugins necessary to
support node name detection and resource/provider selection. The primary
motivation for this feature is to speed up Chef's integration tests
which run `chef-client` (and solo) many times in various contexts,
however advanced users may find it useful in certain use cases. Any
cookbook that relies on other ohai data will absolutely not work in this
mode unless the user implements workarounds such as running the ohai
resource during the compile phase.