mirror of
https://github.com/grafana/grafana.git
synced 2026-08-10 05:08:16 -05:00
Grafana v7.0 changelog update (#24737)
* Grafana v7.0 changelog update * enterprise changelog * docs: white-labeling login title and subtitle * Add backend plugins breaking change regarding plugin signing * Update CHANGELOG.md Co-authored-by: Kyle Brandt <kyle@grafana.com> * Update docs/sources/installation/upgrading.md Co-authored-by: Kyle Brandt <kyle@grafana.com> * Update docs/sources/installation/upgrading.md Co-authored-by: Leonard Gram <leo@xlson.com> Co-authored-by: Kyle Brandt <kyle@grafana.com>
This commit is contained in:
co-authored by
Kyle Brandt
Leonard Gram
parent
cadadb6290
commit
44fae66bc0
@@ -243,8 +243,12 @@ change the `[security]` setting `cookie_secure` to `true` and use HTTPS when `co
|
||||
|
||||
### PhantomJS removed
|
||||
|
||||
PhantomJS was deprecated in [Grafana v6.4](https://grafana.com/docs/grafana/latest/guides/whats-new-in-v6-4/#phantomjs-deprecation) and starting from Grafana v7.0.0, all PhantomJS support has been removed. This means that Grafana no longer ships with a built-in image renderer, and we adwise you to install the [Grafana Image Renderer plugin](https://grafana.com/grafana/plugins/grafana-image-renderer).
|
||||
PhantomJS was deprecated in [Grafana v6.4]({{< relref "../guides/whats-new-in-v6-4.md#phantomjs-deprecation" >}}) and starting from Grafana v7.0.0, all PhantomJS support has been removed. This means that Grafana no longer ships with a built-in image renderer, and we adwise you to install the [Grafana Image Renderer plugin](https://grafana.com/grafana/plugins/grafana-image-renderer).
|
||||
|
||||
### Dashboard minimum refresh interval enforced
|
||||
|
||||
A global minimum dashboard refresh interval is now enforced and defaults to 5 seconds. Read more [here]({{< relref "configuration/#min-refresh-interval" >}}) about this setting.
|
||||
|
||||
### Backend plugins
|
||||
|
||||
Grafana now requires backend plugins to be signed. If a backend plugin is not signed Grafana will not load/start it. This is an additional security measure to make sure backend plugin binaries and files haven't been tampered with. All Grafana Labs authored backend plugins, including Enterprise plugins, are now signed. It's possible to allow unsigned plugins using a configuration setting, but is something we strongly advise against doing. Read more [here]({{< relref "configuration/#allow-loading-unsigned-plugins" >}}) about this setting.
|
||||
|
||||
Reference in New Issue
Block a user