bug fix: don't remove unresolvable includes from includes-excludes lists (#2462)

* bug fix: don't remove unresolvable includes from includes-excludes lists

Signed-off-by: Steve Kriss <krisss@vmware.com>

* changelog

Signed-off-by: Steve Kriss <krisss@vmware.com>
This commit is contained in:
Steve Kriss
2020-04-27 15:17:39 -06:00
committed by GitHub
parent 237065d91f
commit 15b2a1c9c6
4 changed files with 72 additions and 2 deletions

View File

@@ -0,0 +1 @@
bug fix: when a resource includes/excludes list contains unresolvable items, don't remove them from the list, so that the list doesn't inadvertently end up matching *all* resources.