Several changes related to builds and the release process, plus a bonus, unrelated docs fix:
Switch from keda build-tools image to keda-tools image since the KEDA build-tools image is no longer being updated and the keda-tools image replaces it.
have hacks/relprep.sh detect and use the same version of k8s libraries as KEDA is using, for a given version (See #215 )
fix new CSV comparison check by running it later in the process so that the comparison will be valid.
Clean up the examples of omitStages to be a list, not string
Checklist
[X] Commits are signed with Developer Certificate of Origin (DCO)
Several changes related to builds and the release process, plus a bonus, unrelated docs fix:
hacks/relprep.sh
detect and use the same version of k8s libraries as KEDA is using, for a given version (See #215 )Checklist
Fixes #215