[plugin registry] invalid name field not caught by validation checkers when name is valid (but for a different plugin) #16107
Labels
area/plugin-registry
kind/bug
Outline of a bug - must adhere to the bug report template.
severity/P1
Has a major impact to usage or development of the system.
Milestone
Describe the bug
The problem is that
name:java
IS valid but for a different plugin; should have beenname:java8
andname:java11
... and no check caught that afaict. or at least nothing in GH complained about the PR that introduced the 0.57.0 versions of java8 and java11 pluginsSo, we need to check that the PATH defined by the meta.yaml is the same as the PATH to the meta.yaml file.
Or better yet, ignore what's in the meta.yaml file, and regenerate the
name:
field when you're creating latest and doing other manipulations.Che version
Steps to reproduce
Expected behavior
Runtime
kubectl version
)oc version
)minikube version
andkubectl version
)minishift version
andoc version
)docker version
andkubectl version
)Screenshots
Installation method
Environment
Additional context
The text was updated successfully, but these errors were encountered: