Accepting request 1098331 from home:mkittler:branches:server:monitoring
- Update to version 10.0.2: * Features and enhancements - Alerting: Add limit query parameter to Loki-based ASH api, drop default limit from 5000 to 1000, extend visible time range for new ASH UI. - Alerting: Allow selecting the same custom group when swapping folders. - Alerting: Move rule UID from Loki stream labels into log lines. - Explore: Clean up query subscriptions when a query is canceled. * Bug fixes - Logs: Fix wrong before and after texts in log context. - Alerting: Add file and rule_group query params in request for filtering the res…. - Alerting: Convert 'Both' type Prometheus queries to 'Range' in migration. - Alerting: Display correct results when using different filters on alerting panels. - Alerting: Fix HA alerting membership sync. - Alerting: Fix unique violation when updating rule group with title chains/cycles. - Dashboard: Fix issue where a panel with a description and a cached response displays 2 info icons. - Elasticsearch: Make it compatible with the new log context functionality. - Fix: Change getExistingDashboardByTitleAndFolder to get dashboard by title, not slug. - LogContext: Fix filtering out log lines with the same entry. - Login: Fix footer from displaying under the login box. - Navigation: Fix toolbar actions flickering on mobile. - Variables: Detect a name for duplicated variable. - XYChart: Ensure color scale is field-local and synced with data updates. - XYChart: Fix axis range and scale overrides. * Plugin development fixes & changes - Grafana UI: Fix behaviour regression on Tooltip component. OBS-URL: https://build.opensuse.org/request/show/1098331 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=113
This commit is contained in:
parent
b8b5d29af2
commit
cf291a5d9f
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.1</param>
|
||||
<param name="revision">v10.0.2</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">5a30620b8551bddba48e47709352ae9c740692b4</param>
|
||||
<param name="changesrevision">b2bbe10fbcd49198e806e597df602e07090ec20c</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b89bf49812eb39db11d9be8a61016a9eb13930061e0c1dfc5fe36462c12e0036
|
||||
size 73512403
|
3
grafana-10.0.2.tar.gz
Normal file
3
grafana-10.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1571831ed8954e5f39da5c84b7cf5a6df92cced5f480429eadb6029f33039c44
|
||||
size 73556153
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 11 10:44:31 UTC 2023 - marius.kittler@suse.com
|
||||
|
||||
- Update to version 10.0.2:
|
||||
* Features and enhancements
|
||||
- Alerting: Add limit query parameter to Loki-based ASH api,
|
||||
drop default limit from 5000 to 1000, extend visible time
|
||||
range for new ASH UI.
|
||||
- Alerting: Allow selecting the same custom group when swapping
|
||||
folders.
|
||||
- Alerting: Move rule UID from Loki stream labels into log
|
||||
lines.
|
||||
- Explore: Clean up query subscriptions when a query is
|
||||
canceled.
|
||||
* Bug fixes
|
||||
- Logs: Fix wrong before and after texts in log context.
|
||||
- Alerting: Add file and rule_group query params in request for
|
||||
filtering the res….
|
||||
- Alerting: Convert 'Both' type Prometheus queries to 'Range'
|
||||
in migration.
|
||||
- Alerting: Display correct results when using different
|
||||
filters on alerting panels.
|
||||
- Alerting: Fix HA alerting membership sync.
|
||||
- Alerting: Fix unique violation when updating rule group with
|
||||
title chains/cycles.
|
||||
- Dashboard: Fix issue where a panel with a description and a
|
||||
cached response displays 2 info icons.
|
||||
- Elasticsearch: Make it compatible with the new log context
|
||||
functionality.
|
||||
- Fix: Change getExistingDashboardByTitleAndFolder to get
|
||||
dashboard by title, not slug.
|
||||
- LogContext: Fix filtering out log lines with the same entry.
|
||||
- Login: Fix footer from displaying under the login box.
|
||||
- Navigation: Fix toolbar actions flickering on mobile.
|
||||
- Variables: Detect a name for duplicated variable.
|
||||
- XYChart: Ensure color scale is field-local and synced with
|
||||
data updates.
|
||||
- XYChart: Fix axis range and scale overrides.
|
||||
* Plugin development fixes & changes
|
||||
- Grafana UI: Fix behaviour regression on Tooltip component.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 23 08:56:03 UTC 2023 - Marius Kittler <marius.kittler@suse.com>
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: grafana
|
||||
Version: 10.0.1
|
||||
Version: 10.0.2
|
||||
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:9ab43f6c9cde73f661ea56d01d6391c4cb80318ea604aad47cef17a629bfe3d6
|
||||
size 22825114
|
||||
oid sha256:1a2aaea11a6082f82f02228a1f92339b36246dc56ea0fd37fd66e6d978a0fa7b
|
||||
size 22815179
|
||||
|
Loading…
Reference in New Issue
Block a user