Accepting request 706256 from home:jcavalheiro:monitoring

- Update to version 6.2.1

OBS-URL: https://build.opensuse.org/request/show/706256
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=14
This commit is contained in:
Jan Fajerski 2019-05-29 09:41:29 +00:00 committed by Git OBS Bridge
parent 42c630ce5d
commit 2cf3d5fe22
7 changed files with 100 additions and 13 deletions

5
README
View File

@ -14,10 +14,10 @@ we have a Makefile which does the following:
then compresses it with xz.
- The tarball can then be used by OBS to build an RPM.
In order for this to work you need to have npm6, yarn and grunt
In order for this to work you need to have npm >= 6, yarn and grunt
installed. To get set up, run:
# zypper in npm6
# zypper in npm
# npm install -g yarn
# npm install -g grunt-cli
@ -25,4 +25,3 @@ Then, to package a new release of Grafana, run `make` then `osc ci`
and you should be good.
Please direct any questions to Tim Serong <tserong@suse.com>

View File

@ -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.1.6</param>
<param name="revision">v6.1.6</param>
<param name="versionformat">6.2.1</param>
<param name="revision">v6.2.1</param>
<param name="changesgenerate">enable</param>
</service>
<service name="set_version" mode="disabled">

View File

@ -1,4 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/grafana/grafana</param>
<param name="changesrevision">44c5c0e0a67f1e3ac70608f6c8f55c56375a4279</param></service></servicedata>
<service name="tar_scm">
<param name="url">https://github.com/grafana/grafana</param>
<param name="changesrevision">9e40b07fd7ba2355a72377aeed6819e480ab29d2</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9c50af0ff76f70a4994ad45a9131ec5be6bd9b70613fd6f467ff70966625d53
size 34073416

3
grafana-6.2.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:594263234768e37ca713ada0b56ddbc0a458b55fe0c71068aad54e0827082df3
size 14187276

View File

@ -1,3 +1,90 @@
-------------------------------------------------------------------
Tue May 28 17:30:05 UTC 2019 - jcavalheiro@suse.com
- Update to version 6.2.1
* Bug Fixes
+ Auth Proxy: Resolve database is locked errors.
+ Database: Retry transaction if sqlite returns database is locked error.
+ Explore: Fixes so clicking in a Prometheus Table the query is filtered by clicked value.
+ Singlestat: Fixes issue with value placement and line wraps.
+ Tech: Update jQuery to 3.4.1 to fix issue on iOS 10 based browers as well as Chrome 53.x.
* Features / Enhancements
+ CLI: Add command to migrate all datasources to use encrypted password fields.
+ Gauge/BarGauge: Improvements to auto value font size.
* Modified: README
- Update to version 6.2.0
* Bug Fixes
+ BarGauge: Fix for negative min values.
+ Gauge/BarGauge: Fix for issues editing min & max options.
+ Search: Make only folder name only open search with current folder filter.
+ AzureMonitor: Revert to clearing chained dropdowns.
+ Dashboard: Fixes blank dashboard after window resize with panel without title.
+ Dashboard: Fixes lazy loading & expanding collapsed rows on mobile.
+ Dashboard: Fixes scrolling issues for Edge browser.
+ Dashboard: Show refresh button in first kiosk(tv) mode.
+ Explore: Fix empty result from datasource should render logs container.
+ Explore: Fixes so clicking in a Prometheus Table the query is filtered by clicked value.
+ Explore: Makes it possible to zoom in Explore/Loki/Graph without exception.
+ Gauge: Fixes orientation issue after switching from BarGauge to Gauge.
+ GettingStarted: Fixes layout issues in getting started panel.
+ InfluxDB: Fix HTTP method should default to GET.
+ Panels: Fixed alert icon position in panel header.
+ Panels: Fixes panel error tooltip not showing.
+ Plugins: Fix how datemath utils are exposed to plugins.
+ Singlestat: fixed centering issue for very small panels.
+ Search: Scroll issue in dashboard search in latest Chrome.
+ Docker: Prevent a permission denied error when writing files to the default provisioning directory.
+ Gauge: Adds background shade to gauge track and improves height usage.
+ RemoteCache: Avoid race condition in Set causing error on insert. .
+ Build: Fix bug where grafana didn't start after mysql on rpm packages.
+ CloudWatch: Fixes query order not affecting series ordering & color.
+ CloudWatch: Use default alias if there is no alias for metrics.
+ Config: Fixes bug where timeouts for alerting was not parsed correctly.
+ Elasticsearch: Fix view percentiles metric in table without date histogram.
+ Explore: Prevents histogram loading from killing Prometheus instance.
+ Graph: Allow override decimals to fully override.
+ Mixed Datasource: Fix error when one query is disabled.
+ Search: Fixes search limits and adds a page parameter.
+ Security: Responses from backend should not be cached.
* Breaking Changes
+ Plugins: Data source plugins that process hidden queries need to add a "hiddenQueries: true" attribute in plugin.json.
+ Gauge Panel: The suffix / prefix options have been removed from the new Gauge Panel (introduced in v6.0). #16870.
* Features / Enhancements
+ Plugins: Support templated urls in plugin routes.
+ Packaging: New MSI windows installer package**.
+ Admin: Add more stats about roles.
+ Alert list panel: Support variables in filters.
+ Alerting: Adjust label for send on all alerts to default .
+ Alerting: Makes timeouts and retries configurable.
+ Alerting: No notification when going from no data to pending.
+ Alerting: Pushover alert, support for different sound for OK.
+ Auth: Enable retries and transaction for some db calls for auth tokens .
+ AzureMonitor: Adds support for multiple subscriptions per datasource.
+ Bar Gauge: New multi series enabled gauge like panel with horizontal and vertical layouts and 3 display modes.
+ Build: Upgrades to golang 1.12.4.
+ CloudWatch: Update AWS/IoT metric and dimensions.
+ Config: Show user-friendly error message instead of stack trace.
+ Dashboard: Enable filtering dashboards in search by current folder.
+ Dashboard: Lazy load out of view panels .
+ DataProxy: Restore Set-Cookie header after proxy request.
+ Datasources: Add pattern validation for time input on datasource config pages.
+ Elasticsearch: Add 7.x version support.
+ Explore: Adds reconnect for failing datasource.
+ Explore: Support user timezone.
+ InfluxDB: Add support for POST HTTP verb.
+ Loki: Search is now case insensitive.
+ OAuth: Update jwt regexp to include =.
+ Panels: No title will no longer make panel header take up space.
+ Prometheus: Adds tracing headers for Prometheus datasource.
+ Provisioning: Add API endpoint to reload provisioning configs.
+ Provisioning: Do not allow deletion of provisioned dashboards.
+ Provisioning: Interpolate env vars in provisioning files.
+ Security: Add new setting allow_embedding.
+ Security: Store datasource passwords encrypted in secureJsonData.
+ UX: Improve Grafana usage for smaller screens.
+ Units: Add angle units, Arc Minutes and Seconds.
-------------------------------------------------------------------
Sat May 18 18:05:38 UTC 2019 - dmueller@suse.com
@ -619,4 +706,3 @@ Fri Dec 11 22:37:23 UTC 2015 - avvissu@yandex.ru
Fri May 8 15:07:28 UTC 2015 - mrueckert@suse.de
- initial package

View File

@ -26,7 +26,7 @@
%endif
Name: grafana
Version: 6.1.6
Version: 6.2.1
Release: 0
Summary: Dashboards and editors for Graphite, InfluxDB, OpenTSDB
License: Apache-2.0