Releases: grafana/grafana-operator
Releases · grafana/grafana-operator
v3.0.1
v3.0.0
- Defaults to Grafana 6.5.1
- Dashboards are now imported using the Grafana API directly, no more ConfigMap. Thanks @lleszczu for the initial implementation
- Dashboards and Datasources no longer have finalizers. They don't require the Operator to be present to delete them anymore.
- Update reconciliation strategy, many properties of the created resources are now configurable including the resources requirements for the Grafana Pod. Thanks @AndreasBergmeier6176 for pointing this out and providing an implementation.
- Updated to operator-sdk v0.12.0.
- Uses Go modules instead of dep now.
Notes
see the changelog for more info about upgrading.
v2.0.0
- #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.