Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package grafana for openSUSE:Factory checked in at 2022-08-25 15:09:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/grafana (Old) and /work/SRC/openSUSE:Factory/.grafana.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "grafana" Thu Aug 25 15:09:39 2022 rev:30 rq:999239 version:8.5.10 Changes: -------- --- /work/SRC/openSUSE:Factory/grafana/grafana.changes 2022-08-16 17:08:21.831989372 +0200 +++ /work/SRC/openSUSE:Factory/.grafana.new.2083/grafana.changes 2022-08-25 15:09:47.833304224 +0200 @@ -1,0 +2,441 @@ +Mon Aug 25 09:00:00 UTC 2022 - Marius Kittler <marius.kitt...@suse.com> + +- Update to version 8.5.10 + + Bug fixes (8.5.10): + * RBAC: Fix Anonymous Editors missing dashboard controls. + #52649, @gamab + + Bug fixes (8.5.9): + * Security: Fixes for CVE-2022-31107 and CVE-2022-31097. + #52238, @xlson + + Bug fixes (8.4.10): + * Security: Security: Fixes for CVE-2022-31107 and + CVE-2022-31097. #52218, @IevaVasiljeva + + Bug fixes (8.5.6): + * Dashboard: Fixes random scrolling on time range change. + #50379, @torkelo + * Security: Fixes minor code scanning security warnings in old + vendored javascript libs. #50382, @torkelo + + Features and enhancements (8.5.5): + * Azure Monitor: Include datasource ref when interpolating + variables. #49543, @kevinwcyu + * CloudWatch: Add multi-value template variable support for log + group names in logs query builder. #49737, @kevinwcyu + * Cloudwatch: Add template variable query function for listing + log groups. #50100, @yaelleC + + Bug fixes (8.5.5): + * Alerting: Do not overwrite existing alert rule condition. + #49920, @gillesdemey + * Alerting: Remove double quotes from matchers. #50044, + @alexweav + + Features and enhancements (8.5.4): + * Alerting: Remove disabled flag for data source when migrating + alerts. #48559, @yuri-tceretian + * Alerting: Show notification tab of legacy alerting only to + editor. #49624, @yuri-tceretian + * Alerting: Update migration to migrate only alerts that belong + to existing org\dashboard. #49192, @yuri-tceretian + * AzureMonitor: Do not quote variables when a custom "All" + variable option is used. #49428, @andresmgot + * AzureMonitor: Update allowed namespaces. #48468, + @jcolladokuri + * CloudMonitor: Correctly encode default project response. + #49510, @aangelisc + * Cloudwatch: Add support for new AWS/RDS EBS* metrics. + #48798, @szymonpk + * InfluxDB: Use backend for influxDB by default via feature + toggle. #48453, @yesoreyeram + * Legend: Use correct unit for percent and count calculations. + #49004, @dprokop + * LokI: use millisecond steps in Grafana 8.5.x. #48630, @gabor + * Plugins: Introduce HTTP 207 Multi Status response to + api/ds/query. #48550, @wbrowne + * Reporting: Improve PDF file size using grid layout. + (Enterprise) + * Transformations: Add an All Unique Values Reducer. #48653, + @josiahg + * Transformers: avoid error when the ExtractFields source field + is missing. #49368, @wardbekker + * [v8.5.x] Alerting: Update migration to migrate only alerts + that belong to existing org\dashboard. #49199, @grafanabot + * [v8.5.x] Reporting: Improve PDF file size using grid layout. + (Enterprise) + + Bug fixes (8.5.4): + * Alerting: Allow disabling override timings for notification + policies. #48648, @gillesdemey + * Alerting: Allow serving images from custom url path. #49022, + @gillesdemey + * Alerting: Apply Custom Headers to datasource queries. #47860, + @joeblubaugh + * Alerting: Fix RBAC actions for notification policies. #49185, + @yuri-tceretian + * Alerting: Fix access to alerts for viewer with editor + permissions when RBAC is disabled. #49270, @yuri-tceretian + * Alerting: Fix anonymous access to alerting. #49203, + @yuri-tceretian + * Alerting: correctly show all alerts in a folder. #48684, + @gillesdemey + * AzureMonitor: Fixes metric definition for Azure Storage + queue/file/blob/table resources. #49101, @aangelisc + * Dashboard: Fix dashboard update permission check. #48746, + @IevaVasiljeva + * DashboardExport: Fix exporting and importing dashboards where + query data source ended up as incorrect. #48410, @torkelo + * FileUpload: clicking the Upload file button now opens their + modal correctly. #48766, @ashharrison90 + * GrafanaUI: Fix color of links in error Tooltips in light + theme. #49327, @joshhunt + * LibraryPanels: Fix library panels not connecting properly in + imported dashboards. #49161, @joshhunt + * Loki: Improve unpack parser handling. #49074, @gabor + * RolePicker: Fix menu position on smaller screens. #48429, + @Clarity-89 + * TimeRange: Fixes updating time range from url and browser + history. #48657, @torkelo + * TimeSeries: Fix detection & rendering of sparse datapoints. + #48841, @leeoniya + * Timeseries: Fix outside range stale state. #49633, @ryantxu + * Tooltip: Fix links not legible in Tooltips when using light + theme. #48748, @joshhunt + * Tooltip: Sort decimals using standard numeric compare. + #49084, @dprokop + * Transforms: Labels to fields, fix label picker layout. + #49304, @torkelo + * Variables: Fixes issue with data source variables not + updating queries with variable. #49478, @torkelo + * [v8.5.x] Alerting: Fix RBAC actions for notification policies + (#49185). #49348, @yuri-tceretian + * [v8.5.x] Alerting: Fix access to alerts for viewer with + editor permissions when RBAC is disabled. #49427, @konrad147 + * [v8.5.x] Alerting: Fix anonymous access to alerting. #49268, + @yuri-tceretian + + Breaking changes (8.5.4): + For a data source query made via /api/ds/query: + If the DatasourceQueryMultiStatus feature is enabled and + The data source response has an error set as part of the + DataResponse, the resulting HTTP status code is now 207 + Multi Status instead of 400 Bad gateway + If the DatasourceQueryMultiStatus feature is not enabled and + The data source response has an error set as part of the + DataResponse, the resulting HTTP status code is 400 Bad + Request (no breaking change) + --> Issue #48550 + + Bug fixes (8.5.3): + * Security: fixes CVE-2022-29170. #49240, @xlson + + Features and enhancements (8.5.2): + * Alerting: Add safeguard for migrations that might cause + dataloss. #48526, @JohnnyQQQQ + * AzureMonitor: Add support for not equals and startsWith + operators when creating Azure Metrics dimension filters. + #48077, @aangelisc + * Elasticsearch: Add deprecation notice for < 7.10 versions. + #48506, @ivanahuckova + * Traces: Filter by service/span name and operation in Tempo + and Jaeger. #48209, @joey-grafana + + Bug fixes (8.5.2): + * AzureAd Oauth: Fix strictMode to reject users without an + assigned role. #48474, @kyschouv + * CloudWatch: Fix variable query tag migration. #48587, @iwysiu + * Plugins: Ensure catching all appropriate 4xx api/ds/query + scenarios. #47565, @wbrowne + + Bug fixes (8.5.1): + * Azure Monitor: Fix space character encoding for metrics query + link to Azure Portal. #48139, @kevinwcyu + * CloudWatch: Prevent log groups from being removed on query + change. #47994, @asimpson + * Cloudwatch: Fix template variables in variable queries. + #48140, @iwysiu + * Explore: Prevent direct access to explore if disabled via + feature toggle. #47714, @Elfo404 + * InfluxDB: Fixes invalid no data alerts. #48295, @yesoreyeram + * Navigation: Prevent navbar briefly showing on login. #47968, + @ashharrison90 + * Plugins Catalog: Fix styling of hyperlinks. #48196, @marefr + * Table: Fix filter crashes table. #48258, @zoltanbedi + * TimeSeries: Properly stack series with missing datapoints. + #48321, @leeoniya + + Features and enhancements (8.5.0): + * Alerting: Add contact points provisioning API. #47197, + @JohnnyQQQQ + * Alerting: Add resolved count to notification title when both + firing and resolved present. #46697, @JacobsonMT + * Alerting: Alert rule should wait For duration when execution + error state is Alerting. #47052, @grobinson-grafana + * Alerting: Classic conditions can now display multiple values. + #46971, @gotjosh + * Alerting: Display query from grafana-managed alert rules on + /api/v1/rules. #45969, @gotjosh + * Alerting: Enhance support for arbitrary group names in + managed alerts. #47785, @gillesdemey + * Alerting: add field for custom slack endpoint. #45751, + @nathanrodman + * Azure Monitor : Adding json formatting of error messages in + Panel Header Corner and Inspect Error Tab. #44877, @yaelleC + * Azure Monitor: Add 2 more Curated Dashboards for VM Insights. + #45187, @jcolladokuri + * CloudWatch: Handle new error codes for MetricInsights. + #47033, @Gabrielopesantos + * Dashboards: show changes in save dialog. #46557, @ryantxu + * DataSource: Default data source is no longer a persisted + state but just the default data source for new panels. + #45132, @torkelo + * DataSourcePlugin API: Allow queries import when changing data + source type. #47435, @dprokop + * Explore: Remove return to panel button. #45018, @gelicia + * Explore: allow users to save Explore state to a new panel in + a new dashboard. #45148, @Elfo404 + * Instrumentation: Proxy status code correction and various + improvements. #47473, @marefr + * Logging: Introduce feature toggle to activate gokit/log + format. #47336, @ying-jeanne + * NewsPanel: Add support for Atom feeds. #45390, @kaydelaney + * Plugins: Add deprecation notice for /api/tsdb/query endpoint. + #45238, @wbrowne + * Plugins: Adding support for traceID field to accept + variables. #45559, @vinisdl + * PostgreSQL: __unixEpochGroup to support arithmetic expression + as argument. #46764, @s0nik42 + * Profile/Help: Expose option to disable profile section and ++++ 244 more lines (skipped) ++++ between /work/SRC/openSUSE:Factory/grafana/grafana.changes ++++ and /work/SRC/openSUSE:Factory/.grafana.new.2083/grafana.changes Old: ---- grafana-8.3.10.tar.gz New: ---- grafana-8.5.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ grafana.spec ++++++ --- /var/tmp/diff_new_pack.sVFqBp/_old 2022-08-25 15:09:48.877306430 +0200 +++ /var/tmp/diff_new_pack.sVFqBp/_new 2022-08-25 15:09:48.885306447 +0200 @@ -22,7 +22,7 @@ %endif Name: grafana -Version: 8.3.10 +Version: 8.5.10 Release: 0 Summary: The open-source platform for monitoring and observability License: AGPL-3.0-only ++++++ Makefile ++++++ --- /var/tmp/diff_new_pack.sVFqBp/_old 2022-08-25 15:09:48.921306523 +0200 +++ /var/tmp/diff_new_pack.sVFqBp/_new 2022-08-25 15:09:48.925306531 +0200 @@ -23,8 +23,12 @@ tar --format=posix -cf ../$$tar $$basename && \ cd $$basename && \ # Patches for the JS frontend go after here \ - patch -p1 -i ../../0001-Add-source-code-reference.patch && \ + patch --no-backup-if-mismatch -p1 -i ../../0001-Add-source-code-reference.patch && \ # End patches section \ + # avoid ".git can't be found" \ + git init && \ + # avoid "FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory" \ + export NODE_OPTIONS=--max_old_space_size=8192 && \ yarn install --immutable && \ yarn run build && \ cd .. && \ ++++++ _service ++++++ --- /var/tmp/diff_new_pack.sVFqBp/_old 2022-08-25 15:09:48.965306616 +0200 +++ /var/tmp/diff_new_pack.sVFqBp/_new 2022-08-25 15:09:48.969306624 +0200 @@ -5,7 +5,7 @@ <param name="exclude">.git</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> - <param name="revision">v8.3.10</param> + <param name="revision">v8.5.10</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="disabled"> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.sVFqBp/_old 2022-08-25 15:09:48.989306666 +0200 +++ /var/tmp/diff_new_pack.sVFqBp/_new 2022-08-25 15:09:48.993306675 +0200 @@ -1,7 +1,7 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/grafana/grafana</param> - <param name="changesrevision">1cf8d3e67c07450a04fe0a8513e6fbe21ae89ca6</param> + <param name="changesrevision">9bdf1b68477ac97f043de04450e396670a2a4dd1</param> </service> </servicedata> (No newline at EOF) ++++++ grafana-8.3.10.tar.gz -> grafana-8.5.10.tar.gz ++++++ /work/SRC/openSUSE:Factory/grafana/grafana-8.3.10.tar.gz /work/SRC/openSUSE:Factory/.grafana.new.2083/grafana-8.5.10.tar.gz differ: char 5, line 1 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/grafana/vendor.tar.gz /work/SRC/openSUSE:Factory/.grafana.new.2083/vendor.tar.gz differ: char 4, line 1