Accepting request 1100850 from home:mkittler:branches:server:monitoring
- 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
This commit is contained in:
parent
cf291a5d9f
commit
4f75996782
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v10.0.2</param>
|
||||
<param name="revision">v10.0.3</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/grafana/grafana</param>
|
||||
<param name="changesrevision">b2bbe10fbcd49198e806e597df602e07090ec20c</param>
|
||||
<param name="changesrevision">eb8dd7263774270427606573496c748c8c1fec2d</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1571831ed8954e5f39da5c84b7cf5a6df92cced5f480429eadb6029f33039c44
|
||||
size 73556153
|
3
grafana-10.0.3.tar.gz
Normal file
3
grafana-10.0.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb7dae9dfe0b4d24c1a404f3cf57e575547bd2d15b8968e2394ad36eb30a2711
|
||||
size 73581682
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 26 09:02:02 UTC 2023 - marius.kittler@suse.com
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 11 10:44:31 UTC 2023 - marius.kittler@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: grafana
|
||||
Version: 10.0.2
|
||||
Version: 10.0.3
|
||||
Release: 0
|
||||
Summary: The open-source platform for monitoring and observability
|
||||
License: AGPL-3.0-only
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a2aaea11a6082f82f02228a1f92339b36246dc56ea0fd37fd66e6d978a0fa7b
|
||||
size 22815179
|
||||
oid sha256:04ca60cfce14f0f98e353428a1bbdcc7783cca042267b233ff9de66a7859219d
|
||||
size 22840484
|
||||
|
Loading…
Reference in New Issue
Block a user