Accepting request 799306 from server:monitoring
- Update to version 6.7.3 - This version fixes bsc#1170557 and its corresponding CVE-2020-12245 - Admin: Fix Synced via LDAP message for non-LDAP external users. #23477, @alexanderzobnin - Alerting: Fixes notifications for alerts with empty message in Google Hangouts notifier. #23559, @hugohaggmark - AuthProxy: Fixes bug where long username could not be cached.. #22926, @jcmcken - Dashboard: Fix saving dashboard when editing raw dashboard JSON model. #23314, @peterholmberg - Dashboard: Try to parse 8 and 15 digit numbers as timestamps if parsing of time range as date fails. #21694, @jessetan - DashboardListPanel: Fixed problem with empty panel after going into edit mode (General folder filter being automatically added) . #23426, @torkelo - Data source: Handle datasource withCredentials option properly. #23380, @hvtuananh - Security: Fix annotation popup XSS vulnerability. #23813, @torkelo - Server: Exit Grafana with status code 0 if no error. #23312, @aknuds1 - TablePanel: Fix XSS issue in header column rename (backport). #23814, @torkelo - Variables: Fixes error when setting adhoc variable values. #23580, @hugohaggmark - Update to version 6.7.2: (see installed changelog for the full list of changes) - BackendSrv: Adds config to response to fix issue for external plugins that used this property . #23032, @torkelo - Dashboard: Fixed issue with saving new dashboard after changing title . #23104, @dprokop - DataLinks: make sure we use the correct datapoint when dataset contains null value.. #22981, @mckn - Plugins: Fixed issue for plugins that imported dateMath util . #23069, @mckn - Security: Fix for dashboard snapshot original dashboard link could contain XSS vulnerability in url. #23254, @torkelo - Variables: Fixes issue with too many queries being issued for nested template variables after value change. #23220, @torkelo - Plugins: Expose promiseToDigest. #23249, @torkelo - Reporting (Enterprise): Fixes issue updating a report created by someone else OBS-URL: https://build.opensuse.org/request/show/799306 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grafana?expand=0&rev=8
This commit is contained in:
commit
9d89dd7a98
6
_service
6
_service
@ -3,8 +3,8 @@
|
|||||||
<param name="url">https://github.com/grafana/grafana</param>
|
<param name="url">https://github.com/grafana/grafana</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="versionformat">6.7.1</param>
|
<param name="versionformat">6.7.3</param>
|
||||||
<param name="revision">v6.7.1</param>
|
<param name="revision">v6.7.3</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
@ -15,6 +15,6 @@
|
|||||||
<param name="basename">grafana</param>
|
<param name="basename">grafana</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="go_modules" mode="disabled">
|
<service name="go_modules" mode="disabled">
|
||||||
<param name="archive">grafana-6.7.1.tar.gz</param>
|
<param name="archive">grafana-6.7.3.tar.gz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -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">3fa63cfc34668781c7f9b3caafe6d9d400b06b7f</param>
|
<param name="changesrevision">423a25fc3280922ae9d9834ad3079e5672e5c1fa</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7298427d8bfe59251992f5b209dac9ed7eaea4de38b58394b05593d0b97c1090
|
|
||||||
size 28179599
|
|
3
grafana-6.7.3.tar.gz
Normal file
3
grafana-6.7.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:130633b75b3bdc61db61f307a0087a76e7bc13078254d46f997b31e3b7edf18f
|
||||||
|
size 29296919
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 28 10:00:58 UTC 2020 - Enno Gotthold <egotthold@suse.com>
|
||||||
|
|
||||||
|
- Update to version 6.7.3
|
||||||
|
- This version fixes bsc#1170557 and its corresponding CVE-2020-12245
|
||||||
|
- Admin: Fix Synced via LDAP message for non-LDAP external users. #23477, @alexanderzobnin
|
||||||
|
- Alerting: Fixes notifications for alerts with empty message in Google Hangouts notifier. #23559, @hugohaggmark
|
||||||
|
- AuthProxy: Fixes bug where long username could not be cached.. #22926, @jcmcken
|
||||||
|
- Dashboard: Fix saving dashboard when editing raw dashboard JSON model. #23314, @peterholmberg
|
||||||
|
- Dashboard: Try to parse 8 and 15 digit numbers as timestamps if parsing of time range as date fails. #21694, @jessetan
|
||||||
|
- DashboardListPanel: Fixed problem with empty panel after going into edit mode (General folder filter being automatically added) . #23426, @torkelo
|
||||||
|
- Data source: Handle datasource withCredentials option properly. #23380, @hvtuananh
|
||||||
|
- Security: Fix annotation popup XSS vulnerability. #23813, @torkelo
|
||||||
|
- Server: Exit Grafana with status code 0 if no error. #23312, @aknuds1
|
||||||
|
- TablePanel: Fix XSS issue in header column rename (backport). #23814, @torkelo
|
||||||
|
- Variables: Fixes error when setting adhoc variable values. #23580, @hugohaggmark
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 06 12:00:17 UTC 2020 - egotthold@suse.com
|
||||||
|
|
||||||
|
- Update to version 6.7.2:
|
||||||
|
(see installed changelog for the full list of changes)
|
||||||
|
- BackendSrv: Adds config to response to fix issue for external plugins that used this property . #23032, @torkelo
|
||||||
|
- Dashboard: Fixed issue with saving new dashboard after changing title . #23104, @dprokop
|
||||||
|
- DataLinks: make sure we use the correct datapoint when dataset contains null value.. #22981, @mckn
|
||||||
|
- Plugins: Fixed issue for plugins that imported dateMath util . #23069, @mckn
|
||||||
|
- Security: Fix for dashboard snapshot original dashboard link could contain XSS vulnerability in url. #23254, @torkelo
|
||||||
|
- Variables: Fixes issue with too many queries being issued for nested template variables after value change. #23220, @torkelo
|
||||||
|
- Plugins: Expose promiseToDigest. #23249, @torkelo
|
||||||
|
- Reporting (Enterprise): Fixes issue updating a report created by someone else
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 20 20:02:56 UTC 2020 - Johannes Kastl <kastl@b1-systems.de>
|
Fri Mar 20 20:02:56 UTC 2020 - Johannes Kastl <kastl@b1-systems.de>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: grafana
|
Name: grafana
|
||||||
Version: 6.7.1
|
Version: 6.7.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Dashboards and editors for Graphite, InfluxDB, OpenTSDB
|
Summary: Dashboards and editors for Graphite, InfluxDB, OpenTSDB
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8df0e9b7d000aa569dcdb45547670bfa86f2cd2c4076f0748501bf4cecb77843
|
oid sha256:d568ae2cb1c02b56250c075a3f522173d40f4481c7b27274f074f42563f2d5d8
|
||||||
size 8510131
|
size 8595334
|
||||||
|
Loading…
Reference in New Issue
Block a user