Hello community,

here is the log from the commit of package grafana for openSUSE:Factory checked 
in at 2020-03-26 23:34:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grafana (Old)
 and      /work/SRC/openSUSE:Factory/.grafana.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grafana"

Thu Mar 26 23:34:54 2020 rev:7 rq:788582 version:6.7.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/grafana/grafana.changes  2020-03-19 
19:54:16.984277644 +0100
+++ /work/SRC/openSUSE:Factory/.grafana.new.3160/grafana.changes        
2020-03-26 23:35:19.686819539 +0100
@@ -1,0 +2,48 @@
+Fri Mar 20 20:02:56 UTC 2020 - Johannes Kastl <[email protected]>
+
+- update to 6.7.1:
+  (see installed changelog for the full list of changes)
+  Bug Fixes
+  - Azure: Fixed dropdowns not showing current value. #22914, @torkelo
+  - BackendSrv: only add content-type on POST, PUT requests. #22910, 
@hugohaggmark
+  - Panels: Fixed size issue with panel internal size when exiting panel edit 
mode. #22912, @torkelo
+  - Reporting: fixes migrations compatibility with mysql (Enterprise)
+  - Reporting: Reduce default concurrency limit to 4 (Enterprise)
+
+-------------------------------------------------------------------
+Fri Mar 20 19:48:29 UTC 2020 - Johannes Kastl <[email protected]>
+
+- update to 6.7.0:
+  (see installed changelog for the full list of changes)
+  Bug Fixes
+  - AngularPanels: Fixed inner height calculation for angular panels . #22796, 
@torkelo
+  - BackendSrv: makes sure provided headers are correctly recognized and set. 
#22778, @hugohaggmark
+  - Forms: Fix input suffix position (caret-down in Select) . #22780, @torkelo
+  - Graphite: Fixed issue with query editor and next select metric now showing 
after selecting metric node . #22856, @torkelo
+  - Rich History: UX adjustments and fixes. #22729, @ivanahuckova
+- update to 6.7.0-beta1:
+  Breaking changes
+  -  Slack: Removed Mention setting and instead introduce Mention Users, 
Mention Groups, and Mention Channel. The first two settings require user and 
group IDs, respectively. This change was necessary because the way of 
mentioning via the Slack API changed and mentions in Slack notifications no 
longer worked.
+  -  Alerting: Reverts the behavior of diff and percent_diff to not always be 
absolute. Something we introduced by mistake in 6.1.0. Alerting now support 
diff(), diff_abs(), percent_diff() and percent_diff_abs(). #21338
+
+  - Notice about changes in backendSrv for plugin authors
+    In our mission to migrate away from AngularJS to React we have removed all 
AngularJS dependencies in the core data retrieval service backendSrv.
+    Removing the AngularJS dependencies in backendSrv has the unfortunate side 
effect of AngularJS digest no longer being triggered for any request made with 
backendSrv. Because of this, external plugins using backendSrv directly may 
suffer from strange behaviour in the UI.
+    To remedy this issue, as a plugin author you need to trigger the digest 
after a direct call to backendSrv.
+  Bug Fixes
+    API: Fix redirect issues. #22285, @papagian
+    Alerting: Don't include image_url field with Slack message if empty. 
#22372, @aknuds1
+    Alerting: Fixed bad background color for default notifications in alert 
tab . #22660, @krvajal
+    Annotations: In table panel when setting transform to annotation, they 
will now show up right away without a manual refresh. #22323, @krvajal
+    Azure Monitor: Fix app insights source to allow for new __timeFrom and 
__timeTo. #21879, @ChadNedzlek
+    BackendSrv: Fixes POST body for form data. #21714, @hugohaggmark
+    CloudWatch: Credentials cache invalidation fix. #22473, @sunker
+    CloudWatch: Expand alias variables when query yields no result. #22695, 
@sunker
+    Dashboard: Fix bug with NaN in alerting. #22053, @a-melnyk
+    Explore: Fix display of multiline logs in log panel and explore. #22057, 
@thomasdraebing
+    Heatmap: Legend color range is incorrect when using custom min/max. 
#21748, @sv5d
+    Security: Fixed XSS issue in dashboard history diff . #22680, @torkelo
+    StatPanel: Fixes base color is being used for null values .
+    #22646, @torkelo
+
+-------------------------------------------------------------------

Old:
----
  grafana-6.6.2.tar.gz

New:
----
  grafana-6.7.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ grafana.spec ++++++
--- /var/tmp/diff_new_pack.3J692Y/_old  2020-03-26 23:35:20.942819993 +0100
+++ /var/tmp/diff_new_pack.3J692Y/_new  2020-03-26 23:35:20.942819993 +0100
@@ -26,7 +26,7 @@
 %endif
 
 Name:           grafana
-Version:        6.6.2
+Version:        6.7.1
 Release:        0
 Summary:        Dashboards and editors for Graphite, InfluxDB, OpenTSDB
 License:        Apache-2.0

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3J692Y/_old  2020-03-26 23:35:20.990820010 +0100
+++ /var/tmp/diff_new_pack.3J692Y/_new  2020-03-26 23:35:20.994820011 +0100
@@ -3,8 +3,8 @@
     <param name="url">https://github.com/grafana/grafana</param>
     <param name="scm">git</param>
     <param name="exclude">.git</param>
-    <param name="versionformat">6.6.2</param>
-    <param name="revision">v6.6.2</param>
+    <param name="versionformat">6.7.1</param>
+    <param name="revision">v6.7.1</param>
     <param name="changesgenerate">enable</param>
   </service>
   <service name="recompress" mode="disabled">
@@ -15,6 +15,6 @@
     <param name="basename">grafana</param>
   </service>
   <service name="go_modules" mode="disabled">
-    <param name="archive">grafana-6.6.2.tar.gz</param>
+    <param name="archive">grafana-6.7.1.tar.gz</param>
   </service>
 </services>

++++++ grafana-6.6.2.tar.gz -> grafana-6.7.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/grafana/grafana-6.6.2.tar.gz 
/work/SRC/openSUSE:Factory/.grafana.new.3160/grafana-6.7.1.tar.gz differ: char 
5, line 1

++++++ vendor.tar.gz ++++++
/work/SRC/openSUSE:Factory/grafana/vendor.tar.gz 
/work/SRC/openSUSE:Factory/.grafana.new.3160/vendor.tar.gz differ: char 5, line 
1


Reply via email to