forked from pool/grafana
Accepting request 865456 from server:monitoring
OBS-URL: https://build.opensuse.org/request/show/865456 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/grafana?expand=0&rev=15
This commit is contained in:
commit
ab14b8b3a6
9
_service
9
_service
@ -3,8 +3,9 @@
|
||||
<param name="url">https://github.com/grafana/grafana</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">7.3.1</param>
|
||||
<param name="revision">v7.3.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v7.3.6</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
@ -14,7 +15,5 @@
|
||||
<service name="set_version" mode="disabled">
|
||||
<param name="basename">grafana</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">grafana-7.3.1.tar.gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled"/>
|
||||
</services>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/grafana/grafana</param>
|
||||
<param name="changesrevision">6668161a88700399194a6e9d3b9f9a83383d023f</param>
|
||||
<param name="changesrevision">f25d63954b2593e1cd11eafb5ca929900a9f2e66</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1427e0b547fc7c545130544a9ff11e2f0ac9d8c5fb0d929a2c852e1082855e41
|
||||
size 30663817
|
3
grafana-7.3.6.tar.gz
Normal file
3
grafana-7.3.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5b85b6b5b3a37b81b629f96c1ec332548dd8daa25a32bdf46f41f19d8664d480
|
||||
size 30541972
|
101
grafana.changes
101
grafana.changes
@ -1,3 +1,104 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 04 19:55:33 UTC 2021 - dmueller@suse.com
|
||||
|
||||
- Update to version 7.3.6:
|
||||
* fixes for saml vulnerability
|
||||
* [v7.3.x] Fix: Correct panel edit uistate migration (#29413) (#29711)
|
||||
* PanelEdit: Prevent the preview pane to be resized further than window height (#28370) (#29726)
|
||||
* Fix: Migrate Panel edit uiState percentage strings to number (#29412) (#29723)
|
||||
* "Release: Updated versions in package to 7.3.5" (#29710)
|
||||
* Chore: upgrading y18n to 4.0.1 for security reasons (#29523) (#29709)
|
||||
* Panel: making sure we support all versions of chrome when detecting position of click event. (#29544) (#29708)
|
||||
* PanelEdit: making sure the correct datasource query editor is being rendered. (#29500) (#29707)
|
||||
* [v7.3.x] Auth: Add SigV4 header allowlist to reduce chances of verification issues (#29705)
|
||||
* Alerting: Use correct time series name override from frame fields (#29693) (#29698)
|
||||
* CloudWatch: namespace in search expression should be quoted if match exact is enabled #29109 (#29563) (#29687)
|
||||
* Adds go dep used by an Enterprise feature. (#29645) (#29690)
|
||||
* instrumentation: align label name with our other projects (#29514) (#29685)
|
||||
* Instrumentation: Add examplars for request histograms (#29357) (#29682)
|
||||
* Login: Fixes typo in tooltip (#29604) (#29606)
|
||||
* fixes bug with invalid handler name for metrics (#29529) (#29532)
|
||||
* AzureMonitor: Unit MilliSeconds naming (#29399) (#29526)
|
||||
* Alarting: fix alarm messages in dingding (Fixes #29470) (#29482) (#29527)
|
||||
* Bug: trace viewer doesn't show more than 300 spans (#29377) (#29504)
|
||||
* Prometheus: don't override displayName property (#29441) (#29488)
|
||||
* resolve conflicts (#29415)
|
||||
* Drone: Upgrade build pipeline tool (#29365) (#29368)
|
||||
* Drone: Upload artifacts for release branch builds (#29297) (#29364)
|
||||
* Drone: Execute artifact publishing for both editions in parallel during release (#29362) (#29363)
|
||||
* Drone: Publish NPM packages after Storybook to avoid race condition (#29340) (#29343)
|
||||
* Docs: Fix editor role and alert notification channel description (#29301) (#29337)
|
||||
* "Release: Updated versions in package to 7.3.4" (#29336)
|
||||
* Security: Fixes minor security issue with alert notification webhooks that allowed GET & DELETE requests #29330 (#29335)
|
||||
* Backport of InfluxDB: update flux library and support boolean label values #29333
|
||||
* ReleaseNotes: Update link in package.json (#29328)
|
||||
* Login: Fixes redirect url encoding issues of # %23 being unencoded after login (#29299) (#29323)
|
||||
* Drone: Upgrade build pipeline tool (#29308) (#29309)
|
||||
* Annotations: fixing so when changing annotations query links submenu will be updated. (#28990) (#29285)
|
||||
* Dashboard: Fixes kiosk state after being redirected to login page and back (#29273) (#29278)
|
||||
* Increase search limit on team add user and improve placeholder (#29258) (#29261)
|
||||
* Drone: Sync with master (#29205)
|
||||
* Drone: Fix publish-packages invocation (#29179) (#29184)
|
||||
* Chore: Upgrade grafana/build-ci-deploy image to latest Go (#29171) (#29180)
|
||||
* Table: Fix incorrect condtition for rendering table filter (#29165) (#29181)
|
||||
* DashboardLinks: will only refresh dashboard search when changing tags for link. (#29040) (#29177)
|
||||
* Drone: Upgrade build pipeline tool and build image (#29161) (#29162)
|
||||
* Release: Updated versions in package to 7.3.3 (#29126)
|
||||
* git cherry-pick -x 0f3bebb38daa488e108881ce17d4f68167a834e6 (#29155)
|
||||
* Build: support custom build tags (#28609) (#29128)
|
||||
* Revert "Graph: Fixes stacking issues like floating bars when data is not aligned (#29051) (#29088)" (#29151)
|
||||
* Provisioning: always pin app to the sidebar when enabled (#29084) (#29146)
|
||||
* build paths in an os independent way (#29143) (#29147)
|
||||
* Chore: Upgrade Go dev tools (#29124) (#29132)
|
||||
* Automatin: set node version
|
||||
* Automation: Adding version bump action
|
||||
* Drone: Fix Drone config verification for enterprise on Windows (#29118) (#29119)
|
||||
* [v7.3.x] Drone: Verify Drone config at beginning of pipelines (#29111)
|
||||
* Test Datasource/Bug: Fixes division by zero in csv metric values scenario (#29029) (#29068)
|
||||
* [v7.3.x] StatPanel: Fixes hanging issue when all values are zero (#29087)
|
||||
* Data source proxy: Convert 401 from data source to 400 (#28962) (#29095)
|
||||
* Graph: Fixes stacking issues like floating bars when data is not aligned (#29051) (#29088)
|
||||
* Auth: Enable more complete credential chain for SigV4 default SDK auth option (#29065) (#29086)
|
||||
* Fix for multi-value template variable for project selector (#29042) (#29054)
|
||||
* Thresholds: Fixes color assigned to null values (#29010) (#29018)
|
||||
* [v7.3.x] Chore: Bump build pipeline version (#29025)
|
||||
* Release v7.3.2 (#29024)
|
||||
* Fix conflict (#29020)
|
||||
* StatPanels: Fixes auto min max when latest value is zero (#28982) (#29007)
|
||||
* Tracing: Add setting for sampling server (#29011) (#29015)
|
||||
* Gauge: making sure threshold panel json is correct before render (#28898) (#28984)
|
||||
* Variables: make sure that we support both old and new syntax for custom variables. (#28896) (#28985)
|
||||
* Explore: Remove redundant decodeURI and fix urls (#28697) (#28963)
|
||||
* [v7.3.x] Drone: Fix docs building (#28987)
|
||||
* Alerting: Append appSubUrl to back button on channel form (#28282) (#28983)
|
||||
* Plugins: allow override when allowing unsigned plugins (#28901) (#28927)
|
||||
* CloudWatch Logs: Change what we use to measure progress (#28912) (#28964)
|
||||
* Tracing: log traceID in request logger (#28952) (#28959)
|
||||
* Panel inspect: Interpolate variables in panel inspect title (#28779) (#28801)
|
||||
* UsageStats: start tracking usage stats for tempo (#28948) (#28951)
|
||||
* Short URL: Cleanup unvisited/stale short URLs (#28867) (#28944)
|
||||
* Plugins signing: Fix docs urls (#28930) (#28934)
|
||||
* Chore: Fix spelling issue (#28904) (#28925)
|
||||
* API: replace SendLoginLogCommand with LoginHook (#28777) (#28891)
|
||||
* Elasticsearch: Exclude pipeline aggregations from order by options (#28620) (#28873)
|
||||
* Dashboards / Folders: delete related data (permissions, stars, tags, versions, annotations) when deleting a dashboard or a folder (#28826) (#28890)
|
||||
* Disable selecting enterprise plugins with no license (#28758) (#28859)
|
||||
* Tempo: fix test data source (#28836) (#28856)
|
||||
* Prometheus: fix missing labels from value (#28842) (#28855)
|
||||
* Units: added support to handle negative fractional numbers. (#28849) (#28851)
|
||||
* increase blob column size for encrypted dashboard data (#28831) (#28832)
|
||||
* Gauge: Improve font size auto sizing (#28797) (#28828)
|
||||
* Variables: Fixes URL values for dependent variables (#28798) (#28800)
|
||||
* grafana/toolkit: Extract CHANGELOG when building plugin (#28773) (#28774)
|
||||
* Templating: Custom variable edit UI, change text input into textarea (#28312) (#28322) (#28704)
|
||||
* Cloudwatch: Fix issue with field calculation transform not working properly with Cloudwatch data (#28761) (#28775)
|
||||
* Plugin page: Fix dom validation warning (#28737) (#28741)
|
||||
* Dashboard: fix view panel mode for Safari / iOS (#28702) (#28755)
|
||||
* Fix typo in unsigned plugin warning (#28709) (#28722)
|
||||
* TableFilters: Fixes filtering with field overrides (#28690) (#28727)
|
||||
* Templating: Speeds up certain variable queries for Postgres, MySql and MSSql (#28686) (#28726)
|
||||
* Prometheus: Fix copy paste behaving as cut and paste (#28622) (#28691)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 9 16:50:36 UTC 2020 - Stefano Torresi <stefano.torresi@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package grafana
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
Name: grafana
|
||||
Version: 7.3.1
|
||||
Version: 7.3.6
|
||||
Release: 0
|
||||
Summary: The open-source platform for monitoring and observability.
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:456f0987be1f1bbe4efaf395080e6af9f786f71765df88deed68f2e881a92a1a
|
||||
size 10226749
|
||||
oid sha256:f43fd2eaf5d55bb1eb9faf638f50865e4e05473eb06c70f773e51b55b833e35f
|
||||
size 10485936
|
||||
|
Loading…
Reference in New Issue
Block a user