grafana/_service
Lars Vogdt 8b36a637f8 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
2019-06-15 15:01:24 +00:00

14 lines
457 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="url">https://github.com/grafana/grafana</param>
<param name="scm">git</param>
<param name="exclude">.git</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">
<param name="basename">grafana</param>
</service>
</services>