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:
committed by
Git OBS Bridge
parent
42c630ce5d
commit
2cf3d5fe22
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user