validation that exists today in the operatorhub test suite only checks that the csv name is "name + a version" not "name + the version field"
|
func checkBundleName(checks CSVChecks) CSVChecks { |
This means teams can release myoperator.v.1.0.0 with version: 1.0.1 which should not pass validation.
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.0withversion: 1.0.1which should not pass validation.