4f75996782
- Update to version 10.0.3: * Features and enhancements - Alerting: Sort NumberCaptureValues in EvaluationString. - Alerting: No longer silence paused alerts during legacy migration. - Auth: Add support for custom signing keys in auth.azure_ad. * Bug fixes - Alerting: Fix edit / view of webhook contact point when no authorization is set. - AzureMonitor: Set timespan in Logs Portal URL link. - Plugins: Only configure plugin proxy transport once. - Elasticsearch: Fix multiple max depth flatten of multi-level objects. - Elasticsearch: Fix histogram colors in backend mode. - Alerting: Fix state in expressions footer. - AppChromeService: Fixes update to breadcrumb parent URL. - Elasticsearch: Fix using multiple indexes with comma separated string. - Alerting: Fix Alertmanager change detection for receivers with secure settings. - Transformations: Fix extractFields throwing Error if one value is undefined or null. - XYChart: Point size editor should reflect correct default. - Annotations: Fix database lock while updating annotations. - TimePicker: Fix issue with previous fiscal quarter not parsing correctly. - AzureMonitor: Correctly build multi-resource queries for Application Insights components. - AzureMonitor: Fix metric names for multi-resources. - Logs: Do not insert log-line into log-fields in json download. - Loki: Fix wrong query expression with inline comments. OBS-URL: https://build.opensuse.org/request/show/1100850 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=115
19 lines
664 B
Plaintext
19 lines
664 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">@PARENT_TAG@</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="revision">v10.0.3</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="compression">gz</param>
|
|
<param name="file">grafana*.tar</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">grafana</param>
|
|
</service>
|
|
</services>
|