To re-generate the code for the defined CRDs, do the following:
bash generate.sh
The script is based on https://github.com/kubernetes/sample-controller, specifically https://github.com/kubernetes/sample-controller/blob/master/hack/update-codegen.sh.
- Call
update-version.sh VERSION
, e.g../update-version.sh 1.3.0
- Build and push the new image to GCR (
make release
) - Merge the changes
- Tag a new release off of develop for the new version