v2.0.0
- #52: New flag
--namespacesto watch for dashboards in a list of namespaces. - #49: Secrets and ConfigMaps can be mounted into the Grafana Pod as Volumes.
- #43: Dashboards can be imported from URL.
- #51: Many customization options for Service, Ingress and Route (contributed by @gambol99)
- #51: Supports scaling by setting the number of replicas in the Grafana CR (contributed by @gambol99)
Removed in this version:
--openshift: The operator auto detects the environment now and creates a Route when on OpenShift.
Changed in this version:
- The operator no longer creates an Ingress or Route automatically. It has to be enabled explicitely by setting
spec.ingress.enabledin the Grafana CR.