summaryrefslogtreecommitdiff
path: root/RELEASE_NOTES.md
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2017-03-31 13:07:51 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2017-03-31 13:07:51 -0700
commit11e15b2cea814ecf8c984bd5778f3cf10b4c7767 (patch)
treec43c29267d5a8e182d7d7f09f72c6d449ca5eeb7 /RELEASE_NOTES.md
parentf850da7bef6ed732b7b8009d0d0841694d8914bc (diff)
downloadchef-11e15b2cea814ecf8c984bd5778f3cf10b4c7767.tar.gz
[ci skip] add RELEASE_NOTE
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r--RELEASE_NOTES.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index a1e5ceab45..4d4443fd5e 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -157,3 +157,9 @@ This can be used by any other resource by just overriding the name property and
Notifications to resources with empty strings as their name is also supported via either the bare resource name (`apt_update` --
matches what the user types in the DSL) or with empty brackets (`apt_update[]` -- matches the resource notification pattern).
+### The knife ssh command applies the same fuzzifier as knife search node
+
+A bare name to knife search node will search for the name in `tags`, `roles`, `fqdn`, `addresses`, `policy_name` or `policy_group` fields and wil
+match when given partial strings. The `knife ssh` search term has been similarly extended so that the search API matches in both cases. The
+node search fuzzifier has also been extracted out to a `fuzz` option to Chef::Search::Query for re-use elsewhere.
+