Accepting request 710097 from home:dirkmueller:branches:server:monitoring

- Update to version 6.2.2:
  * Security Fix: Prevent csv formula injection attack
  * PluginConfig: Fixed plugin config page navigation when using subpath
  * Explore: Update time range before running queries
  * Perf: Fix slow dashboards ACL query
  * Database: Initialize xorm with an empty schema for postgres
  * CloudWatch: Avoid exception while accessing results

OBS-URL: https://build.opensuse.org/request/show/710097
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=16
This commit is contained in:
Lars Vogdt 2019-06-15 15:01:24 +00:00 committed by Git OBS Bridge
parent d302335b61
commit 8b36a637f8
6 changed files with 20 additions and 8 deletions

View File

@ -3,8 +3,8 @@
<param name="url">https://github.com/grafana/grafana</param>
<param name="scm">git</param>
<param name="exclude">.git</param>
<param name="versionformat">6.2.1</param>
<param name="revision">v6.2.1</param>
<param name="versionformat">6.2.2</param>
<param name="revision">v6.2.2</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled">

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/grafana/grafana</param>
<param name="changesrevision">9e40b07fd7ba2355a72377aeed6819e480ab29d2</param>
<param name="changesrevision">07540dfdce75cc66b5e9be95a14693d72a19f42c</param>
</service>
</servicedata>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94f4f5c33b2847a2edd805fe377a09d5f253572654ac04e1c5c69a181682429a
size 14166220

3
grafana-6.2.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed622c2053c5fd02e6f81e0a89543bbc6bfdcffa756b8cd701124a0ad34d0244
size 17264016

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jun 15 06:45:19 UTC 2019 - dmueller@suse.com
- Update to version 6.2.2:
* Security Fix: Prevent csv formula injection attack
* PluginConfig: Fixed plugin config page navigation when using subpath
* Explore: Update time range before running queries
* Perf: Fix slow dashboards ACL query
* Database: Initialize xorm with an empty schema for postgres
* CloudWatch: Avoid exception while accessing results
-------------------------------------------------------------------
Tue May 28 17:30:05 UTC 2019 - jcavalheiro@suse.com

View File

@ -26,7 +26,7 @@
%endif
Name: grafana
Version: 6.2.1
Version: 6.2.2
Release: 0
Summary: Dashboards and editors for Graphite, InfluxDB, OpenTSDB
License: Apache-2.0