Accepting request 703969 from home:dirkmueller:branches:server:monitoring

- Update to version 6.1.6 (bsc#1115960, CVE-2018-19039):
  See https://community.grafana.com/t/release-notes-v6-1-x/15772
  Security: Bump jQuery to 3.4.0
  File Exfiltration vulnerability Security fix

- Update to version 6.0.2:
  * Fixed issue with alert links in alert list panel causing panel not found errors, fixes #15680
  * Improved error handling when rendering dashboard panels, fixes #15913
  * fix allow anonymous server bind for ldap search
  * add nil/length check when delete old login attempts
  * fix discord notifier so it doesn't crash when there are no image generated
  * fix only users that can edit a dashboard should be able to update panel json
  * move to new component to handle focus
  * added state to not set focus on search every render
  * Snapshots update
  * Use app config directly in ButtonRow instead of passing datasources page URL via prop
  * Update snapshots
  * Fixed url of back button in datasource edit page, when root_url configured
  * release: Bumped version

OBS-URL: https://build.opensuse.org/request/show/703969
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=12
This commit is contained in:
Joao Cavalheiro
2019-05-20 13:51:44 +00:00
committed by Git OBS Bridge
parent 853b655cf9
commit bcd376029b
6 changed files with 32 additions and 7 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Sat May 18 18:05:38 UTC 2019 - dmueller@suse.com
- Update to version 6.1.6 (bsc#1115960, CVE-2018-19039):
See https://community.grafana.com/t/release-notes-v6-1-x/15772
Security: Bump jQuery to 3.4.0
File Exfiltration vulnerability Security fix
-------------------------------------------------------------------
Sat May 18 14:01:07 UTC 2019 - dmueller@suse.com
- Update to version 6.0.2:
* Fixed issue with alert links in alert list panel causing panel not found errors, fixes #15680
* Improved error handling when rendering dashboard panels, fixes #15913
* fix allow anonymous server bind for ldap search
* add nil/length check when delete old login attempts
* fix discord notifier so it doesn't crash when there are no image generated
* fix only users that can edit a dashboard should be able to update panel json
* move to new component to handle focus
* added state to not set focus on search every render
* Snapshots update
* Use app config directly in ButtonRow instead of passing datasources page URL via prop
* Update snapshots
* Fixed url of back button in datasource edit page, when root_url configured
* release: Bumped version
-------------------------------------------------------------------
Mon Mar 11 11:17:39 UTC 2019 - jan.fajerski@suse.com