Accepting request 788215 from home:ojkastl_buildservice:Branch_grafana
update to 6.7.1 (now including changelog from 6.7.0-beta1 OBS-URL: https://build.opensuse.org/request/show/788215 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=32
This commit is contained in:
parent
19ad1a3209
commit
ab49137a00
6
_service
6
_service
@ -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>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52fd5e8bf90b887cf0f151aca1ffebb723fd93e50c023148ee62d765b3cb4a80
|
||||
size 28172363
|
3
grafana-6.7.1.tar.gz
Normal file
3
grafana-6.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7298427d8bfe59251992f5b209dac9ed7eaea4de38b58394b05593d0b97c1090
|
||||
size 28179599
|
@ -1,3 +1,51 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 20 20:02:56 UTC 2020 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
- 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 <kastl@b1-systems.de>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 06 06:20:34 UTC 2020 - kastl@b1-systems.de
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbd468bb4eeb2f73a24fe7e4b8ad616bb0fa7adcc5c1ebe237069350519a554c
|
||||
size 8411258
|
||||
oid sha256:8df0e9b7d000aa569dcdb45547670bfa86f2cd2c4076f0748501bf4cecb77843
|
||||
size 8510131
|
||||
|
Loading…
Reference in New Issue
Block a user