Accepting request 994726 from home:witekbedyk:branches:server:monitoring
- Update to version 8.3.10 + Security: * Fixes XSS vulnerability in the Unified Alerting (bsc#1201535, CVE-2022-31097) * Fixes OAuth account takeover vulnerability (bsc#1201539, CVE-2022-31107) - Update to version 8.3.9 + Bug fixes: * Geomap: Display legend * Prometheus: Fix timestamp truncation - Update to version 8.3.7 + Bug fix: * Provisioning: Ensure that the default value for orgID is set when provisioning datasources to be deleted. - Update to version 8.3.6 + Features and enhancements: * Cloud Monitoring: Reduce request size when listing labels. * Explore: Show scalar data result in a table instead of graph. * Snapshots: Updates the default external snapshot server URL. * Table: Makes footer not overlap table content. * Tempo: Add request histogram to service graph datalink. * Tempo: Add time range to tempo search query behind a feature flag. * Tempo: Auto-clear results when changing query type. * Tempo: Display start time in search results as relative time. + Bug fixes: * CloudMonitoring: Fix resource labels in query editor. * Cursor sync: Apply the settings without saving the dashboard. * LibraryPanels: Fix for Error while cleaning library panels. * Logs Panel: Fix timestamp parsing for string dates without timezone. * Prometheus: Fix some of the alerting queries that use reduce/math operation. * TablePanel: Fix ad-hoc variables not working on default datasources. * Text Panel: Fix alignment of elements. * Variables: Fix for constant variables in self referencing links. OBS-URL: https://build.opensuse.org/request/show/994726 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=74
This commit is contained in:
parent
534ac1d078
commit
10156548c6
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="revision">v8.3.5</param>
|
<param name="revision">v8.3.10</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/grafana/grafana</param>
|
<param name="url">https://github.com/grafana/grafana</param>
|
||||||
<param name="changesrevision">a53fcac7b1b7ebda8c0cb18f7ce92788af92fa32</param>
|
<param name="changesrevision">1cf8d3e67c07450a04fe0a8513e6fbe21ae89ca6</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
3
grafana-8.3.10.tar.gz
Normal file
3
grafana-8.3.10.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5c3f717310c69c3505681e7ad4163defdacab2f8674316de44f4d85950a9c95e
|
||||||
|
size 46225428
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:deac98bbcc68840e8262b36957b8aa47e755b339e699a28042931b4160865900
|
|
||||||
size 46195057
|
|
@ -1,3 +1,43 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 11 13:10:15 UTC 2022 - witold.bedyk@suse.com
|
||||||
|
|
||||||
|
- Update to version 8.3.10
|
||||||
|
+ Security:
|
||||||
|
* Fixes XSS vulnerability in the Unified Alerting
|
||||||
|
(bsc#1201535, CVE-2022-31097)
|
||||||
|
* Fixes OAuth account takeover vulnerability
|
||||||
|
(bsc#1201539, CVE-2022-31107)
|
||||||
|
|
||||||
|
- Update to version 8.3.9
|
||||||
|
+ Bug fixes:
|
||||||
|
* Geomap: Display legend
|
||||||
|
* Prometheus: Fix timestamp truncation
|
||||||
|
|
||||||
|
- Update to version 8.3.7
|
||||||
|
+ Bug fix:
|
||||||
|
* Provisioning: Ensure that the default value for orgID is set
|
||||||
|
when provisioning datasources to be deleted.
|
||||||
|
|
||||||
|
- Update to version 8.3.6
|
||||||
|
+ Features and enhancements:
|
||||||
|
* Cloud Monitoring: Reduce request size when listing labels.
|
||||||
|
* Explore: Show scalar data result in a table instead of graph.
|
||||||
|
* Snapshots: Updates the default external snapshot server URL.
|
||||||
|
* Table: Makes footer not overlap table content.
|
||||||
|
* Tempo: Add request histogram to service graph datalink.
|
||||||
|
* Tempo: Add time range to tempo search query behind a feature flag.
|
||||||
|
* Tempo: Auto-clear results when changing query type.
|
||||||
|
* Tempo: Display start time in search results as relative time.
|
||||||
|
+ Bug fixes:
|
||||||
|
* CloudMonitoring: Fix resource labels in query editor.
|
||||||
|
* Cursor sync: Apply the settings without saving the dashboard.
|
||||||
|
* LibraryPanels: Fix for Error while cleaning library panels.
|
||||||
|
* Logs Panel: Fix timestamp parsing for string dates without timezone.
|
||||||
|
* Prometheus: Fix some of the alerting queries that use reduce/math operation.
|
||||||
|
* TablePanel: Fix ad-hoc variables not working on default datasources.
|
||||||
|
* Text Panel: Fix alignment of elements.
|
||||||
|
* Variables: Fix for constant variables in self referencing links.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 7 16:17:17 UTC 2022 - Jordi Massaguer <jmassaguerpla@suse.com>
|
Thu Apr 7 16:17:17 UTC 2022 - Jordi Massaguer <jmassaguerpla@suse.com>
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: grafana
|
Name: grafana
|
||||||
Version: 8.3.5
|
Version: 8.3.10
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The open-source platform for monitoring and observability
|
Summary: The open-source platform for monitoring and observability
|
||||||
License: AGPL-3.0-only
|
License: AGPL-3.0-only
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:3953f42d39266b7d4056fceebd60ff64c877587322c40288ee4bcf7b6b371ce2
|
oid sha256:a26b1aa182046f67ec8fd3bac7ec6a2590ec4ff3dc3137f750f85c7945825dcd
|
||||||
size 16947875
|
size 17280666
|
||||||
|
Loading…
Reference in New Issue
Block a user