This might not be the correct place to raise this issue, but:
When I PR to merge a bundle into the ecosystem, say, into community-operator-prod, I see a list of static test results.
One of those errors gives the warning
The "operatorhub" validator is deprecated; for equivalent validation use "operatorhub/v2", "standardcapabilities" and "standardcategories" validators
As near as I can tell, the use of the operatorhub validator is set here.
Should that be updated to operatorhubv2 in the code? Or should the pipeline call a different function?