projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

fix codegen check to work properly on release branches #463

Closed skriss closed 2 years ago

skriss commented 2 years ago

This includes the CRD changes from https://github.com/projectcontour/contour/pull/4135, unfortunately the codegen check does not work properly on release branches.

Originally posted by @skriss in https://github.com/projectcontour/contour-operator/issues/462#issuecomment-951240342

When on a release branch, I believe we should run codegen with NEW_VERSION=<release branch name> which should sync Contour CRDs from the corresponding Contour release branch. Need to double-check that this doesn't have any other unwanted side effects.

skriss commented 2 years ago

Duplicate of #432