Closed joelsmith closed 1 year ago
Diff 2.11.2/manifests/keda.sh_triggerauthentications.yaml
\& 2.10.1/manifests/keda.sh_triggerauthentications.yaml
Diff 2.11.2/manifests/keda.v2.11.2.clusterserviceversion.yaml
\& 2.10.1/manifests/keda.v2.10.1.clusterserviceversion.yaml
Diff 2.11.2/manifests/keda.sh_kedacontrollers.yaml
\& 2.10.1/manifests/keda.sh_kedacontrollers.yaml
Diff 2.11.2/manifests/keda.sh_scaledjobs.yaml
\& 2.10.1/manifests/keda.sh_scaledjobs.yaml
Diff 2.11.2/manifests/keda.sh_clustertriggerauthentications.yaml
\& 2.10.1/manifests/keda.sh_clustertriggerauthentications.yaml
Diff 2.11.2/manifests/keda.sh_scaledobjects.yaml
\& 2.10.1/manifests/keda.sh_scaledobjects.yaml
/lgtm
Added to community catalog https://github.com/k8s-operatorhub/community-operators/pull/3288
Updates according to https://github.com/kedacore/keda-olm-operator/blob/main/RELEASE-PROCESS.md in preparation for release of version 2.11.2 (not 2112 as the branch name might suggest).
Checklist
cp -r keda/2.10.1 keda/2.11.2
make manifests
cp config/crd/bases/keda.sh_kedacontrollers.yaml keda/2.11.2/manifests/
mv keda/2.11.2/manifests/keda.v2.10.1.clusterserviceversion.yaml keda/2.11.2/manifests/keda.v2.11.2.clusterserviceversion.yaml
add new CRDs (if there are any new introduced in KEDA or KEDA OLM Operator) update the description and fields in the existing CRDs (if needed), make sure to update it on all places update the version reference (eg. locate all occurencies of previous version) update the replaces field to point to the previous version (eg. 2.10.1) update createdAt field with a new date update other necessary fieldsoperator-sdk bundle validate ./keda/2.9.0
. Test that the bundle is deployable and functional on OpenShift instance.Fixes #195