Skip to content

v2.0.0

Compare
Choose a tag to compare
@pb82 pb82 released this 10 Oct 20:48
· 1952 commits to master since this release
  • #52: New flag --namespaces to 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.enabled in the Grafana CR.