Closed as not planned
Description
validation that exists today in the operatorhub test suite only checks that the csv name is "name + a version" not "name + the version field"
api/pkg/validation/internal/operatorhub.go
Line 247 in a7ebc81
This means teams can release myoperator.v.1.0.0
with version: 1.0.1
which should not pass validation.