5e5dd725b4
- Update to version 6.0.1: * Bug Fixes: + utils: show string errors + Viewers with viewers_can_edit should be able to access /explore + log phantomjs output even if it timeout and include orgId when render alert - Update to version 6.0.0: * Breaking Changes: + Text Panel: The text panel does no longer by default allow unsantizied HTML. This means that if you have text panels with scripts tags they will no longer work as before. To enable unsafe javascript execution in text panels enable the settings disable_sanitize_html under the section [panels] in your Grafana ini file, or set env variable GF_PANELS_DISABLE_SANITIZE_HTML=true. + Dashboard: Panel property minSpan replaced by maxPerRow. Dashboard migration will automatically migrate all dashboard panels using the minSpan property to the new maxPerRow property + Internal Metrics Edition has been added to the build_info metric. This will break any Graphite queries using this metric. Edition will be a new label for the Prometheus metric. * New Features: + Alerting: Adds support for Google Hangouts Chat notifications + Elasticsearch: Support bucket script pipeline aggregations + Influxdb: Add support for time zone (tz) clause + Snapshots: Enable deletion of public snapshot + Provisioning: Provisioning support for alert notifiers + Explore: A whole new way to do ad-hoc metric queries and exploration. Split view in half and compare metrics & logs and much much more. Read more here + Auth: Replace remember me cookie solution for Grafana's builtin, LDAP and OAuth authentication with a solution based on short-lived tokens + AzureMonitor: Enable alerting by converting Azure Monitor API to Go + Explore A new query focused workflow for ad-hoc data exploration and troubleshooting. + Grafana Loki Integration with the new open source log aggregation system from Grafana Labs. + Gauge Panel A new standalone panel for gauges. + New Panel Editor UX improves panel editing and enables easy switching between different visualizations. + Google Stackdriver Datasource is out of beta and is officially released. + React Plugin support enables an easier way to build plugins. + Named Colors in our new improved color picker. + Removal of user session storage makes Grafana easier to deploy & improves security. * Bug Fixes: + Metrics: Fixes broken usagestats metrics for /metrics + Dashboard: Fixes kiosk mode should have &kiosk appended to the url + Dashboard: Fixes kiosk=tv mode with autofitpanels should respect header + Image rendering: Fixed image rendering issue for dashboards with auto refresh, + Dashboard: Fix only users that can edit a dashboard should be able to update panel json. + LDAP: fix allow anonymous initial bind for ldap search. + UX: Fixed scrollbar not visible initially (only after manual scroll). + Datasource admin TestData + Dashboard: Fixed scrolling issue that caused scroll to be locked to bottom. + Explore: Viewers with viewers_can_edit should be able to access /explore. + Security fix: limit access to org admin and alerting pages. + Panel Edit minInterval changes did not persist + Teams: Fixed bug when getting teams for user. + Stackdriver: fix for float64 bounds for distribution metrics + Stackdriver: no reducers available for distribution type + Influxdb: Add support for alerting on InfluxDB queries that use the non_negative_difference function + Alerting: Fix percent_diff calculation when points are nulls + Alerting: Fixed handling of alert urls with true flags + Gauge: Fix issue with gauge requests being cancelled + Gauge: Accept decimal inputs for thresholds + UI: Fix error caused by named colors that are not part of named colors palette + Search: Bug pressing special regexp chars in input fields + Permissions: No need to have edit permissions to be able to "Save as" + Search: Fix for issue with scrolling the "tags filter" dropdown + Prometheus: Query for annotation always uses 60s step regardless of dashboard range + Annotations: Fix creating annotation when graph panel has no data points position the popup outside viewport + Piechart/Flot: Fixes multiple piechart instances with donut bug + plus many minor changes and fixes - Update to version 5.4.3: * Fixes: + Alerting Invalid frequency causes division by zero in alert scheduler + Dashboard Dashboard links do not update when time range changes + Limits Support more than 1000 datasources per org + Backend fix signed in user for orgId=0 result should return active org id + Provisioning Adds orgId to user dto for provisioned dashboards - Update to version 5.4.2: * Fixes: + Datasource admin: Fix for issue creating new data source when same name exists + OAuth: Fix for oauth auto login setting, can now be set using env variable + Dashboard search: Fix for searching tags in tags filter dropdown. - Update to version 5.4.1: * Fixes: + Stackdriver: Fixes issue with data proxy and Authorization header + Units: fixedUnit for Flow:l/min and mL/min + Logging: Fix for issue where data proxy logged a secret when debug logging was enabled, now redacted. + InfluxDB: Add support for alerting on InfluxDB queries that use the cumulative_sum function. + Plugins: Panel plugins should no receive the panel-initialized event again as usual. + Embedded Graphs: Iframe graph panels should now work as usual. + Postgres: Improve PostgreSQL Query Editor if using different Schemas, + Quotas: Fixed for updating org & user quotas. + Cloudwatch: Add the AWS/SES Cloudwatch metrics of BounceRate and ComplaintRate to auto complete list. + Dashboard Search: Fixed filtering by tag issues. + Graph: Fixed time region issues, + Graph: Fixed issue with series color picker popover being placed outside window. - Update to version 5.4.0: * Breaking Changes: + Postgres/MySQL/MSSQL datasources now per default uses max open connections = unlimited (earlier 10), max idle connections = 2 (earlier 10) and connection max lifetime = 4 hours (earlier unlimited). * Features: + Alerting: Introduce alert debouncing with the FOR setting. + Alerting: Option to disable OK alert notifications + Postgres/MySQL/MSSQL: Adds support for configuration of max open/idle connections and connection max lifetime. Also, panels with multiple SQL queries will now be executed concurrently + MySQL: Graphical query builder + MySQL: Support connecting thru Unix socket for MySQL datasource + MSSQL: Add encrypt setting to allow configuration of how data sent between client and server are encrypted + Stackdriver: Not possible to authenticate using GCE metadata server + Teams: Team preferences (theme, home dashboard, timezone) support + Graph: Time regions support enabling highlight of weekdays and/or certain timespans + OAuth: Automatic redirect to sign-in with OAuth + Stackdriver: Template query editor * Fixes: + Cloudwatch: Fix invalid time range causes segmentation fault + Cloudwatch: AWS/CodeBuild metrics and dimensions + MySQL: Fix $__timeFrom() and $__timeTo() should respect local time zone + Graph: Fix legend always visible even if configured to be hidden + Elasticsearch: Fix regression when using datasource version 6.0+ and alerting - Update to version 5.3.4: * minor bug fixes - Update to version 5.3.3: * fix potential security issue https://community.grafana.com/t/grafana-5-3-3-and-4-6-5-security-update/11961 OBS-URL: https://build.opensuse.org/request/show/683876 OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=10 |
||
---|---|---|
_service | ||
_servicedata | ||
.gitattributes | ||
.gitignore | ||
grafana-6.0.1.tar.xz | ||
grafana-rpmlintrc | ||
grafana.changes | ||
grafana.spec | ||
Makefile | ||
README |
The tarball is generated via the OBS source service, but Grafana needs to ship the compiled frontend assets as well, which have to be built by running yarn and grunt inside the source tree (see https://github.com/grafana/grafana#building-frontend-assets). This can't be done at build time on OBS, because it involves downloading and installing packages from the internet, so instead we have a Makefile which does the following: - Runs `osc service disabledrun` to get the latest source tarball - Unpacks the tarball to a temporary directory - Runs `yarn install --pure-lockfile && grunt release` - Adds the generated "vendor" and "public" content to the tarball, 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 installed. To get set up, run: # zypper in npm6 # npm install -g yarn # npm install -g grunt-cli 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>