summaryrefslogtreecommitdiff
path: root/www/grafana
AgeCommit message (Collapse)AuthorFilesLines
2022-12-08Revbump all Go packages after go119 security updatebsiegert1-2/+2
2022-11-29grafana: fix SYSCONFBASE usage in rc.d scriptwiz2-7/+8
From Edgar Fuß in private mail. Bump PKGREVISION.
2022-11-20grafana: Update to 9.2.5triaxx4-50/+51
upstream changes: ----------------- 9.2.5 (2022-11-16) Features and enhancements o Alerting: Log when alert rule cannot be screenshot to help debugging. o Alerting: Suggest previously entered custom labels. o Canvas: Improve disabled inline editing UX. o Chore: Upgrade go-sqlite3 to v1.14.16. o Plugins: Ensure CallResource responses contain valid Content-Type header. o Prometheus: Handle errors and warnings in buffered client. o Prometheus: Upgrade HTTP client library to v1.13.1. Bug fixes o Alerting: Fix screenshots were not cached. o Canvas: Fix setting icon from field data. o Plugins: Fix don't set Content-Type header if status is 204 for call resource. Plugin development fixes & changes o Toolkit: Fix compilation loop when watching plugins for changes. o Tooltips: Make tooltips in FormField and FormLabel interactive and keyboard friendly.
2022-11-15grafana: Update to 9.2.4.jperkin6-66/+126
9.2.4 (2022-11-07) Features and enhancements Access Control: Add an endpoint for setting several managed resource permissions. Accessibility: Increase Select placeholder contrast to be WCAG AA compliant. Alerting: Append org ID to alert notification URLs. Alerting: Make the Grouped view the default one for Rules. Build: Remove unnecessary alpine package updates. Chore: Upgrade Go to 1.19.3. Google Cloud Monitoring: Set frame interval to draw null values. Instrumentation: Expose when the binary was built as a gauge. Loki: Preserve X-ID-Token header. Search: Reduce requests in folder view. TimeSeries: More thorough detection of negative values for auto-stacking direction. Bug fixes Alerting: Attempt to preserve UID from migrated legacy channel. Alerting: Fix response is not returned for invalid Duration in Provisioning API. Alerting: Fix screenshot is not taken for stale series. Auth: Fix admins not seeing pending invites. MSSQL/Postgres: Fix visual query editor filter disappearing. Tempo: Fix dropdown issue on tag field focus. Timeseries: Fix null pointer when matching fill below to field. Plugin development fixes & changes Toolkit: Fix Webpack less-loader config.
2022-11-02Revbump all Go packages after go119 security updatebsiegert1-1/+2
2022-11-02grafana: Update to 9.2.3triaxx4-38/+48
upstream changes: ----------------- 9.2.3 (2022-10-31) Features and enhancements o Docs: Add information about DB version support to upgrade guide o Footer: Update footer release notes link to Github changelog o Prometheus: Do not drop errors in streaming parser o Prometheus: Flavor/version configuration o Prometheus: Provide label values match parameter API when supported prometheus instance is configured o Security: Upgrade x/text to version unaffected by CVE-2022-32149 Bug fixes o Access control: Fix a bug with argument order for data source managed permission updates o Auth: Fix GF_AUTH_JWT_URL_LOGIN env variable doesn't work o Live: Explicitly reply with http 200 o Prometheus: Fix builder operation mode changing multiselect to single select behaviour o Security: Fix vulnerabilities in webpack loader-utils
2022-10-26grafana: Update to 9.2.2triaxx3-138/+140
upstream changes: ----------------- 9.2.2 (2022-10-25) Features and enhancements o Alerting: Add support for wecom apiapp o Canvas: Improve resource picker initialization o Canvas: Improve text element readability o CloudWatch: Make sure adoption tracking is done on valid, migrated queries o Dashboard: Alerts user to incorrect tag format for JSON import o MSSQL: Support tables from all schemas o Opentsdb: Allow template variables for filter keys o Prometheus: Provide label values match parameter API when supported prometheus instance is configured o QueryEditor: Revert components from grafana-ui o TeamSync: Allow team sync when external organization mapping returns no organization role Bug fixes o Browse: Fix General folder not showing in FolderPicker o Elasticsearch: Fix calculation of trimEdges in alert mode o Elasticsearch: Fix trimEdges delete logic in alert mode o GoogleOAuth: Unlock User Admin UI o LogContext: Fix wrong color of show context icon in light theme o Loki: Fix adding of adhoc filters to stream selector when query with empty stream selector o Loki: Fix double stringified log-lines when copied via Copy button o Loki: Fix explain section about $__interval variable o Loki: Remove already selected options from next label filter options in builder o NodeGraph: Fix rendering issues when values of arc are over 1 o PublicDashboards: Fix hidden queries execution o Tempo: Fix Node Graph visualization type in dashboard o TimeSeries: Fix stacking when first value is negative zero o TimeseriesPanel: Fix variables in data links o User: Fix externalUserId not being populated
2022-10-19grafana: Update to 9.2.1triaxx4-288/+125
upstream changes: ----------------- 9.2.1 (2022-10-18) Features and enhancements o Alerting: Improve notification policies created during migration o AzureAD: Add option to force fetch the groups from the Graph API o AzureAD: Add option to force fetch the groups from the Graph API o Docs: Note end of release notes publication o Inspect: Handle JSON tab crash when the provided object is too big to stringify o TablePanel: Footer now updates values on column filtering Bug fixes o Alerting: Fix email image embedding on Windows o Alerting: Fix mathexp.NoData for ConditionsCmd o Legacy Alerting: Fix duration calculation when testing a rule o Loki: Propagate additional headers from Grafana to Loki when querying data o Search: Sort alphabetically in the folder view, increase the limit of the folder search from 50 to 1000 o TablePanel: Fix last table column to be centered. Plugin development fixes & changes o Grafana UI: Export prop types for queryfield, modal and field components o Toolkit: Fix Cannot use import statement outside... error in tests
2022-10-16grafana: Update to 9.2.0triaxx4-960/+1475
upstream changes: ----------------- 9.2.0 (2022-10-11) Features and enhancements o Alerting: Add Notification error feedback on contact points view. #56225, @soniaAguilarPeiron o Alerting: Allow created by to be manually set when there's no creator for silences. #55952, @gotjosh o Alerting: Expose info about notification delivery errors in a new /receivers endpoint. #55429, @santihernandezc o Alerting: Update imported prometheus alertmanager version. #56228, @joeblubaugh o Alerting: Update imported prometheus alertmanager version. Backport (#56228). #56430, @joeblubaugh o Alerting: Write and Delete multiple alert instances. #55350, @joeblubaugh o Core: Implement aria attributes for query rows, improve a11y. #55563, @L-M-K-B o Custom Branding: Remove custom branding service. (Enterprise) o Custom branding: Remove UI. (Enterprise) o DevEnv: Adds docker block for clickhouse. #55702, @owensmallwood o Docker: removes unneccesary use of edge repo. #54567, @xlson o Explore: Revert split pane resize feature. #56310, @Elfo404 o Frontend: Make local storage items propagate to different tabs immediately. #55810, @oscarkilhed o PublicDashboards: Allow disabling an existent public dashboard if it …. #55778, @evictorero o QueryEditorRow: Only pass error to query editor if panel is not in a loading state. #56350, @kevinwcyu o Reports: Refresh query variables on time range change. (Enterprise) o XYChart: Beta release. #55973, @mdvictor o [9.2.x] Alerting: Start ticker only when scheduler starts (#56339). #56418, @yuri-tceretian Bug fixes o Alerting: Fix pq: missing FROM-clause for table "a". #56453, @grobinson-grafana o AzureMonitor: Correctly update subscriptions value in ARG editor. #55860, @aangelisc o Chore: Fix swagger validation failures. (Enterprise) o Chore: Regenerate swagger specification and fix validation failures. #55750, @joshhunt o Correlations: Only return correlation for which both source and target datasources exist. #55454, @Elfo404 o Explore: Prevent panes from disappearing when resizing window in split view. #55696, @gelicia o Links: Fix opening links from different orgs on the same tab. #55837, @guicaulada o LogContext: Fix scroll position in upper context group. #56370, @svennergr o Logs: Show copy button independently from context. #55934, @svennergr o Loki/Prometheus: Fix adding of ad hoc filters when jumping from dashboard to explore. #55915, @ivanahuckova o Loki: Add support for range aggregations with by grouping. #56184, @ivanahuckova o Loki: Fix label-value escaping in context query. #56614, @svennergr o Loki: Fix redundant escaping in adhoc filter with regex match. #56447, @ivanahuckova o PanelEdit: Fixes resize pane border and spacing issues. #56190, @torkelo o PublicDashboards: Fix dashboard insights query when Public Dashboard feature is enabled. (Enterprise) o PublicDashboards: Fix dashboard insights query when Public Dashboard feature is enabled. (Enterprise) o RBAC: Redirect to /login when forceLogin is set. #56469, @sakjur o SAML: Fix RelayState generation function. (Enterprise) o Security: Fix CVE-2022-27664. #55361, @yong-jie-gong o StateTimeline: Fix tooltip showing erroneously in shared crosshair dashboards. #55809, @mdvictor o Tempo: Fix unexpected trimming of leading zeroes in traceID. #55167, @hanjm o Tracing: Fix bug where errors are not reported to OpenTelemetry. #55925, @sakjur 9.1.8 (2022-10-11) Features and enhancements o Alerting: Update imported prometheus alertmanager version. Backport (#56228). #56429, @joeblubaugh o Chore: Upgrade Go to 1.19.2. #56355, @sakjur Bug fixes o Alerting: Fix evaluation interval validation. #56115, @konrad147 o Alerting: Fix migration to create rules with group index 1. #56511, @yuri-tceretian o Alerting: Fix migration to not add label "alertname". #56509, @yuri-tceretian o Azure Monitor: Fix empty Logs response for Alerting. #56378, @andresmgot o Azure Monitor: Fix subscription selector when changing data sources. #56284, @andresmgot o Caching: Fix wrong memcached setting name in defaults. (Enterprise) o Google Cloud Monitoring: Fix bucket bound for distributions. #56565, @andresmgot 9.1.7 (2022-10-04) Features and enhancements o Chore: Upgrade Go version to 1.19.1 (backport). #55733, @sakjur o CloudWatch: Add missing AWS/Prometheus metrics. #54990, @jangaraj o Explore: Add feature tracking events. #54514, @L-M-K-B o Graphite: Add error information to graphite queries tracing. #55249, @jesusvazquez o Prometheus: Restore FromAlert header. #55255, @kylebrandt o SAML: Account for all orgs in org_mapping (#3855). (Enterprise) o Search: Add search index configuration options. #55525, @ArturWierzbicki o Thresholds: Add option for dashed line style. #55875, @leeoniya Bug fixes o Alerting: Fix default query's data source when no default datasource specified. #55435, @konrad147 o Alerting: Fix mathexp.NoData cannot be reduced. #55347, @grobinson-grafana o Alerting: Skip unsupported file types on provisioning. #55573, @JohnnyQQQQ o AzureMonitor: Ensure resourceURI template variable is migrated. #56095, @aangelisc o Dashboard: Fix plugin dashboard save as button. #55197, @lpskdl o Docs: Fix decimals: auto docs for panel edit. #55477, @joshhunt o Fix: RBAC handle error no resolver found. #55676, @gamab o Fix: RBAC handle error no resolver found. (Enterprise) o LibraryPanelSearch: Refactor and fix hyphen issue. #55314, @kaydelaney o Live: Fix live streaming with live-service-web-worker feature flag enabled. #55528, @ArturWierzbicki o QueryField: Fix wrong cursor position on autocomplete. #55576, @svennergr
2022-10-05Revbump all Go packages after go119 security updatebsiegert1-1/+2
2022-09-30grafana: Update to 9.1.6triaxx3-49/+63
upstream changes: ----------------- 9.1.6 (2022-09-20) -------------------------------------------------------------------------------- Features and enhancements o Auth: Trigger auth token cleanup job. (Enterprise) o DataSource: Adding possibility to hide queries from the inspector. #54892, @mckn o Inspect: Hide Actions tab when it is empty. #55272, @ryantxu o PanelMenu: Remove hide legend action as it was showing on all panel types. #54876, @torkelo o Provisioning Contact points: Support disableResolveMessage via YAML. #54122, @mmusenbr o PublicDashboards: Support subpaths when generating pubdash url. #55204, @owensmallwood Bug fixes o Alerting: Fix legacy migration crash when rule name is too long. #55053, @alexweav o Alerting: Fix send resolved notifications. #54793, @grobinson-grafana o Azure Monitor: Fix migration issue with MetricDefinitionsQuery template variable query types. #55262, @yaelleC o Browse: Hide dashboard actions if user does not have enough permission. #55218, @lpskdl o ElasticSearch: Fix dispatching queries at a wrong time. #55225, @svennergr o Panel: Disable legends when showLegend is false prior to schema v37. #55126, @ivanortegaalba o Prometheus: Fix metadata requests for browser access mode. #55403, @itsmylife o Search: Avoid requesting all dashboards when in Folder View. #55169, @JoaoSilvaGrafana o TablePanel/StatPanel: Fix values not being visible when background transparent. #55092, @mdvictor
2022-09-26Revbump all Go packages after 1.19 became defaultbsiegert1-1/+2
2022-09-18grafana: Update to 9.1.5triaxx4-1633/+1220
upstream changes: ----------------- * [9.1.0-beta1] Security: Choose Lookup params per auth module (CVE-2022-31107) * [9.0.3] Chore: Fix CVE-2020-7753. #51752, @jackw * [9.0.3] Chore: Fix CVE-2021-3807. #51753, @jackw * [9.0.3] Chore: Fix CVE-2021-3918. #51745, @jackw * [9.0.3] Chore: Fix CVE-2021-43138. #51751, @jackw * [9.0.3] Chore: Fix CVE-2022-0155. #51755, @jackw * [9.0.3] Security: Fixes for CVE-2022-31107 and CVE-2022-31097 * https://github.com/grafana/grafana/blob/v9.1.5/CHANGELOG.md
2022-09-07Revbump all Go packages after go118 security updatebsiegert1-2/+2
2022-08-12Revbump all Go packages after go118 security updatebsiegert1-2/+2
2022-07-13Revbump all Go packages after go118 updatebsiegert1-1/+2
2022-07-12grafana: Update to 9.0.2triaxx4-1505/+2140
upstream changes: ----------------- 9.0.2 (2022-06-28) Features and enhancements o Alerting: Add support for images in Pushover alerts. #51372, @grobinson-grafana o Alerting: Don't stop the migration when alert rule tags are invalid. #51253, @gotjosh o Alerting: Don't stop the migration when alert rule tags are invalid (…. #51341, @gotjosh o Alerting: Skip the default data source if incompatible. #51452, @gillesdemey o AzureMonitor: Parse non-fatal errors for Logs. #51320, @andresmgot o OAuth: Restore debug log behavior. #51244, @Jguer o Plugins: Improved handling of symlinks. #51324, @marefr Bug fixes o Alerting: Code-gen parsing of URL parameters and fix related bugs. #51353, @alexweav o Alerting: Code-gen parsing of URL parameters and fix related bugs. #50731, @alexweav o Annotations: Fix annotation autocomplete causing panels to crash. #51164, @ashharrison90 o Barchart: Fix warning not showing. #51190, @joshhunt o CloudWatch: Enable custom session duration in AWS plugin auth. #51322, @sunker o Dashboards: Fixes issue with the initial panel layout counting as an unsaved change. #51315, @JoaoSilvaGrafana o Plugins: Use a Grafana specific SDK logger implementation for core plugins. #51229, @marefr o Search: Fix pagination in the new search page. #51366, @ArturWierzbicki Changes for previous releases: https://github.com/grafana/grafana/blob/v9.0.2/CHANGELOG.md
2022-06-02Revbump all Go packages after go118 updatebsiegert1-1/+2
2022-05-21grafana: Update to 8.5.3triaxx5-791/+1777
pkgsrc changes: --------------- * Add comments about usage of rc file in unprivileged. * Add _rc_subr_loaded variable for consistency with other rc files. upstream changes: ----------------- * [8.5.3] Security: fixes CVE-2022-29170 * https://github.com/grafana/grafana/blob/3bd6b8a5/CHANGELOG.md
2022-05-11Revbump all Go packages after go118 updatebsiegert1-2/+2
2022-04-13Revbump all Go packages after go117 updatebsiegert1-1/+2
2022-04-12grafana: update to 8.4.6tnn4-3690/+551
Fixes CVE-2022-24812, but open source grafana is not vulnerable so this is mostly a no-op apart from some minor bugfixes in 8.4.5.
2022-03-11grafana: update to 8.4.3tnn4-706/+1067
High level news for 8.4: - Share playlists - Accessibility improvements - New option to configure OpenTelemetry - Rotate envelope encryption key - Support for mute timings - Custom grouping for the Alert Panel - WeCom contact point - New panel options
2022-03-07Revbump all Go packages after go117 updatebsiegert1-2/+2
2022-02-13Revump all Go packages after go117 updatebsiegert1-1/+2
2022-01-20grafana: update to 8.3.4tnn4-540/+573
Forward OAuth Identity Token (CVE-2022-21673) + other bugfixes
2022-01-09Revbump all Go packages after go117 updatebsiegert1-1/+2
2022-01-01grafana: Update to 8.3.3triaxx5-461/+501
upstream changes: ----------------- 8.3.3 (2021-12-10) Features and enhancements o BarChart: Use new data error view component to show actions in panel edit. #42474, @torkelo o CloudMonitor: Iterate over pageToken for resources. #42546, @iwysiu o Macaron: Prevent WriteHeader invalid HTTP status code panic. #42973, @bergquist Bug fixes o AnnoListPanel: Fix interpolation of variables in tags. #42318, @francoisdtm o CloudWatch: Allow queries to have no dimensions specified. #42800, @sunker o CloudWatch: Fix broken queries for users migrating from 8.2.4/8.2.5 to 8.3.0. #42611, @sunker o CloudWatch: Make sure MatchExact flag gets the right value. #42621, @sunker o Dashboards: Fix so that empty folders can be deleted from the manage dashboards/folders page. #42527, @ashharrison90 o InfluxDB: Improve handling of metadata query errors in InfluxQL. #42500, @gabor o Loki: Fix adding of ad hoc filters for queries with parser and line_format expressions. #42590, @ivanahuckova o Prometheus: Fix running of exemplar queries for non-histogram metrics. #42749, @ivanahuckova o Prometheus: Interpolate template variables in interval. #42637, @ivanahuckova o StateTimeline: Fix toolitp not showing when for frames with multiple fields. #42741, @dprokop o TraceView: Fix virtualized scrolling when trace view is opened in right pane in Explore. #42480, @autoric o Variables: Fix repeating panels for on time range changed variables. #42828, @hugohaggmark o Variables: Fix so queryparam option works for scoped variables. #42742, @hugohaggmark 8.3.2 (2021-12-10) o Security: Fixes CVE-2021-43813 and CVE-2021-43815. For more information, see our [blog](https://grafana.com/blog/2021/12/10/grafana-8.3.2-and-7.5.12-released-with-moderate-severity-security-fix/
2021-12-10fix some linttnn1-3/+3
2021-12-09Revbump all Go packages after go117 updatebsiegert1-1/+2
2021-12-08grafana: remove unused BUILD_MAKE_FLAGStnn1-4/+1
2021-12-08grafana: update to 8.3.1 (Only compile tested, sorry.)tnn8-1281/+4553
Security: Fixes CVE-2021-43798 directory traversal vulnerability. Features and enhancements 8.3 Alerting: Prevent folders from being deleted when they contain alerts. Alerting: Show full preview value in tooltip. BarGauge: Limit title width when name is really long. CloudMonitoring: Avoid to escape regexps in filters. CloudWatch: Add support for AWS Metric Insights. TooltipPlugin: Remove other panels' shared tooltip in edit panel. Visualizations: Limit y label width to 40% of visualization width. Features and enhancements 8.2 AWS: Updated AWS authentication documentation. Alerting: Added support Alertmanager data source for upstream Prometheus AM implementation. Alerting: Allows more characters in label names so notifications are sent. Alerting: Get alert rules for a dashboard or a panel using /api/v1/rules endpoints. Annotations: Improved rendering performance of event markers. CloudWatch Logs: Skip caching for log queries. Explore: Added an opt-in configuration for Node Graph in Jaeger, Zipkin, and Tempo. Packaging: Add stricter systemd unit options. Prometheus: Metrics browser can now handle label values with special characters.
2021-11-05Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-10-26www: Replace RMD160 checksums with BLAKE2s checksumsnia1-3504/+3504
All checksums have been double-checked against existing RMD160 and SHA512 hashes Not committed (merge conflicts): www/nghttp2/distinfo Unfetchable distfiles (almost certainly fetched conditionally...): ./www/nginx-devel/distinfo array-var-nginx-module-0.05.tar.gz ./www/nginx-devel/distinfo echo-nginx-module-0.62.tar.gz ./www/nginx-devel/distinfo encrypted-session-nginx-module-0.08.tar.gz ./www/nginx-devel/distinfo form-input-nginx-module-0.12.tar.gz ./www/nginx-devel/distinfo headers-more-nginx-module-0.33.tar.gz ./www/nginx-devel/distinfo lua-nginx-module-0.10.19.tar.gz ./www/nginx-devel/distinfo naxsi-1.3.tar.gz ./www/nginx-devel/distinfo nginx-dav-ext-module-3.0.0.tar.gz ./www/nginx-devel/distinfo nginx-rtmp-module-1.2.2.tar.gz ./www/nginx-devel/distinfo nginx_http_push_module-1.2.10.tar.gz ./www/nginx-devel/distinfo ngx_cache_purge-2.5.1.tar.gz ./www/nginx-devel/distinfo ngx_devel_kit-0.3.1.tar.gz ./www/nginx-devel/distinfo ngx_http_geoip2_module-3.3.tar.gz ./www/nginx-devel/distinfo njs-0.5.0.tar.gz ./www/nginx-devel/distinfo set-misc-nginx-module-0.32.tar.gz ./www/nginx/distinfo array-var-nginx-module-0.05.tar.gz ./www/nginx/distinfo echo-nginx-module-0.62.tar.gz ./www/nginx/distinfo encrypted-session-nginx-module-0.08.tar.gz ./www/nginx/distinfo form-input-nginx-module-0.12.tar.gz ./www/nginx/distinfo headers-more-nginx-module-0.33.tar.gz ./www/nginx/distinfo lua-nginx-module-0.10.19.tar.gz ./www/nginx/distinfo naxsi-1.3.tar.gz ./www/nginx/distinfo nginx-dav-ext-module-3.0.0.tar.gz ./www/nginx/distinfo nginx-rtmp-module-1.2.2.tar.gz ./www/nginx/distinfo nginx_http_push_module-1.2.10.tar.gz ./www/nginx/distinfo ngx_cache_purge-2.5.1.tar.gz ./www/nginx/distinfo ngx_devel_kit-0.3.1.tar.gz ./www/nginx/distinfo ngx_http_geoip2_module-3.3.tar.gz ./www/nginx/distinfo njs-0.5.0.tar.gz ./www/nginx/distinfo set-misc-nginx-module-0.32.tar.gz
2021-10-09remove redundant do-install, CHECK_RELRO_SKIP, INSTALLATIONS_DIRS ...tnn1-4/+1
... for packages where the go-module.mk defaults DTRT as-is.
2021-10-08Revbump all Go packages after go117 updatebsiegert1-2/+2
2021-10-07www: Remove SHA1 hashes for distfilesnia1-3504/+1
2021-09-17Revbump all Go packages after go117 updatebsiegert1-1/+2
2021-09-13grafana: Update to 8.1.3triaxx3-249/+252
upstream changes: ----------------- Bug fixes o Alerting: Fix alert flapping in the internal alertmanager. #38648, @gotjosh o Alerting: Fix request handler failed to convert dataframe "results" to plugins.DataTimeSeriesSlice: input frame is not recognized as a time series. #38587, @idafurjes o Dashboard: Fix UIDs are not preserved when importing/creating dashboards thru importing .json file. #38659, @axelavargas o Dashboard: Forces panel re-render when exiting panel edit. #38913, @hugohaggmark o Dashboard: Prevent folder from changing when navigating to general settings. #38103, @hugohaggmark o Docker: Force use of libcrypto1.1 and libssl1.1 versions to fix CVE-2021-3711. #38585, @dsotirakis o Elasticsearch: Fix metric names for alert queries. #38546, @dsotirakis o Elasticsearch: Limit Histogram field parameter to numeric values. #38631, @Elfo404 o Elasticsearch: Prevent pipeline aggregations to show up in terms order by options. #38448, @Elfo404 o LibraryPanels: Prevent duplicate repeated panels from being created. #38804, @hugohaggmark o Loki: Fix ad-hoc filter in dashboard when used with parser. #38542, @ivanahuckova o Plugins: Track signed files + add warn log for plugin assets which are not signed. #38938, @wbrowne o Postgres/MySQL/MSSQL: Fix region annotations not displayed correctly. #38936, @marefr o Prometheus: Fix validate selector in metrics browser. #38921, @ivanahuckova
2021-08-27grafana: Update to 8.1.2triaxx4-1096/+2317
upstream changes: ----------------- 8.1.2 (2021-08-19) Features and enhancements o AzureMonitor: Add support for PostgreSQL and MySQL Flexible Servers. #38075, @joshhunt o Datasource: Change HTTP status code for failed datasource health check to 400. #37895, @stephaniehingtgen o Explore: Add span duration to left panel in trace viewer. #37806, @connorlindsey o Plugins: Use file extension allowlist when serving plugin assets instead of checking for UNIX executable. #37688, @wbrowne o Profiling: Add support for binding pprof server to custom network interfaces. #36580, @cinaglia o Search: Make search icon keyboard navigable. #37865, @tskarhed o Template variables: Keyboard navigation improvements. #38001, @tskarhed o Tooltip: Display ms within minute time range. #37569, @nikki-kiga Bug fixes o Alerting: Fix saving LINE contact point. #37744, @xy-man o Alerting: Fix saving LINE contact point. #37718, @xy-man o Annotations: Fix alerting annotation coloring. #37412, @kylebrandt o Annotations: Alert annotations are now visible in the correct Panel. #37959, @hugohaggmark o Auth: Hide SigV4 config UI and disable middleware when its config flag is disabled. #37293, @wbrowne o Dashboard: Prevent incorrect panel layout by comparing window width against theme breakpoints. #37868, @ashharrison90 o Elasticsearch: Fix metric names for alert queries. #37871, @dsotirakis o Explore: Fix showing of full log context. #37442, @ivanahuckova o PanelEdit: Fix 'Actual' size by passing the correct panel size to Das…. #37885, @ashharrison90 o Plugins: Fix TLS datasource settings. #37797, @wbrowne o Variables: Fix issue with empty drop downs on navigation. #37776, @hugohaggmark o Variables: Fix URL util converting false into true. #37402, @simPod Plugin development fixes & changes o Toolkit: Fix matchMedia not found error. #37643, @zoltanbedi 8.1.1 (2021-08-09) Bug fixes o CloudWatch Logs: Fix crash when no region is selected. #37639, @aocenas o Reporting: Fix timezone parsing for scheduler (enterprise) 8.1.0 (2021-08-05) Features and enhancements o Alerting: Deduplicate receivers during migration. #36812, @codesome o ColorPicker: Display colors as RGBA. #37231, @nikki-kiga o Select: Make portalling the menu opt-in, but opt-in everywhere. #37501, @ashharrison90 o TimeRangePicker: Improve accessibility. #36912, @tskarhed Bug fixes o Annotations: Correct annotations that are displayed upon page refresh. #37496, @axelavargas o Annotations: Fix Enabled button that disappeared from Grafana v8.0.6. #37454, @axelavargas o Annotations: Fix data source template variable that was not available for annotations. #37506, @axelavargas o AzureMonitor: Fix annotations query editor that does not load. #37476, @torkelo o Geomap: Fix scale calculations. #37375, @ryantxu o GraphNG: Fix y-axis autosizing. #37464, @leeoniya o Live: Display stream rate and fix duplicate channels in list response. #37365, @FZambia o Loki: Update labels in log browser when time range changes. #37520, @ivanahuckova o Loki: Update labels in log browser when time range changes in dashboard. #37541, @ivanahuckova o NGAlert: Send resolve signal to alertmanager on alerting -> Normal. #37363, @kylebrandt o PasswordField: Prevent a password from being displayed when you click the Enter button. #37444, @tskarhed o Renderer: Remove debug.log file when Grafana is stopped. #37367, @AgnesToulet o Security: Update dependencies to fix CVE-2021-36222. #37546, @ying-jeanne 8.1.0-beta3 (2021-07-29) Features and enhancements o Alerting: Support label matcher syntax in alert rule list filter. #36408, @nathanrodman o IconButton: Put tooltip text as aria-label. #36760, @tskarhed o Live: Experimental HA with Redis. #36787, @FZambia o UI: FileDropzone component. #36646, @zoltanbedi o [v8.1.x] CloudWatch: Add AWS LookoutMetrics. #37329, @ilyastoli Bug fixes o Docker: Fix builds by delaying go mod verify until all required files are copied over. #37246, @wbrowne o Exemplars: Fix disable exemplars only on the query that failed. #37296, @zoltanbedi o SQL: Fix SQL dataframe resampling (fill mode + time intervals). #36937, @idafurjes 8.1.0-beta2 (2021-07-23) Features and enhancements o Alerting: Expand the value string in alert annotations and labels. #37051, @gerobinson o Auth: Add Azure HTTP authentication middleware. #36932, @kostrse o Auth: Auth: Pass user role when using the authentication proxy. #36729, @yuwaMSFT2 o Gazetteer: Update countries.json file to allow for linking to 3-letter country codes. #37129, @bryanuribe Bug fixes o Config: Fix Docker builds by correcting formatting in sample.ini. #37106, @FZambia o Explore: Fix encoding of internal URLs. #36919, @aocenas 8.1.0-beta1 (2021-07-22) Features and enhancements o Alerting: Add Alertmanager notifications tab. #35759, @nathanrodman o Alerting: Add button to deactivate current Alertmanager configuration. #36951, @domasx2 o Alerting: Add toggle in Loki/Prometheus data source configuration to opt out of alerting UI. #36552, @domasx2 o Alerting: Allow any "evaluate for" value >=0 in the alert rule form. #35807, @domasx2 o Alerting: Load default configuration from status endpoint, if Cortex Alertmanager returns empty user configuration. #35769, @domasx2 o Alerting: view to display alert rule and its underlying data. #35546, @mckn o Annotation panel: Release the annotation panel. #36959, @ryantxu o Annotations: Add typeahead support for tags in built-in annotations. #36377, @ashharrison90 o AzureMonitor: Add curated dashboards for Azure services. #35356, @avidhanju o AzureMonitor: Add support for deep links to Microsoft Azure portal for Metrics. #32273, @shuotli o AzureMonitor: Remove support for different credentials for Azure Monitor Logs. #35121, @andresmgot o AzureMonitor: Support querying any Resource for Logs queries. #33879, @joshhunt o Elasticsearch: Add frozen indices search support. #36018, @Elfo404 o Elasticsearch: Name fields after template variables values instead of their name. #36035, @Elfo404 o Elasticsearch: add rate aggregation. #33311, @estermv o Email: Allow configuration of content types for email notifications. #34530, @djairhogeuens o Explore: Add more meta information when line limit is hit. #33069, @ivanahuckova o Explore: UI improvements to trace view. #34276, @aocenas o FieldOverrides: Added support to change display name in an override field and have it be matched by a later rule. #35893, @torkelo o HTTP Client: Introduce dataproxy_max_idle_connections config variable. #35864, @dsotirakis o InfluxDB: InfluxQL: adds tags to timeseries data. #36702, @gabor o InfluxDB: InfluxQL: make measurement search case insensitive. #34563, @gabor o Legacy Alerting: Replace simplejson with a struct in webhook notification channel. #34952, @KEVISONG o Legend: Updates display name for Last (not null) to just Last*. #35633, @torkelo o Logs panel: Add option to show common labels. #36166, @ivanahuckova o Loki: Add $__range variable. #36175, @ivanahuckova o Loki: Add support for "label_values(log stream selector, label)" in templating. #35488, @ivanahuckova o Loki: Add support for ad-hoc filtering in dashboard. #36393, @ivanahuckova o MySQL Datasource: Add timezone parameter. #27535, @andipabst o NodeGraph: Show gradient fields in legend. #34078, @aocenas o PanelOptions: Don't mutate panel options/field config object when updating. #36441, @dprokop o PieChart: Make pie gradient more subtle to match other charts. #36961, @nikki-kiga o Prometheus: Update PromQL typeahead and highlighting. #36730, @ekpdt o Prometheus: interpolate variable for step field. #36437, @zoltanbedi o Provisioning: Improve validation by validating across all dashboard providers. #26742, @nabokihms o SQL Datasources: Allow multiple string/labels columns with time series. #36485, @kylebrandt o Select: Portal select menu to document.body. #36398, @ashharrison90 o Team Sync: Add group mapping to support team sync in the Generic OAuth provider. #36307, @wardbekker o Tooltip: Make active series more noticeable. #36824, @nikki-kiga o Tracing: Add support to configure trace to logs start and end time. #34995, @zoltanbedi o Transformations: Skip merge when there is only a single data frame. #36407, @edgarpoce o ValueMapping: Added support for mapping text to color, boolean values, NaN and Null. Improved UI for value mapping. #33820, @torkelo o Visualizations: Dynamically set any config (min, max, unit, color, thresholds) from query results. #36548, @torkelo o live: Add support to handle origin without a value for the port when matching with root_url. #36834, @FZambia Bug fixes o Alerting: Handle marshaling Inf values. #36947, @kylebrandt o AzureMonitor: Fix macro resolution for template variables. #36944, @andresmgot o AzureMonitor: Fix queries with Microsoft.NetApp/../../volumes resources. #32661, @pckls o AzureMonitor: Request and concat subsequent resource pages. #36958, @andresmgot o Bug: Fix parse duration for day. #36942, @idafurjes o Datasources: Improve error handling for error messages. #35120, @ifrost o Explore: Correct the functionality of shift-enter shortcut across all uses. #36600, @ivanahuckova o Explore: Show all dataFrames in data tab in Inspector. #32161, @ivanahuckova o GraphNG: Fix Tooltip mode 'All' for XYChart. #31260, @Posnet o Loki: Fix highlight of logs when using filter expressions with backticks. #36024, @ivanahuckova o Modal: Force modal content to overflow with scroll. #36754, @ashharrison90 o Plugins: Ignore symlinked folders when verifying plugin signature. #34434, @wbrowne Breaking changes When parsing Elasticsearch query responses using template variables, each field gets named after the variable value instead of the name. For example, executing a terms aggregation on a variable named $groupBy that has @hostname as a value, the resulting column in the table response will be @hostname instead of $groupBy Issue #36035 Azure Monitor data source no longer supports different credentials for Metrics and Logs in existing data sources. To use different credentials for Azure Monitor Logs, create another data source. Issue #35121 Existing Azure Metrics Logs queries for Log Analytics Workspaces should be backward compatible with this change and should not get impacted. Panels will be migrated to use the new resource-centric backend when you first edit and save them. Application Insights and Insights Analytics queries are now read-only and cannot be modified. To update Application Insights queries, users can manually recreate them as Metrics queries, and Insights Analytics are recreated with Logs. Issue #33879 Plugin development fixes & changes o Toolkit: Improve error messages when tasks fail. #36381, @joshhunt 8.0.6 (2021-07-14) Features and enhancements o Alerting: Add annotation upon alert state change. #36535, @davidmparrott o Alerting: Allow space in label and annotation names. #36549, @codesome o InfluxDB: Improve legend labels for InfluxDB query results. #36603, @gabor Bug fixes o Alerting: Fix improper alert by changing the handling of empty labels. #36679, @davidmparrott o CloudWatch/Logs: Reestablish Cloud Watch alert behavior. #36558, @aocenas o Dashboard: Avoid migration breaking on fieldConfig without defaults field in folded panel. #36666, @glindstedt o DashboardList: Fix issue not re-fetching dashboard list after variable change. #36591, @torkelo o Database: Fix incorrect format of isolation level configuration parameter for MySQL. #36565, @marefr o InfluxDB: Correct tag filtering on InfluxDB data. #36570, @gabor o Links: Fix links that caused a full page reload. #36631, @torkelo o Live: Fix HTTP error when InfluxDB metrics have an incomplete or asymmetrical field set. #36664, @FZambia o Postgres/MySQL/MSSQL: Change time field to "Time" for time series queries. #36720, @marefr o Postgres: Fix the handling of a null return value in query results. #36648, @idafurjes o Tempo: Show hex strings instead of uints for IDs. #36471, @zoltanbedi o TimeSeries: Improve tooltip positioning when tooltip overflows. #36440, @ashharrison90 o Transformations: Add 'prepare time series' transformer. #36737, @ryantxu 8.0.5 (2021-07-08) Features and enhancements o Cloudwatch Logs: Send error down to client. #36277, @zoltanbedi o Folders: Return 409 Conflict status when folder already exists. #36429, @dsotirakis o TimeSeries: Do not show series in tooltip if it's hidden in the viz. #36353, @dprokop Bug fixes o AzureMonitor: Fix issue where resource group name is missing on the resource picker button. #36400, @joshhunt o Chore: Fix AWS auth assuming role with workspace IAM. #36430, @wbrowne o DashboardQueryRunner: Fixes unrestrained subscriptions being created. #36371, @hugohaggmark o DateFormats: Fix reading correct setting key for use_browser_locale. #36428, @torkelo o Links: Fix links to other apps outside Grafana when under sub path. #36498, @torkelo o Snapshots: Fix snapshot absolute time range issue. #36350, @torkelo o Table: Fix data link color. #36446, @tharun208 o Time Series: Fix X-axis time format when tick increment is larger than a year. #36335, @torkelo o Tooltip Plugin: Prevent tooltip render if field is undefined. #36260, @ashharrison90 8.0.4 (2021-07-01) Features and enhancements o Live: Rely on app url for origin check. #35983, @FZambia o PieChart: Sort legend descending, update placeholder to show default …. #36062, @ashharrison90 o TimeSeries panel: Do not reinitialize plot when thresholds mode change. #35952, @dprokop Bug fixes o Elasticsearch: Allow case sensitive custom options in date_histogram interval. #36168, @Elfo404 o Elasticsearch: Restore previous field naming strategy when using variables. #35624, @Elfo404 o Explore: Fix import of queries between SQL data sources. #36210, @ivanahuckova o InfluxDB: InfluxQL query editor: fix retention policy handling. #36022, @gabor o Loki: Send correct time range in template variable queries. #36268, @ivanahuckova o TimeSeries: Preserve RegExp series overrides when migrating from old graph panel. #36134, @ashharrison90
2021-08-11Revbump all Go packages after go116 updatebsiegert1-2/+2
2021-07-13Revbump all Go packages after go116 updatebsiegert1-1/+2
2021-06-23grafana: update to 8.0.3tnn4-1520/+6043
What's new in Grafana v8.0? Grafana v8.0 alerts: centralizes alerting information Library panels Real-time streaming Prometheus metrics browser Bar chart visualization (beta) State timeline visualization (beta) Status history visualization (beta) Histogram visualization (beta) Time series visualization updates Node graph visualization updates Pie chart visualization updates Panel editor updates Look and feel update Download logs Inspector in Explore Explore log improvements Plugin catalog Performance improvements Initial startup and load performance Operational and runtime performance Azure Monitor data source Azure Resource Graph Managed Identity Elasticsearch data source Use semver strings to identify Elasticsearch version Generic support for template variables Allow omitting field for metrics that support inline scripts Allow setting a custom limit for log queries Guess field type from first non-empty value Graphite data source Variable metric names expand Map Graphite queries to Loki Jaeger data source You can now use more parameters to find traces. Authentication updates JWT support
2021-06-06Revbump all Go packages after go116 updatebsiegert1-2/+2
2021-05-08Revbump all Go packages after go116 updatebsiegert1-1/+2
2021-04-12grafana: Update to 7.5.3triaxx4-234/+241
upstream changes: ---------------- 7.5.3 (2021-04-07) Features and enhancements o Dashboard: Do not include default datasource when externally exporting dashboard with row. #32494, @kaydelaney o Loki: Remove empty annotations tags. #32359, @conorevans Bug fixes o AdHocVariable: Add default data source to picker. #32470, @hugohaggmark o Configuration: Prevent browser hanging / crashing with large number of org users. #32546, @jackw o Elasticsearch: Fix bucket script variable duplication in UI. #32705, @Elfo404 o Explore: Fix bug where navigating to explore would result in wrong query and datasource to be shown. #32558, @aocenas o FolderPicker: Prevent dropdown menu from disappearing off screen. #32603, @jackw o SingleStat: Fix issue with panel links. #32721, @gjulianm o Variables: Confirm selection before opening new picker. #32586, @hugohaggmark o Variables: Confirm selection before opening new picker. #32503, @hugohaggmark o Variables: Fix unsupported data format error for null values. #32480, @hugohaggmark
2021-04-03grafana: update to 7.5.2tnn4-833/+2113
What’s new in 7.5 Pie chart panel visualization (beta) Alerting for Loki Loki label browser Changed default HTTP method for new Prometheus data sources Word highlighting for Elasticsearch Better format definition for trace data Paste in SSL certs for Postgres data source Deprecation notice for some Azure Monitor queries Cloudwatch data source enhancements Increased API limit for CloudMonitoring Services Tempo as a backend data source
2021-03-23grafana: Update to 7.4.5triaxx3-12/+60
pkgsrc changes: --------------- * Add a patch to use the same go binary as the one used to build grafana. The build.go program initially ran go which could be linked to any installed go binary managed by pkg_alternatives. upstream changes: ----------------- 7.4.5 (2021-03-18) Bug fixes o Security: Fix API permissions issues related to team-sync CVE-2021-28146, CVE-2021-28147. (Enterprise) o Security: Usage insights requires signed in users CVE-2021-28148. (Enterprise) o Security: Do not allow editors to incorrectly bypass permissions on the default data source. CVE-2021-27962. (Enterprise)
2021-03-19Revbump all Go packages after go115 updatebsiegert1-1/+2
2021-02-26grafana: Update to 7.4.3triaxx4-227/+247
upstream changes: ----------------- Release notes for Grafana 7.4.3 Bug fixes o AdHocVariables: Fixes crash when values are stored as numbers. #31382, @hugohaggmark o DashboardLinks: Fix an issue where the dashboard links were causing a full page reload. #31334, @torkelo o Elasticsearch: Fix query initialization logic & query transformation from Prometheus/Loki. #31322, @Elfo404 o QueryEditor: Fix disabling queries in dashboards. #31336, @gabor o Streaming: Fix an issue with the time series panel and streaming data source when scrolling back from being out of view. #31431, @torkelo o Table: Fix an issue regarding the fixed min and auto max values in bar gauge cell. #31316, @torkelo Release notes for Grafana 7.4.2 Features and enhancements o Explore: Do not show non queryable data sources in data source picker. #31144, @torkelo o Snapshots: Do not allow an anonymous user to create snapshots. #31263, @marefr Bug fixes o CloudWatch: Ensure empty query row errors are not passed to the panel. #31172, @sunker o DashboardLinks: Fix the links that always cause a full page to reload. #31178, @torkelo o DashboardListPanel: Fix issue with folder picker always showing All and using old form styles. #31160, @torkelo o IPv6: Support host address configured with enclosing square brackets. #31226, @aknuds1 o Permissions: Fix team and role permissions on folders/dashboards not displayed for non Grafana Admin users. #31132, @AgnesToulet o Postgres: Fix timeGroup macro converts long intervals to invalid numbers when TimescaleDB is enabled. #31179, @kurokochin o Prometheus: Fix enabling of disabled queries when editing in dashboard. #31055, @ivanahuckova o QueryEditors: Fix an issue that happens after moving queries then editing would update other queries. #31193, @torkelo o SqlDataSources: Fix the Show Generated SQL button in query editors. #31236, @torkelo o StatPanels: Fix an issue where the palette color scheme is not cleared when loading panel. #31126, @torkelo o Variables: Add the default option back for the data source variable. #31208, @hugohaggmark o Variables: Fix missing empty elements from regex filters. #31156, @hugohaggmark Release notes for Grafana 7.4.1 Features and enhancements o Influx: Make max series limit configurable and show the limiting message if applied. #31025, @aocenas o Make value mappings correctly interpret numeric-like strings. #30893, @dprokop o Variables: Adds queryparam formatting option. #30858, @hugohaggmark Bug fixes o Alerting: Fixes so notification channels are properly deleted. #31040, @hugohaggmark o BarGauge: Improvements to value sizing and table inner width calculations. #30990, @torkelo o DashboardLinks: Fixes crash when link has no title. #31008, @hugohaggmark o Elasticsearch: Fix alias field value not being shown in query editor. #30992, @Elfo404 o Elasticsearch: Fix log row context errors. #31088, @Elfo404 o Elasticsearch: Show Size setting for raw_data metric. #30980, @Elfo404 o Graph: Fixes so graph is shown for non numeric time values. #30972, @hugohaggmark o Logging: Ignore ‘file already closed’ error when closing file. #31119, @aknuds1 o Plugins: Fix plugin signature validation for manifest v2 on Windows. #31045, @wbrowne o TextPanel: Fixes so panel title is updated when variables change. #30884, @hugohaggmark o Transforms: Fixes Outer join issue with duplicate field names not getting the same unique field names as before. #31121, @torkelo