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:
parent
d302335b61
commit
8b36a637f8
4
_service
4
_service
@ -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">
|
||||
|
@ -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>
|
@ -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
3
grafana-6.2.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed622c2053c5fd02e6f81e0a89543bbc6bfdcffa756b8cd701124a0ad34d0244
|
||||
size 17264016
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user