grafana / grafana-operator

An operator for Grafana that installs and manages Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift CRs
https://grafana.github.io/grafana-operator/
Apache License 2.0
863 stars 384 forks source link

chore: prep for release 5.10.0 #1603

Closed theSuess closed 2 months ago

NissesSenap commented 2 months ago

I have a memory that someone had issues with installing grafana-operator on the latest OCP version due to a version constraint in our OLM config. It looks like you have fixed it here: https://github.com/k8s-operatorhub/community-operators/blob/main/operators/grafana-operator/5.9.2/metadata/annotations.yaml

But it could be a good idea to also fix it here https://github.com/grafana/grafana-operator/blob/65c8137295bf0932c70a84bffe4911dba5006f40/hack/add-openshift-annotations.sh#L3 , to make sure it isn't forgotten when creating the OLM stuff.

If you want to do it in this PR on in a separate one, don't't really matter.