Commit Graph

71 Commits

Author SHA256 Message Date
dd16cb4b8b Accepting request 1086219 from home:mkittler:branches:server:monitoring
- Update to version 9.5.2:
  * Bug fixes
    - Explore: Update table min height
    - DataLinks: Encoded URL fixed.

OBS-URL: https://build.opensuse.org/request/show/1086219
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=105
2023-05-11 11:35:07 +00:00
Witek Bedyk
444eb48639 Accepting request 1083277 from home:mkittler:branches:server:monitoring
- Update to 9.5.0 (CVE-2023-1387, bsc#1210907)
  * Breaking changes
    - default named retention policies won't be used to query.
      Users who have a default named retention policy in their
      influxdb database, have to rename it to something else.
      Having default named retention policy is not breaking
      anything. We will make sure to use the actual default
      retention policy under the hood. To change the hardcoded
      retention policy in the dashboard.json, users must they
      select the right retention policy from dropdown and save the
      panel/dashboard.
    - Grafana Alerting rules with NoDataState configuration set to
      Alerting will now respect "For" duration.
    - Users who use LDAP role sync to only sync Viewer, Editor and
      Admin roles, but grant Grafana Server Admin role manually
      will not be able to do that anymore. After this change, LDAP
      role sync will override any manual changes to Grafana Server
      Admin role assignments. If grafana_admin is left unset in
      LDAP role mapping configuration, it will default to false.
  * Features and enhancements
    - API keys: Add deprecation to api keys.
    - API: Enable serving Swagger UI by default and add docs and
      guidelines.
    - API: Permit Cache-Control (browser caching) for datasource
      resources.
    - Accessibility: Make row actions keyboard accessible.
    - Admin/Plugins: Set category filter in connections link.
    - Alerting: Add CustomDetails field in PagerDuty contact point.
    - Alerting: Add dashboard and panel links to rule and instance
      annotations.
    - Alerting: Add filter and remove funcs for custom labels and
      annotations.
    - Alerting: Add fuzzy search to alert list view.
    - Alerting: Add metrics for active receiver and integrations.
    - Alerting: Better printing of labels.
    - Alerting: Create new state history "fanout" backend that
      dispatches to multiple other backends at once.
    - Alerting: Enable preview for recording rules.
    - Alerting: Fetch all applied alerting configurations.
    - Alerting: Introduce proper feature toggles for common state
      history backend combinations.
    - Alerting: Make time range query parameters not required when
      querying Loki.
    - Alerting: New notification policies view.
    - Alerting: No longer index state history log streams by
      instance labels.
    - Alerting: Respect "For" Duration for NoData alerts.
    - Alerting: Support filtering rules by multiple datasources.
    - Alerting: Switch to snappy-compressed-protobuf for outgoing
      push requests to Loki.
    - Angular: Prevent angular from loading when disabled.
    - Auth: Add Generic oauth skip org role sync setting.
    - Auth: Add feature flag to move token rotation to client.
    - Auth: Show user sync external Authentication status.
    - Backend: Use sdk version 0.148.0.
    - Chore: Add stat for remote cache config.
    - Chore: Replace short UID generation with more standard UUIDs.
    - Chore: Use DOMPurify to sanitize strings rather than js-xss.
    - CloudMonitoring: Add possibility to use path for private key.
    - CloudWatch Logs: Update default timeout to 30m.
    - CloudWatch: Add AWS/IotSiteWise namespace and metrics.
    - CloudWatch: Add account support to variable queries.
    - CloudWatch: Make deeplinks work for us-gov and china regions.
    - Cloudwatch: Add MeteredIOBytes metric for EFS.
    - Command Palette: Display dashboard location.
    - Command palette: Enable folder searching.
    - Connections: Turn on feature toggle by default.
    - Cookies: Provide a mechanism for per user control over
      cookies.
    - Dashboard Datasource: Update Query List & Improve UX.
    - Dashboard: Add a feature that creates a table panel when a
      spreadsheet file is dropped on the dashboard.
    - Dashboard: Add new visualization/row/library panel/pasted
      panel is now a dropdown menu.
    - Dashboard: Add value format for requests per minute.
    - Dashboard: Empty/No Panels dashboard with a new design.
    - Dashboard: When dashboard is not found show message instead
      of empty page.
    - Dashboards: Enable feature flag newPanelChromeUI by default.
    - Dataplane: Support timeSeriesLong without transform.
    - Datasources: Add user_agent header customization for outgoing
      HTTP requests.
    - Datasources: Use getDefaultQuery in annotations editors.
    - Docs: Add documentation on how to debug backend plugins.
    - Docs: Deprecate dashboard previews.
    - Elasticsearch: Detect Elasticsearch version.
    - Elasticsearch: Run Explore queries trough data source
      backend.
    - Explore: Add range option to internal data links.
    - Explore: Add transformations to correlation data links.
    - Explore: Support mixed data sources for supplementary query.
    - Extensions: Expose an enum for available placements.
    - Feat: Changing link destination for get more plugins.
    - Feat: Linking to plugin details page rather than externally
      for new datasources.
    - FieldMatchers: Add match by value (reducer).
    - Flame graph: Add context menu.
    - Flame graph: Add metadata above flame graph.
    - Geomap: Improve tooltip url for photos layer.
    - Geomap: Release night / day layer.
    - InfluxDB: Move database information into jsondata.
    - Jaeger and Zipkin: Config & docs upgrade.
    - LDAP: Allow setting minimum TLS version and accepted ciphers.
    - Licensing: Allow server admin user to log in even if the
      active user limit is reached. (Enterprise)
    - Live: Remove (alpha) ability to configure live pipelines.
    - Logger: Add feature toggle for errors in HTTP request logs.
    - Login: Allow custom name and icon for social providers.
    - Logs Panel: Refactor style generation to improve rendering
      performance.
    - Logs: Add millisecond to timestamp in log line.
    - Logs: Rename dedup to deduplicate.
    - Loki Query Editor: Make Monaco the default editor.
    - Loki: Add unpack query builder hint.
    - Loki: Add descriptions to query builder operations.
    - Loki: Add placeholder to the loki query editor.
    - Loki: Always fetch for new label keys in the QueryBuilder.
    - Loki: Display error with label filter conflicts.
    - Loki: Improve the display of loki query stats.
    - MSSQL/Postgres: List views in table dropdown as well.
    - MSSQL: Update forked go-mssqldb dependency.
    - Metrics: Update comment to mention folders instead of
      dashboards.
    - Navigation: Enable new navigation by default.
    - NodeGraph: Support icons for nodes.
    - Notifications: Enable display of trace ID by default.
    - Packaging: Start Grafana service after InfluxDB.
    - Panel Header: Add CancelQuery option to panel header.
    - Panel: Show multiple errors info in the inspector.
    - PanelChrome: Add option to show actions on the right side
      (actions = leftItems).
    - Phlare: Allow variables in labelSelector (in query).
    - Plugin: Skip preloading disabled app plugins.
    - Plugins: Add optional logger for plugin requests sent to
      backend plugins.
    - Plugins: Extend panel menu with commands from plugins.
    - Plugins: Extend panel menu with links from plugins.
    - Plugins: Improve instrumentation by adding metrics and
      tracing.
    - Plugins: Support for distributed tracing in backend plugins
      SDK.
    - Plugins: Support for link extensions.
    - Profiling: Enable flame graph & Phlare/Parca data sources for
      all users.
    - Prometheus Datasource: Improve Prom query variable editor.
    - Prometheus Metrics: Add missing stat_total_teams metric.
    - Prometheus/Loki: Run query explicitly instead of onblur in
      panel edit.
    - Prometheus: Browser resource caching.
    - Prometheus: Improve prometheus query variable editor.
    - Prometheus: Use $__rate_interval for rate queries generated
      by metric browser.
    - Pubdash: Email sharing handle dashboard deleted.
    - Pubdash: Email sharing handle dashboard deleted. (Enterprise)
    - PublicDashboards: Backfills share column with default value.
    - PublicDashboards: Configuration modal redesign.
    - PublicDashboards: Email sharing.
    - PublicDashboards: Email sharing. (Enterprise)
    - PublicDashboards: Enable creation when dashboard has template
      variables.
    - PublicDashboards: Paused or deleted public dashboard screen.
    - PublicDashboards: Viewer can request and claim magic link.
      (Enterprise)
    - QueryHistory: Improve handling of mixed datasource entries.
    - Rendering: Experimental support to use JWTs as auth method.
    - Reports: Improve the UI for the new navigation. (Enterprise)
    - SQL Datasources: Add back help content.
    - Schema: Remove exclusion for timeseries and update imports.
    - Search: Improvements for starred dashboard search.
    - Select: Show icon in the grafana/ui Select component.
    - Service accounts: Creation logic simplification.
    - Service accounts: Remove Add API keys buttons and remove one
      state of migrating for API keys tab.
    - SplitOpen: Update API to accept multiple queries.
    - Stat Panel: Add an option for a non-gradient/solid
      background.
    - Stat: Add ability to remove default single-color background
      gradient.
    - SupportBundles: Add OAuth bundle collectors.
    - Table Panel: Add ability to use text color for value or hide
      value in gauge cell.
    - Table: Introduce sparkline cell type.
    - Tempo: Config and doc updates.
    - Tempo: Update service graph view and docs.
    - TraceView: Add key and url escaping of json tag values.
    - TraceView: Reworked header.
    - Tracing: Add more detail to HTTP Outgoing Request.
    - Tracing: Docs and config improvements for
      Tempo/Jaeger/Zipkin.
    - Tracing: Support multiple OTel propagators.
    - Transformations: Support time format when converting time to
      strings.
    - Transformers: Support adding the row index using calculate
      field transformer.
    - Units: Format currency with negative before the symbol.
  * Bug fixes
    - API: Fix "Updated by" Column in dashboard versions table.
    - AccessControl: Allow editors to access GET /api/datasources.
    - Alerting: Add "backend" label to state history writes metrics.
    - Alerting: Add alert instance labels to Loki log lines in
      addition to stream labels.
    - Alerting: Elide requests to Loki if nothing should be
      recorded.
    - Alerting: Fix DatasourceUID and RefID missing for
      DatasourceNoData alerts.
    - Alerting: Fix ambiguous handling of equals in labels when
      bucketing Loki state history streams.
    - Alerting: Fix attachment of external labels to Loki state
      history log streams.
    - Alerting: Fix creating a recording rule when having multiple
      datasources.
    - Alerting: Fix explore link in alert detail view.
    - Alerting: Fix share URL for Prometheus rules on subpath.
    - Alerting: Fix stats that display alert count when using
      unified alerting.
    - Alerting: Hide mute timing actions when dealing with vanilla
      prometheus.
    - Alerting: Paginate result previews.
    - Alerting: Prometheus-compatible Alertmanager timings editor.
    - Alerting: Update scheduler to get updates only from database.
    - Alerting: Use a completely isolated context for state history
      writes.
    - Alerting: Use displayNameFromDS if available in preview.
    - Annotation List: Fix panel not updating when variable is
      changed.
    - Annotations: Ignore unique constraint violations for tags.
    - Auth: Fix orgrole picker disabled if isSynced user.
    - AzureMonitor: Fix Log Analytics portal links.
    - BrowseDashboards: Fix move to General folder not working.
    - Catalog: Show install error with incompatible version.
    - Chore: Update Grafana to use Alertmanager
      v0.25.1-0.20230308154952-78fedf89728b.
    - CloudMonitoring: Add project selector for MQL editor[fix].
    - CloudWatch Logs: Fix running logs queries with expressions.
    - CloudWatch Logs: Fix to make log queries use a relative time
      if available.
    - CloudWatch Logs: Revert "Queries in an expression should run
      synchronously".
    - CloudWatch: Fix cachedQueries insights not being updated for
      metric queries.
    - Cloudwatch: Pass refId from query for expression queries.
    - Dashboards: Evaluate provisioned dashboard titles in a
      backwards compatible way.
    - Dashboards: Fix Mobile support dashboard issues on new iOS
      16.3.
    - Dashboards: Fix broken internal data links.
    - Database: Don't sleep 10ms before every request.
    - Elasticsearch: Fix processing of response with multiple group
      by for alerting.
    - Elasticsearch: Handle multiple annotation structures.
    - Email: Mark HTML comments as "safe" in email templates.
    - Emails: Preserve HTML comments. (Enterprise)
    - ErrorHandling: Fixes issues with bad error messages.
    - ErrorView: Better detection of no-data responses.
    - Explore: Make DataSourcePicker visible on small screens.
    - Fix: DataLinks from data sources override user defined data
      link.
    - Fix: Top table rendering and update docs.
    - Frontend: Fix broken links in /plugins when pathname has a
      trailing slash.
    - Geomap: Fix route layer zoom behavior.
    - Google Cloud Monitoring: Fix project variable.
    - HeatMap: Sort y buckets when all bucket names are numeric.
    - InfluxDB: Fix querying with hardcoded retention policy.
    - InfluxDB: Fix sending retention policy with InfluxQL queries.
    - KVStore: Include database field in migration.
    - LDAP: Always synchronize Server Admin role through role sync
      if role sync is enabled.
    - Library panels: Ensure pagination controls are always
      correctly displayed.
    - Loki: Fix autocomplete situations with multiple escaped
      quotes.
    - MegaMenu: Fixes mega menu showing scroll indicator when it
      shouldn't.
    - Navigation: Redirect to root page when switching
      organization.
    - Navigation: Scrolled hamburger menu links now navigate
      correctly in Safari.
    - NestedFolders: Fix nested folder deletion.
    - New Panel Header: Fix when clicking submenu item the parent
      menu item onClick get's triggered.
    - Phlare: Fix error when there are no profileTypes to send from
      backend.
    - PieChart: Show long labels properly.
    - PluginExtensions: Fixed issue with incorrect type being
      exposed when configuring an extension.
    - Plugins: Ensure proxy route bodies are valid JSON.
    - Plugins: Fix width for README pages with tables.
    - Plugins: Markdown fetch retry with lowercase.
    - Plugins: Skip instrumenting plugin build info for core and
      bundled plugins.
    - PublicDashboards: Query collapsed panels inside rows.
    - Query Splitting: Fix for handling queries with no requestId.
    - SQL Datasources: Fix variable throwing error if query returns
      no data.
    - SQL Datasources: Prevent Call Stack Overflows with Large
      Numbers of Values for Variable.
    - SQLStore: Fix SQLite error propagation if query retries are
      disabled.
    - Stat Panel: Fix issue with clipping text values.
    - Table Panel: Fix panel migration for options cell type.
    - Table: Fix migrations from old angular table for cell color
      modes.
    - Table: Fixes issue with pagination summary causing scrollbar.
    - Table: Fixes table panel gauge alignment.
    - TablePanel: Fix table cells overflowing when there are
      multiple data links.
    - TablePanel: fix footer bug; no footer calculated values after
      "hidden" column override.
    - Team sync: Fix apply query string instead of param.
      (Enterprise)
    - Templating: Allow percent encoding of variable with custom
      all.
    - Tempo: Set default limit if none is provided for traceql
      queries.
    - TimeSeries: Don't extend stepped interpolation to graph
      edges.
    - TimeSeries: Improve stacking direction heuristic.
    - Trace View: Update the queryType to traceql for checking if
      same trace when clicking span link.
    - TraceView: Don't require preferredVisualisationType to
      render.
    - Utils: Reimplement util.GetRandomString to avoid modulo bias.
    - XYChart: Add all dataset columns in tooltip.
  * Plugin development fixes & changes
    - DateTimePicker: Can now select time correctly.
    - Grafana UI: Fix tooltip prop of button component.
    - DateTimePicker: Add min date support to calendar.
    - GrafanaUI: Implement new component Toggletip.
    - ContextMenu: Fix padding and show border based on items.

OBS-URL: https://build.opensuse.org/request/show/1083277
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=103
2023-04-27 14:32:29 +00:00
Witek Bedyk
159254a17b Accepting request 1078603 from home:mkittler:branches:server:monitoring
- Update to 9.4.7 (2023-03-16)
  * Bug fixes
    - Alerting: Update scheduler to receive rule updates only
      from database.
    - Influxdb: Re-introduce backend migration feature toggle.
    - Security: Fixes for CVE-2023-1410.
  * Breaking changes
    The InfluxDB backend migration feature toggle
    (influxdbBackendMigration) has been reintroduced in this
    version as issues were discovered with backend processing of
    InfluxDB data. Unless this feature toggle is enabled, all
    InfluxDB data will be parsed in the frontend. This frontend
    processing is the default behavior.
    In Grafana 9.4.4, InfluxDB data parsing started to be handled
    in the backend. If you have upgraded to 9.4.4 and then added
    new transformations on InfluxDB data, those panels will fail to
    render. To resolve this either:
    - Remove the affected panel and re-create it
    - Edit the `time` field as `Time` in `panel.json` or
      `dashboard.json`
- Remove 0002-Update-exporter-toolkit-to-version-0.7.3.patch
  as the exporter toolkit has been updated by upstream
- Install wrapper scripts under /usr/sbin
- Install actual binaries under /usr/libexec/grafana (or /usr/lib
  under older distributions) and create a simlink for wrapper
  scripts and the service (which expect the binary to be under
  /usr/share/grafana/bin)
- Update to 9.4.3 (2023-03-02)
  * Bug fixes
    - Alerting: Use background context for maintenance
      function.
- Update to 9.4.2 (2023-03-02)
  * Bug fixes
    - Alerting: Fix boolean default in migration from false to
      0.
- Update to 9.4.0 (2023-02-28)
  * Features and enhancements
    - Alerting: Add endpoint for querying state history.
    - Alerting: Add label query parameters to state history
      endpoint.
    - Alerting: Add static label to all state history entries.
    - Alerting: Mark AM configuration as applied.
    - Azure Monitor: Enable multiple resource queries.
    - InfluxDB: Move database information into jsondata.
    - Query Caching: Add per-panel query caching TTL.
    - Table: Add row number column option.
    - Tempo: Remove tempoApmTable feature flag.
    - Transformations: Selectively apply transformation to
      queries.
  * Bug fixes
    - AccessControl: Clear user permission cache for update org
      user role.
    - Alerting: Fix handling of special floating-point cases
      when writing observed values to annotations.
    - Auth: Rotate token patch.
    - ContextMenu: Consider y coord when determining bottom
      collision.
    - Elasticsearch: Fix consistent label order in alerting.
    - Explore: Fix graph not updating when changing config.
    - Heatmap: Support heatmap rows with non-timeseries X axis.
    - Login: Fix panic when a user is upserted by a background
      process.
    - MSSQL: Add support for macro function calls.
    - MySQL: Quote identifiers that include special characters.
    - Navigation: Sign in button now works correctly when
      served under a sub path.
    - Nested Folder: Fix for SQLite not to overwrite the parent
      on restarts.
    - PanelChrome: Adds display mode to support transparent
      option.
    - Plugins: Case-sensitive routes for standalone pages.
    - Plugins: Prefer to use the data source UID when querying.
    - SQLStore: Fix folder migration for MySQL < 5.7.
    - Search: Fix not being able to clear sort value.
    - Tempo: Fix span name being dropped from the query.
  * Plugin development fixes & changes
    - PanelChrome: Implement hover header.
- Update to 9.3.7 (2023-02-28)
  * Bug fixes
    - Alerting: Validate that tags are 100 characters or less.
    - Expressions: Fixes the issue showing expressions editor.
    - Logs: Fix stats not being updated when log results
      change.
    - Plugins: Fix circular reference in customOptions leading
      to MarshalJSON errors.
    - Time Series Panel: Fix legend text selection in Firefox.

OBS-URL: https://build.opensuse.org/request/show/1078603
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=101
2023-04-13 11:52:38 +00:00
Witek Bedyk
68c74d7b9e Accepting request 1067143 from home:witekbedyk:branches:server:monitoring
Update changelog

OBS-URL: https://build.opensuse.org/request/show/1067143
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=99
2023-02-27 11:38:26 +00:00
Witek Bedyk
8a54f049fd Accepting request 1066405 from home:mkittler:branches:server:monitoring
- Update to 9.3.6 (2023-01-26)
  * Bug fixes
    - **QueryEditorRow:** Fixes issue loading query editor when
      data source variable selected.
- Update to 9.3.4 (2023-01-25)
  * Features and enhancements
    - **Prometheus:** Add default editor configuration.
    - **TextPanel:** Refactor to functional component.
  * Bug fixes
    - **Alerting:** Fix webhook to use correct key for decrypting
      token.
    - **Alerting:** Set error annotation on EvaluationError
      regardless of underlying error type.
    - **Datasources:** Fix Proxy by UID Failing for UIDs with a
      Hyphen.
    - **Elasticsearch:** Fix creating of span link with no tags.
    - **Elasticsearch:** Fix failing requests when using SigV4.
    - **Elasticsearch:** Fix toggle-settings are not shown
      correctly.
    - **Explore:** Be sure time range key bindings are mounted
      after clear.
    - **Explore:** Unsync time ranges when a pane is closed.
    - **Logs:** Lines with long words do not break properly.
    - **Loki:** Fix misaligned derived fields settings.
    - **Query Builder:** Fix max width of input component to
      prevent overflows.
    - **Search:** Auto focus input elements.
    - **Search:** Fix empty folder message showing when by starred
      dashboards.
    - **Table Panel:** Fix image of image cell overflowing table
      cell and cells ignoring text alignment setting when a data
      link is added.
- Update to 9.3.2 (2023-12-13)
  * Features and enhancements
    - **Graphite:** Process multiple queries to Graphite plugin.
  * Bug fixes
    - **API:** Fix delete user failure due to quota not enabled.
    - **Accessibility:** Improved keyboard accessibility in
      BarGauge.
    - **Accessibility:** Improved keyboard accessibility in
      BigValue.
    - **Alerting:** Use the QuotaTargetSrv instead of the
      QuotaTarget in quota check.
    - **AzureMonitor:** Automate location retrieval.
    - **AzureMonitor:** Fix bad request when setting dimensions.
    - **BarChart:** Fix value mappings.
    - **Build:** Streamline and sync dockerfiles.
    - **Build:** Unified dockerfile for all builds.
    - **CloudWatch:** Fix - make sure dimensions are propagated to
      alert query editor.
    - **Cloudwatch:** Fix deeplink with default region.
    - **Command Palette:** Fix not being able to type if triggered
      whilst another modal is open.
    - **Command Palette:** Maintain page state when changing theme.
    - **Dashboards:** Fix 'Make Editable' button not working in
      Dashboard Settings.
    - **Dashboards:** Show error when data source is missing.
    - **Datasource:** Fix - apply default query also to queries in
      new panels.
    - **Dropdown:** Menu now closes correctly when selecting
      options on touch devices.
    - **Influx:** Query segment menus now position correctly near
      the bottom of the screen.
    - **Login:** Fix failure to login a new user via an external
      provider if quota are enabled.
    - **Loki/Prometheus:** Fix wrong queries executed in split
      view.
    - **Loki:** Fix wrongly escaped label values when using
      LabelFilter.
    - **Navigation:** Prevent app crash when importing a dashboard
      with a uid of `home`.
    - **Panel Edit:** Fix data links edit icons being off screen
      when provided title is too long.
    - **Prometheus:** Fix exemplar fill color to match series color
      in time series.
    - **Prometheus:** Fix exemplars not respecting corresponding
      series display status.
    - **StateTimeline:** Fix negative infinity legend/tooltip from
      thresholds.
    - **Table:** Fixes row border style not showing and colored
      rows blending together.
    - **Tempo:** Fix TraceQL autocomplete issues.
    - **TimePicker:** Prevent TimePicker overflowing viewport on
      small screens.
    - **TimeRangePicker:** Fix recently ranges only not showing all
      recent ranges.
    - **TimeZonePicker:** Scroll menu correctly when using keyboard
      controls.
- Update to 9.3.1 (2022-11-30)
  * Features and enhancements
    - **Connections:** Update "Your connections/Data sources" page.
  * Bug fixes
    - **Accessibility:** Increase badge constrast to be WCAG AA
      compliant.
- Update to 9.3.0 (2022-11-30)
  * Features and enhancements
    - **Alerting:** Enable interpolation for notification policies
      in file provisioning.
    - **Azure Monitor Logs:** Avoid warning when the response is
      empty.
    - **Azure Monitor:** Add support to customized routes.
    - **Canvas:** Add icon value mapping.
    - **CloudWatch:** Cross-account querying support.
    - **Docs:** Update `merge-pull-request.md` regarding backport
      policies.
    - **GaugePanel:** Setting the neutral-point of a gauge.
    - **Geomap:** Improve location editor.
    - **Internationalization:** Enable internationalization by
      default.
    - **Logs:** Add `Download logs` button to log log-browser.
    - **Loki:** Add `gzip` compression to resource calls.
    - **Loki:** Add improvements to loki label browser.
    - **Loki:** Make label browser accessible in query builder.
    - **Loki:** Remove raw query toggle.
    - **Middleware:** Add CSP Report Only support.
    - **Navigation:** Prevent viewer role accessing dashboard
      creation, import and folder creation.
    - **OAuth:** Refactor OAuth parameters handling to support
      obtaining refresh tokens for Google OAuth.
    - **Oauth:** Display friendly error message when
      role_attribute_strict=true and no valid role found.
    - **Preferences:** Add confirmation modal when saving org
      preferences.
    - **PublicDashboards:** Orphaned public dashboard deletion
      script added.
    - **Query Editor:** Hide overflow for long query names.
    - **Reports:** Configurable timezone. (Enterprise)
    - **Solo Panel:** Configurable timezone.
    - **TablePanel:** Add support for Count calculation per column
      or per entire dataset.
    - **Tempo:** Send the correct start time when making a TraceQL
      query.
    - **Various Panels:** Remove beta label from Bar Chart,
      Candlestick, Histogram, State Timeline, & Status History
      Panels.
  * Bug fixes
    - **Access Control:** Clear user's permission cache after
      resource creation.
    - **Access Control:** Clear user's permission cache after
      resource creation.
    - **Accessibility:** Improve keyboard accessibility in
      `AnnoListPanel`.
    - **Accessibility:** Improve keyboard accessibility in
      `Collapse`.
    - **Accessibility:** Improve keyboard accessibility in
      `GettingStarted` panel.
    - **Accessibility:** Improve keyboard accessibility of
      `FilterPill`.
    - **Admin:** Fix broken links to image assets in email
      templates.
    - **Azure Monitor:** Fix namespace selection for
      storageaccounts.
    - **Calcs:** Fix difference percent in legend.
    - **DataLinks:** Improve Data-Links AutoComplete Logic.
    - **Explore:** Fix a11y issue with logs navigation buttons.
    - **Heatmap:** Fix blurry text & rendering.
    - **Heatmap:** Fix tooltip y range of top and bottom buckets in
      calculated heatmaps.
    - **Logs:** Fix misalignment of LogRows.
    - **Navigation:** Stop clearing search state when opening a
      result in a new tab.
    - **OptionsUI:** SliderValueEditor does not get auto focused on
      slider change.
    - **PanelEdit:** Fixes bug with not remembering panel options
      pane collapse/expand state.
    - **Query Caching:** Skip 207 status codes. (Enterprise)
    - **Quota:** Fix failure in store due to missing scope
      parameters.
    - **Quota:** Fix failure when checking session limits.
    - **Reports:** Fix time preview. (Enterprise)
    - **StateTimeline:** Prevent label text from overflowing state
      rects.
    - **Tempo:** Fix search table duration unit.
    - **TraceView:** Fix broken rendering when scrolling in
      Dashboard panel in Firefox.
  * Plugin development fixes & changes
    - **GrafanaUI:** Add disabled option for menu items.
- Update to 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.
- Update to 9.2.3 (2022-10-31)
  * Features and enhancements
    - **Docs:** Add information about DB version support to upgrade
      guide.
    - **Footer:** Update footer release notes link to Github
      changelog.
    - **Prometheus:** Do not drop errors in streaming parser.
    - **Prometheus:** Flavor/version configuration.
    - **Prometheus:** Provide label values match parameter API when
      supported prometheus instance is configured.
    - **Security:** Upgrade x/text to version unaffected by
      CVE-2022-32149.
  * Bug fixes
    - **Access control:** Fix a bug with argument order for data
      source managed permission updates. (Enterprise)
    - **Auth:** Fix GF_AUTH_JWT_URL_LOGIN env variable doesn't
      work.
    - **Live:** Explicitly reply with http 200.
    - **Prometheus:** Fix builder operation mode changing
      multiselect to single select behaviour.
    - **Prometheus:** Fix builder operation mode changing
      multiselect to single select behaviour.
    - **Security:** Fix vulnerabilities in webpack loader-utils.
- Update to 9.2.2 (2022-10-25)
  * Features and enhancements
    - **Alerting:** Add support for wecom apiapp.
    - **Canvas:** Improve resource picker initialization.
    - **Canvas:** Improve text element readability.
    - **CloudWatch:** Make sure adoption tracking is done on valid,
      migrated queries.
    - **Dashboard:** Alerts user to incorrect tag format for JSON
      import.
    - **MSSQL:** Support tables from all schemas.
    - **Opentsdb:** Allow template variables for filter keys.
    - **Prometheus:** Provide label values match parameter API when
      supported prometheus instance is configured.
    - **QueryEditor:** Revert components from grafana-ui.
    - **TeamSync:** Allow team sync when external organization
      mapping returns no organization role. (Enterprise)
  * Bug fixes
    - **Browse:** Fix General folder not showing in FolderPicker.
    - **Elasticsearch:** Fix calculation of trimEdges in alert
      mode.
    - **Elasticsearch:** Fix trimEdges delete logic in alert mode.
    - **GoogleOAuth:** Unlock User Admin UI.
    - **LogContext:** Fix wrong color of `show context` icon in
      light theme.
    - **Loki:** Fix adding of adhoc filters to stream selector when
      query with empty stream selector.
    - **Loki:** Fix double stringified log-lines when copied via
      Copy button.
    - **Loki:** Fix explain section about $\_\_interval variable.
    - **Loki:** Remove already selected options from next label
      filter options in builder.
    - **NodeGraph:** Fix rendering issues when values of arc are
      over 1.
    - **PublicDashboards:** Fix hidden queries execution.
    - **PublicDashboards:** Fix hidden queries execution.
    - **Tempo:** Fix Node Graph visualization type in dashboard.
    - **TimeSeries:** Fix stacking when first value is negative
      zero.
    - **TimeseriesPanel:** Fix variables in data links.
    - **User:** Fix externalUserId not being populated.
  * Breaking changes
    We added some components a bit too early to @grafana/ui in 9.2
    so we are moving them back to @grafana/experimental. If you
    used any of these components
    - AccessoryButton
    - EditorFieldGroup
    - EditorHeader
    - EditorField
    - EditorRow
    - EditorList
    - EditorRows
    - EditorSwitch
    - FlexItem
    - Stack
    - InlineSelect
    - InputGroup
    - Space
    Please use them from grafana/experimental from now on.
- Update to 9.2.1 (2022-10-18)
  * Features and enhancements
    - **Alerting:** Improve notification policies created during
      migration.
    - **AzureAD:** Add option to force fetch the groups from the
      Graph API.
    - **AzureAD:** Add option to force fetch the groups from the
      Graph API.
    - **Docs:** Note end of release notes publication.
    - **Inspect:** Handle JSON tab crash when the provided object
      is too big to stringify.
    - **TablePanel:** Footer now updates values on column
      filtering.
  * Bug fixes
    - **Alerting:** Fix email image embedding on Windows.
    - **Alerting:** Fix mathexp.NoData for ConditionsCmd.
    - **Legacy Alerting:** Fix duration calculation when testing a
      rule.
    - **Loki:** Propagate additional headers from Grafana to Loki
      when querying data.
    - **Search:** Sort alphabetically in the folder view, increase
      the limit of the folder search from 50 to 1000.
    - **TablePanel:** Fix last table column to be centered.
  * Plugin development fixes & changes
    - **Grafana UI:** Export prop types for queryfield, modal and
      field components.
    - **Toolkit:** Fix `Cannot use import statement outside...`
      error in tests.
- Update to 9.2.0 (2022-10-11)
  * Features and enhancements
    - **Alerting:** Add Notification error feedback on contact
      points view.
    - **Alerting:** Allow created by to be manually set when
      there's no creator for silences.
    - **Alerting:** Expose info about notification delivery errors
      in a new /receivers endpoint.
    - **Alerting:** Update imported prometheus alertmanager
      version.
    - **Alerting:** Update imported prometheus alertmanager
      version. Backport.
    - **Alerting:** Write and Delete multiple alert instances.
    - **Core:** Implement aria attributes for query rows, improve
      a11y.
    - **Custom Branding:** Remove custom branding service.
      (Enterprise)
    - **Custom branding:** Remove UI. (Enterprise)
    - **DevEnv:** Adds docker block for clickhouse.
    - **Docker:** removes unneccesary use of edge repo.
    - **Explore:** Revert split pane resize feature.
    - **Frontend:** Make local storage items propagate to different
      tabs immediately.
    - **PublicDashboards:** Allow disabling an existent public
      dashboard if it ….
    - **QueryEditorRow:** Only pass error to query editor if panel
      is not in a loading state.
    - **Reports:** Refresh query variables on time range change.
      (Enterprise)
    - **XYChart:** Beta release.
    - **[9.2.x] Alerting:** Start ticker only when scheduler
      starts.
  * Bug fixes
    - **Alerting:** Fix pq: missing FROM-clause for table "a".
    - **AzureMonitor:** Correctly update subscriptions value in ARG
      editor.
    - **Chore:** Fix swagger validation failures. (Enterprise)
    - **Chore:** Regenerate swagger specification and fix
      validation failures.
    - **Correlations:** Only return correlation for which both
      source and target datasources exist.
    - **Explore:** Prevent panes from disappearing when resizing
      window in split view.
    - **Links:** Fix opening links from different orgs on the same
      tab.
    - **LogContext:** Fix scroll position in upper context group.
    - **Logs:** Show copy button independently from context.
    - **Loki/Prometheus:** Fix adding of ad hoc filters when
      jumping from dashboard to explore.
    - **Loki:** Add support for range aggregations with by
      grouping.
    - **Loki:** Fix label-value escaping in context query.
    - **Loki:** Fix redundant escaping in adhoc filter with regex
      match.
    - **PanelEdit:** Fixes resize pane border and spacing issues.
    - **PublicDashboards:** Fix dashboard insights query when
      Public Dashboard feature is enabled. (Enterprise)
    - **PublicDashboards:** Fix dashboard insights query when
      Public Dashboard feature is enabled. (Enterprise)
    - **RBAC:** Redirect to /login when forceLogin is set.
    - **SAML:** Fix RelayState generation function. (Enterprise)
    - **Security:** Fix CVE-2022-27664.
    - **StateTimeline:** Fix tooltip showing erroneously in shared
      crosshair dashboards.
    - **Tempo:** Fix unexpected trimming of leading zeroes in
      traceID.
    - **Tracing:** Fix bug where errors are not reported to
      OpenTelemetry.
- Update to 9.1.8 (2022-10-11)
  * Features and enhancements
    - **Alerting:** Update imported prometheus alertmanager
      version. Backport.
    - **Chore:** Upgrade Go to 1.19.2.
  * Bug fixes
    - **Alerting:** Fix evaluation interval validation.
    - **Alerting:** Fix migration to create rules with group index
      1.
    - **Alerting:** Fix migration to not add label "alertname".
    - **Azure Monitor:** Fix empty Logs response for Alerting.
    - **Azure Monitor:** Fix subscription selector when changing
      data sources.
    - **Caching:** Fix wrong memcached setting name in defaults.
      (Enterprise)
    - **Google Cloud Monitoring:** Fix bucket bound for
      distributions.
- Update to 9.1.7 (2022-10-04)
  * Features and enhancements
    - **Chore:** Upgrade Go version to 1.19.1 (backport).
    - **CloudWatch:** Add missing AWS/Prometheus metrics.
    - **Explore:** Add feature tracking events.
    - **Graphite:** Add error information to graphite queries
      tracing.
    - **Prometheus:** Restore FromAlert header.
    - **SAML:** Account for all orgs in org_mapping. (Enterprise)
    - **Search:** Add search index configuration options.
    - **Thresholds:** Add option for dashed line style.
  * Bug fixes
    - **Alerting:** Fix default query's data source when no default
      datasource specified.
    - **Alerting:** Fix mathexp.NoData cannot be reduced.
    - **Alerting:** Skip unsupported file types on provisioning.
    - **AzureMonitor:** Ensure resourceURI template variable is
      migrated.
    - **Dashboard:** Fix plugin dashboard save as button.
    - **Docs:** Fix decimals: auto docs for panel edit.
    - **Fix:** RBAC handle `error no resolver` found.
    - **Fix:** RBAC handle `error no resolver` found. (Enterprise)
    - **LibraryPanelSearch:** Refactor and fix hyphen issue.
    - **Live:** Fix live streaming with `live-service-web-worker`
      feature flag enabled.
    - **QueryField:** Fix wrong cursor position on autocomplete.
- Update to 9.1.6 (2022-09-20)
  * Features and enhancements
    - **Auth:** Trigger auth token cleanup job. (Enterprise)
    - **DataSource:** Adding possibility to hide queries from the
      inspector.
    - **Inspect:** Hide Actions tab when it is empty.
    - **PanelMenu:** Remove hide legend action as it was showing on
      all panel types.
    - **Provisioning Contact points:** Support
      disableResolveMessage via YAML.
    - **PublicDashboards:** Support subpaths when generating
      pubdash url.
  * Bug fixes
    - **Alerting:** Fix legacy migration crash when rule name is
      too long.
    - **Alerting:** Fix send resolved notifications.
    - **Azure Monitor:** Fix migration issue with
      MetricDefinitionsQuery template variable query types.
    - **Browse:** Hide dashboard actions if user does not have
      enough permission.
    - **ElasticSearch:** Fix dispatching queries at a wrong time.
    - **Panel:** Disable legends when showLegend is false prior to
      schema v37.
    - **Prometheus:** Fix metadata requests for browser access
      mode.
    - **Search:** Avoid requesting all dashboards when in Folder
      View.
    - **TablePanel/StatPanel:** Fix values not being visible when
      background transparent.
- Update to 9.1.5 (2022-09-12)
  * Features and enhancements
    - **Alerting:** Sanitize invalid label/annotation names for
      external alertmanagers.
    - **Alerting:** Telegram: Truncate long messages to avoid send
      error.
    - **DisplayProcessor:** Handle reverse-ordered data when
      auto-showing millis.
    - **Heatmap:** Add option to reverse color scheme.
    - **PluginLoader:** Alias slate-react as @grafana/slate-react.
    - **Search:** Add substring matcher, to bring back the old
      dashboard search behavior.
    - **Traces:** More visible span colors.
  * Bug fixes
    - **Alerting:** Fix incorrect propagation of org ID and other
      fields in rule provisioning endpoints.
    - **Alerting:** Resetting the notification policy tree to the
      default policy will also restore default contact points.
    - **AzureMonitor:** Fix custom namespaces.
    - **AzureMonitor:** Fix issue where custom metric namespaces
      are not included in the metric namespace list.
    - **CloudWatch:** Fix display name of metric and namespace.
    - **Cloudwatch:** Fix annotation query serialization issue.
    - **Dashboard:** Fix issue where unsaved changes warning would
      appear even after save, and not being able to change library
      panels.
    - **Dashboard:** Hide overflow content for single left pane.
    - **Loki:** Fix a bug where adding adhoc filters was not
      possible.
    - **Reports:** Fix handling expired state. (Enterprise)
- Update to 9.1.4 (2022-09-09)
  * Bug fixes
    - **GrafanaUI:** Fixes Chrome issue for various query fields.
- Update to 9.1.3 (2022-09-05)
  * Features and enhancements
    - **API:** Do not expose user input in datasource error
      responses.
    - **Alerting:** Write and Delete multiple alert instances.
    - **Library Panel:** Allow to delete them when deprecated.
    - **Plugins Catalog:** Allow to filter plugins using special
      characters.
  * Bug fixes
    - **Alerting:** Fix UI bug when setting custom notification
      policy group by.
    - **AppRootPage:** Fix issue navigating between two app plugin
      pages.
    - **Correlations:** Use correct fallback handlers.
    - **FIX:** RBAC prevents deleting empty snapshots.
    - **LibraryElements:** Fix inability to delete library panels
      under MySQL.
    - **Metrics:** fix `grafana_database_conn_*` metrics, and add
      new `go_sql_stats_*` metrics as eventual replacement.
    - **TestData DB:** Fix node graph not showing when the
      `Data type` field is set to `random`.
  * Deprecations
    The `grafana_database_conn_*` metrics are deprecated, and will
    be removed in a future version of Grafana. Use the
    `go_sql_stats_*` metrics instead.
- Update to 9.1.2 (2022-08-30)
  * Features and enhancements
    - **AdHoc variable:** Correctly preselect datasource when
      provisioning.
    - **AzureMonitor:** Added ARG query function for template
      variables.
    - **Dashboard save:** Persist details message when navigating
      through dashboard save drawer's tabs.
    - **Dashboards:** Correctly migrate mixed data source targets.
    - **Elasticsearch:** Use millisecond intervals for alerting.
    - **Elasticsearch:** Use millisecond intervals in frontend.
    - **Geomap:** Local color range.
    - **Plugins Catalog:** Use appSubUrl to generate plugins
      catalog urls.
    - **Rendering:** Add support for renderer token.
  * Bug fixes
    - **Alerting:** Fix saving of screenshots uploaded with a
      signed url.
    - **AngularPanels:** Fixing changing angular panel options not
      taking having affect when coming back from panel edit.
    - **Explore:** Improve a11y of query row collapse button.
    - **Geomap:** Fix tooltip display.
    - **QueryEditorRow:** Filter data on mount.
    - **Search:** Show all dashboards in the folder view.
    - **Tracing:** Fix the event attributes in opentelemetry
      tracing.
  * Plugin development fixes & changes
    - **GrafanaUI:** Fix styles for invalid selects &
      DataSourcePicker.
- Update to 9.1.1 (2022-08-23)
  * Features and enhancements
    - **Cloud Monitoring:** Support SLO burn rate.
    - **Schema:** Restore "hidden" in LegendDisplayMode.
    - **Timeseries:** Revert the timezone(s) property name change
      back to singular.
  * Bug fixes
    - **Alerting:** Fix links in Microsoft Teams notifications.
    - **Alerting:** Fix notifications for Microsoft Teams.
    - **Alerting:** Fix width of Adaptive Cards in Teams
      notifications.
    - **ColorPickerInput:** Fix popover in disabled state.
    - **Decimals:** Fixes auto decimals to behave the same for
      positive and negative values.
    - **Loki:** Fix unique log row id generation.
    - **Plugins:** Fix file extension in development authentication
      guide.
    - **TimeSeries:** Fix jumping legend issue.
    - **TimeSeries:** Fix memory leak on viz re-init caused by
      KeyboardPlugin.
  * Plugin development fixes & changes
    - **TimePicker:** Fixes relative timerange of less than a day
      not displaying.
    - **GrafanaUI:** Fixes ClipboardButton to always keep multi
      line content.
- Update to 9.1.0 (2022-08-16)
  * Features and enhancements
    - **API:** Allow creating teams with a user defined identifier.
    - **Alerting:** Adds interval and For to alert rule details.
    - **Alerting:** Extend PUT rule-group route to write the entire
      rule group rather than top-level fields only.
    - **Alerting:** Use Adaptive Cards in Teams notifications.
    - **Azure Monitor:** Add Network Insights Dashboard.
    - **Chore:** Improve logging of unrecoverable errors.
    - **Correlations:** Add UpdateCorrelation HTTP API.
    - **Dashboard:** Reverted the changes of hiding multi-select
      and all variable in the datasource picker.
    - **Geomap:** Add alpha day/night layer.
    - **Geomap:** Add measuring tools.
    - **GrafanaUI:** Add success state to ClipboardButton.
    - **Heatmap:** Replace the heatmap panel with new
      implementation.
    - **KVStore:** Allow empty value in kv_store.
    - **Prometheus:** Promote Azure auth flag to configuration.
    - **Reports:** Save and update in reports should be
      transactional. (Enterprise)
    - **Reports:** Set uid when we don't receive it in the query.
      (Enterprise)
    - **Search:** Display only dashboards in General folder of
      Search Folder View.
    - **Status history/State timeline:** Support datalinks.
    - **Transform:** Add a limit transform.
    - **Transformations:** Add standard deviation and variance
      reducers.
  * Bug fixes
    - **API:** Fix snapshot responses.
    - **Access Control:** Fix permission error during dashboard
      creation flow.
    - **Access Control:** Set permissions for Grafana's test data
      source.
    - **Alerting:** Fix migration failure.
    - **BarGauge:** Show empty bar when value, minValue and
      maxValue are all equal.
    - **Dashboard:** Fix color of bold and italics text in panel
      description tooltip.
    - **Loki:** Fix passing of query with defaults to code mode.
    - **Loki:** Fix producing correct log volume query for query
      with comments.
    - **Loki:** Fix showing of unusable labels field in detected
      fields.
    - **Reports:** Fix inconsistency reports. (Enterprise)
    - **Tracing:** Fix OpenTelemetry Jaeger context propagation.
    - **Tracing:** Fix OpenTelemetry Jaeger context propagation.
    - **[9.1.x] Alerting:** AlertingProxy to elevate permissions
      for request forwarded to data proxy when RBAC enabled.
  * Plugin development fixes & changes
    - **Plugins:** Only pass `rootUrls` field in request when not
      empty.
  * Breaking changes
    - Alert notifications to Microsoft Teams now use Adaptive Cards
      instead of Office 365 Connector Cards.
    - Starting at 9.1.0, existing heatmap panels will start using a
      new implementation. This can be disabled by setting the
      `useLegacyHeatmapPanel` feature flag to true. It can be
      tested on a single dashbobard by adding
      `?__feature.useLegacyHeatmapPanel=true` to any dashboard URL.
      The most notable changes are:
      - Significantly improved rendering performance
      - When calculating heatmaps, the buckets are now placed on
        reasonable borders (1m, 5m, 30s etc)
      - Round cells are no longer supported
- Update to 9.0.9 (2022-09-20)
  * Bug fixes
    - **AngularPanels:** Fixing changing angular panel options not
      taking having affect when coming back from panel edit.
    - **AuthNZ:** Security fixes for CVE-2022-35957 and
      CVE-2022-36062.
    - **FIX:** RBAC prevents deleting empty snapshots.
- Update to 9.0.8 (2022-08-30)
  * Features and enhancements
    - **Alerting:** Hide "no rules" message when we are fetching
      from data sources.
    - **Rendering:** Add support for renderer token.
    - **Reports:** Title is showing under panels. (Enterprise)
    - **Alerting:** AlertingProxy to elevate permissions for
      request forwarded to data proxy when RBAC enabled.
- Update to 9.0.7 (2022-08-10)
  * Features and enhancements
    - **CloudMonitoring:** Remove link setting for SLO queries.
  * Bug fixes
    - **GrafanaUI:** Render PageToolbar's leftItems regardless of
      title's presence.
- Update to 9.0.6 (2022-08-01)
  * Features and enhancements
    - **Access Control:** Allow org admins to invite new users to
      their organization.
  * Bug fixes
    - **Grafana/toolkit:** Fix incorrect image and font generation
      for plugin builds.
    - **Prometheus:** Fix adding of multiple values for regex
      operator.
    - **UI/Card:** Fix card items always having pointer cursor.
- Update to 9.0.5 (2022-07-26)
  * Features and enhancements
    - **Access control:** Show dashboard settings to users who can
      edit dashboard.
    - **Alerting:** Allow the webhook notifier to support a custom
      Authorization header.
    - **Chore:** Upgrade to Go version 1.17.12.
    - **Plugins:** Add signature wildcard globbing for dedicated
      private plugin type.
    - **Prometheus:** Don't show errors from unsuccessful API
      checks like rules or exemplar checks.
  * Bug fixes
    - **Access control:** Allow organisation admins to add existing
      users to org (#51668).
    - **Alerting:** Fix alert panel instance-based rules filtering.
    - **Apps:** Fixes navigation between different app plugin
      pages.
    - **Cloudwatch:** Upgrade grafana-aws-sdk to fix auth issue
      with secret keys.
    - **Grafana/toolkit:** Fix incorrect image and font generation
      for plugin builds.
    - **Loki:** Fix `show context` not working in some occasions.
    - **RBAC:** Fix permissions on dashboards and folders created
      by anonymous users.
- Update to 9.0.4 (2022-07-20)
  * Features and enhancements
    - **Browse/Search:** Make browser back work properly when
      visiting Browse or search.
    - **Logs:** Improve getLogRowContext API.
    - **Loki:** Improve handling of empty responses.
    - **Plugins:** Always validate root URL if specified in
      signature manfiest.
    - **Preferences:** Get home dashboard from teams.
    - **SQLStore:** Support Upserting multiple rows.
    - **Traces:** Add more template variables in Tempo & Zipkin.
    - **Traces:** Remove serviceMap feature flag.
  * Bug fixes
    - **Access Control:** Fix missing folder permissions.
    - **Access control:** Fix org user removal for OSS users.
    - **Alerting:** Fix Slack notification preview.
    - **Alerting:** Fix Slack push notifications.
    - **Alerting:** Fixes slack push notifications.
    - **Alerting:** Preserve new-lines from custom email templates
      in rendered email.
    - **Insights:** Fix dashboard and data source insights pages.
      (Enterprise)
    - **Log:** Fix text logging for unsupported types.
    - **Loki:** Fix incorrect TopK value type in query builder.
- Update to 9.0.3 (2022-07-14)
  * Features and enhancements
    - **Access Control:** Allow dashboard admins to query org
      users.
    - **Access control:** Allow organisation admins to add existing
      users to org.
    - **Alerting:** Add method to provisioning API for obtaining a
      group and its rules.
    - **Alerting:** Add method to provisioning API for obtaining a
      group and its rules.
    - **Alerting:** Allow filtering of contact points by name.
    - **Alerting:** Disable /api/admin/pause-all-alerts with
      Unified Alerting.
    - **Analytics:** Add total queries and cached queries in usage
      insights logs. (Enterprise)
    - **Annotations:** Use point marker for short time range
      annotations.
    - **AzureMonitor:** Update UI to experimental package.
    - **AzureMonitor:** Update resource and namespace metadata.
    - **CloudWatch:** Remove simplejson in favor of
      'encoding/json'.
    - **DashboardRow:** Collapse shortcut prevent to move the
      collapsed rows.
    - **Insights:** Add dashboard UID to exported logs.
      (Enterprise)
    - **Navigation:** Highlight active nav item when Grafana is
      served from subpath.
    - **Plugins:** InfluxDB datasource - set epoch query param
      value as "ms".
    - **Plugins:** InfluxDB update time range query.
    - **StateTimeline:** Try to sort time field.
  * Bug fixes
    - **API:** Do not validate/save legacy alerts when saving a
      dashboard if legacy alerting is disabled.
    - **Access Control:** Fix missing folder permissions.
    - **Alerting:** Add method to reset notification policy tree
      back to the default.
    - **Alerting:** Fix Teams notifier not failing on 200 response
      with error.
    - **Alerting:** Fix bug where state did not change between
      Alerting and Error.
    - **Alerting:** Fix consistency errors in OpenAPI
      documentation.
    - **Alerting:** Fix normalization of alert states for panel
      annotations.
    - **Alerting:** Provisioning API respects global rule quota.
    - **CSRF:** Fix additional headers option.
    - **Chore:** Bump parse-url to 6.0.2 to fix security
      vulnerabilities.
    - **Chore:** Fix CVE-2020-7753.
    - **Chore:** Fix CVE-2021-3807.
    - **Chore:** Fix CVE-2021-3918.
    - **Chore:** Fix CVE-2021-43138.
    - **Chore:** Fix CVE-2022-0155.
    - **Custom Branding:** Fix login logo size. (Enterprise)
    - **Dashboard:** Fixes tooltip issue with TimePicker and
      Setting buttons.
    - **Dashboard:** Prevent unnecessary scrollbar when viewing
      single panel.
    - **Logs:** Fixed wrapping log lines from detected fields.
    - **Loki:** Add missing operators in label filter expression.
    - **Loki:** Fix error when changing operations with different
      parameters.
    - **Loki:** Fix suggesting of correct operations in query
      builder.
    - **Plugins:** InfluxDB variable interpolation fix.
    - **Plugins:** InfluxDB variable interpolation fix for
      influxdbBackendMigration feature flag.
    - **Reports:** Fix line breaks in message. (Enterprise)
    - **Reports:** Fix saving report formats. (Enterprise)
    - **SQLstore:** Fix fetching an inexistent playlist.
    - **Security:** Fixes for CVE-2022-31107 and CVE-2022-31097.
    - **Snapshots:** Fix deleting external snapshots when using
      RBAC.
    - **Table:** Fix scrollbar being hidden by pagination.
    - **Templating:** Changing between variables with the same name
      now correctly triggers a dashboard refresh.
    - **Time series panel:** Fix an issue with stacks being not
      complete due to the incorrect data frame length.
    - **[v9.0.x] Snapshots:** Fix deleting external snapshots when
      using RBAC.
- Update to 9.0.2 (2022-06-28)
  * Features and enhancements
    - **Alerting:** Add support for images in Pushover alerts.
    - **Alerting:** Don't stop the migration when alert rule tags
      are invalid.
    - **Alerting:** Don't stop the migration when alert rule tags
      are invalid.
    - **Alerting:** Skip the default data source if incompatible.
    - **AzureMonitor:** Parse non-fatal errors for Logs.
    - **OAuth:** Restore debug log behavior.
    - **Plugins:** Improved handling of symlinks.
  * Bug fixes
    - **Alerting:** Code-gen parsing of URL parameters and fix
      related bugs.
    - **Alerting:** Code-gen parsing of URL parameters and fix
      related bugs.
    - **Annotations:** Fix annotation autocomplete causing panels
      to crash.
    - **Barchart:** Fix warning not showing.
    - **CloudWatch:** Enable custom session duration in AWS plugin
      auth.
    - **Dashboards:** Fixes issue with the initial panel layout
      counting as an unsaved change.
    - **Plugins:** Use a Grafana specific SDK logger implementation
      for core plugins.
    - **Search:** Fix pagination in the new search page.
- Update to 9.0.1 (2022-06-21)
  * Features and enhancements
    - **Alerting:** Add support for image annotation in
      Alertmanager alerts.
    - **Alerting:** Add support for images in SensuGo alerts.
    - **Alerting:** Add support for images in Threema alerts.
    - **Alerting:** Adds Mimir to Alertmanager data source
      implementation.
    - **Alerting:** Invalid setting of enabled for unified alerting
      should return error.
    - **AzureMonitor:** Clean namespace when changing the resource.
    - **AzureMonitor:** Update supported namespaces and filter
      resources by the right type.
    - **CLI:** Allow relative symlinks in zip archives when
      installing plugins.
    - **Dashboard:** Don't show unsaved changes modal for automatic
      schema changes.
    - **Dashboard:** Unsaved changes warning should not trigger
      when only pluginVersion has changed.
    - **Expression:** Execute hidden expressions.
    - **Geomap:** Support showing tooltip content on click (not
      just hover).
    - **Heatmap:** Remove alpha flag from new heatmap panel.
    - **Instrumentation:** Define handlers for requests that are
      not handled with named handlers.
    - **Log Panel:** Improve log row hover contrast and visibility.
    - **Logs:** Handle backend-mode errors in histogram.
    - **Loki:** Do not show histogram for instant queries.
    - **Loki:** Handle data source configs with path in the url.
    - **Loki:** Handle invalid query type values.
    - **OAuth:** Redirect to login if no oauth module is found or
      if module is not configured.
    - **OptionsUI:** Move internal options editors out of
      @grafana/ui.
    - **Prometheus:** Don't show undefined for step in collapsed
      options in query editor when value is "auto".
    - **Prometheus:** Show query patterns in all editor modes for
      Prometheus and Loki.
    - **Tempo:** Add link to Tempo Search with node service
      selected.
    - **Time Series Panel:** Add Null Filling and "No Value"
      Support.
    - **TimeSeries:** Add an option to set legend width.
    - **Timeseries:** Improve cursor Y sync behavior.
    - **Traces:** Do not use red in span colors as this looks like
      an error.
  * Bug fixes
    - **Alerting:** Fix AM config overwrite when SQLite db is
      locked during sync.
    - **Alerting:** Fix alert instances filtering for prom rules.
    - **Alerting:** Fix alert rule page crashing when datasource
      contained URL unsafe characters.
    - **Alerting:** Fix automatically select newly created folder
      option.
    - **Alerting:** Fix removal of notification policy without
      labels matchers.
    - **CloudWatch:** Allow hidden queries to be executed in case
      an ID is provided.
    - **Dashboard:** Prevent non-repeating panels being dropped
      from repeated rows when collapsed/expanded.
    - **Dashboards:** Fix folder picker not showing correct results
      when typing too fast.
    - **Datasource:** Prevent panic when proxying for non-existing
      data source.
    - **Explore:** Fix log context scroll to bottom.
    - **Explore:** Revert "Remove support for compact format URLs".
    - **Expressions:** Fixes dashboard schema migration issue that
      casued Expression datasource to be set on panel level.
    - **Formatting:** Fixes valueFormats for a value of 0.
    - **GrafanaData:** Fix week start for non-English browsers.
    - **LibraryPanel:** Resizing a library panel to 6x3 no longer
      crashes the dashboard on startup.
    - **LogRow:** Fix placement of icon.
    - **Loki:** Fix bug in labels framing.
    - **Loki:** Fix issues with using query patterns.
    - **Loki:** Fix showing of duplicated label values in dropdown
      in query builder.
    - **MSSQL:** Fix ParseFloat error.
    - **Panels:** Fixes issue with showing 'Cannot visualize data'
      when query returned 0 rows.
    - **Playlists:** Disable Create Playlist buttons for users with
      viewer role.
    - **Plugins:** Fix typo in plugin data frames documentation.
    - **Prometheus:** Fix body not being included in resource calls
      if they are POST.
    - **RolePicker:** Fix submenu position on horizontal space
      overflow.
    - **Tracing:** Fix trace links in traces panel.
  * Deprecations
    - Support for compact Explore URLs is deprecated and will be
      removed in a future release. Until then, when navigating to
      Explore using the deprecated format the URLs are
      automatically converted. If you have existing links pointing
      to Explore update them using the format generated by Explore
      upon navigation. You can identify a compact URL by its
      format. Compact URLs have the left (and optionally right) url
      parameter as an array of strings, for example
      `&left=["now-1h","now"...]`. The standard explore URLs follow
      a key/value pattern, for example
      `&left={"datasource":"test"...}`. Please be sure to check
      your dashboards for any hardcoded links to Explore and update
      them to the standard URL pattern.
- Update to 9.0.0 (2022-06-10)
  * Features and enhancements
    - **API:** Add GET /api/annotations/:annotationId endpoint.
    - **API:** Add endpoint for updating a data source by its UID.
    - **AccessControl:** Add enterprise only setting for rbac
      permission cache.
    - **AccessControl:** Document basic roles changes and
      provisioning V2.
    - **AccessControl:** Enable RBAC by default.
    - **AddDataSourceConfig:** Remove deprecated checkHealth prop.
    - **Alerting:** Add Image URLs to Microsoft Teams notifier.
    - **Alerting:** Add RBAC actions and role for provisioning API
      routes.
    - **Alerting:** Add Screenshot URLs to Pagerduty Notifier.
    - **Alerting:** Add a "Reason" to Alert Instances to show
      underlying cause of state.
    - **Alerting:** Add a general screenshot service and
      alerting-specific image service.
    - **Alerting:** Add image url or file attachment to email
      notifications.
    - **Alerting:** Add image_urls to OpsGenie notification
      details.
    - **Alerting:** Add notification policy flow chart.
    - **Alerting:** Attach image URL to alerts in Webhook notifier
      format.
    - **Alerting:** Attach image URLs or upload files to Discord
      notifications.
    - **Alerting:** Attach image URLs to Google Chat notifications.
    - **Alerting:** Attach screenshot data to Unified Alerting
      notifications.
    - **Alerting:** Create folder for alerting when start from the
      scratch.
    - **Alerting:** Modify alertmanager endpoints for proxying
      using the datasource UID.
    - **Alerting:** Modify endpoint for testing a datasource rule
      using the UID.
    - **Alerting:** Modify prometheus endpoints for proxying using
      the datasource UID.
    - **Alerting:** State Manager takes screenshots.
    - **Alerting:** Use UID scope for folders authorization.
    - **Alerting:** modify ruler endpoints for proxying using the
      datasource UID.
    - **Angular:** Adds back two angular directives that are still
      used by remaining angular bits and plugins.
    - **Azure Monitor:** Add Resource Picker to Metrics Queries.
    - **Azure Monitor:** Add search feature to resource picker.
    - **AzureMonitor:** Add support for selecting multiple options
      when using the equals and not equals dimension filters.
    - **AzureMonitor:** Remove deprecated code.
    - **Build:** Change names to PascalCase to match.
    - **Chore:** Remove deprecated DataSourceAPI methods.
    - **Chore:** Upgrade typescript to 4.6.4.
    - **Cloud Monitoring:** Use new annotation API.
    - **CloudMonitoring:** Allow to set a custom value or disable
      graph_period.
    - **CloudWatch:** Add generic filter component to variable
      editor.
    - **CloudWatch:** Added missing AWS/AppRunner metrics.
    - **CloudWatch:** Enable support for dynamic labels with
      migrated alias patterns.
    - **Cloudwatch:** Pass label in deep link.
    - **Cloudwatch:** Use new annotation API.
    - **Dashboard:** Validate dashboards against schema on save.
    - **DashboardPickerByID:** Add option to exclude dashboards.
    - **DashboardPickerById:** Add optionLabel prop.
    - **Dashboards:** Display values of 0 with the configured
      decimal places.
    - **Data:** Remove deprecated types and functions from
      valueMappings.
    - **Elasticsearch:** Remove browser access mode.
    - **Elasticsearch:** Remove support for versions after their
      end of the life (<7.10.0).
    - **Encryption:** Add support for multiple data keys per day.
    - **Encryption:** Enable envelope encryption by default.
    - **Explore:** Remove support for legacy, compact format URLs.
    - **Explore:** Skip Angular error handling when Angular support
      is disabled.
    - **Explore:** simplify support for multiple query editors.
    - **FeatureToggles:** Support changing feature toggles with URL
      parameters.
    - **FileUpload:** Make component accessible by keyboard
      navigation.
    - **Formatting:** Make SI number formats more robust.
    - **Graph:** Deprecate Graph (old) and make it no longer a
      visualization option for new panels.
    - **IconButton:** IconButtons are now correctly aligned in
      Safari.
    - **Logger:** Enable new logging format by default.
    - **Loki:** Add more query patterns.
    - **Loki:** Enable new visual query builder by default.
    - **Loki:** use the same dataframe-format for both live and
      normal queries.
    - **OAuth:** Make allowed email domain case insensitive.
    - **Panels:** Use the No value option when showing the no data
      message.
    - **Plugins:** Remove plugin list panel.
    - **Query History:** Enable new query history by default.
    - **QueryEditorRow:** Show query errors next to query in a
      consistent way across Grafana.
    - **SAML:** Implement Name Templates for
      assertion_attribute_name option.
    - **Service accounts:** Do not display service accounts
      assigned to team.
    - **Settings:** Use Grafana Azure SDK to pass Azure env vars
      for external plugins.
    - **Shortcuts:** Add shortcut to show shortcuts to the list of
      shortcuts.
    - **Traces Panel:** Add new Traces Panel visualization.
    - **Traces:** Filter by service/span name and operation in
      Tempo and Jaeger.
    - **Transformations:** Allow more complex regex expressions
      in `Rename by regex`.
    - **grafana/ui:** Add default type="button" to <Button>.
  * Bug fixes
    - **Alerting:** Fix database unavailable removes rules from
      scheduler.
    - **AzureMonitor:** Fix auto-selection of time-grain for
      metrics.
    - **DataSources:** Fixes issue with expressions not being
      queried.
    - **GraphNG:** Fix thresholds by color not following data
      update.
    - **Jaeger:** Update operations dropdown.
    - **Login:** Fix mismatching label on auth_module in user list.
    - **Playlists:** Save button now correctly creates a new
      playlist.
    - **RBAC:** Fix migrations running in the wrong order causing
      inheritance problem in enterprise.
    - **RBAC:** Fix migrations running into the wrong order.
      (Enterprise)
    - **ServiceAccounts:** Add identifiable token prefix to service
      account tokens.
    - **Traces:** Fix missing CopyButton on KeyValueTables and
      overlapping of panels.
  * Deprecations
    `setExploreQueryField`, `setExploreMetricsQueryField` and
      `setExploreLogsQueryField` are now deprecated and will be
      removed in a future release. If you need to set a different
      query editor for Explore, conditionally render based on
      `props.app` in your regular query editor.
  * Plugin development fixes & changes
    - **Chore:** Remove react-testing-lib from bundles.
    - **Select:** Portal menu by default.
  * Breaking changes
    - The `@grafana/ui` package helper function
      `selectOptionInTest` used in frontend tests has been removed
      as it caused testing libraries to be bundled in the
      production code of Grafana. If you were using this helper
      function in your tests please update your code accordingly:
      ```js
      // before
      import { selectOptionInTest } from '@grafana/ui';
      // ...test usage
      await selectOptionInTest(selectEl, 'Option 2');
      // after
      import { select } from 'react-select-event';
      // ...test usage
      await select(selectEl, 'Option 2',
        { container: document.body });
      ```
    - Removed deprecated `checkHealth` prop from the `@grafana/e2e`
      `addDataSource` config. Previously this value defaulted to
      `false`, and has not been used in end-to-end tests since
      Grafana 8.0.3.
    - Removes the deprecated `LegacyBaseMap`, `LegacyValueMapping`,
      `LegacyValueMap`, and `LegacyRangeMap` types, and
      `getMappedValue` function from grafana-data. Migration is as
      follows:
      | Old                  | New                     |
      | -------------------- | ----------------------- |
      | `LegacyBaseMap`      | `MappingType`           |
      | `LegacyValueMapping` | `ValueMapping`          |
      | `LegacyValueMap`     | `ValueMap`              |
      | `LegacyRangeMap`     | `RangeMap`              |
      | `getMappedValue`     | `getValueMappingResult` |
      This change fixes a bug in Grafana where intermittent failure
      of database, network between Grafana and the database, or
      error in querying the database would cause all alert rules to
      be unscheduled in Grafana. Following this change scheduled
      alert rules are not updated unless the query is successful.
    - The `get_alert_rules_duration_seconds` metric has been
      renamed to `schedule_query_alert_rules_duration_seconds`.
    - Any secret (data sources credential, alert manager
      credential, etc, etc) created or modified with Grafana v9.0
      won't be decryptable from any previous version (by default)
      because the way encrypted secrets are stored into the
      database has changed. Although secrets created or modified
      with previous versions will still be decryptable by Grafana
      v9.0.
    - If required, although generally discouraged, the
      `disableEnvelopeEncryption` feature toggle can be enabled to
      keep envelope encryption disabled once updating to Grafana
      v9.0.
    - In case of need to rollback to an earlier version of Grafana
      (i.e. Grafana v8.x) for any reason, after being created or
      modified any secret with Grafana v9.0, the
      `envelopeEncryption` feature toggle will need to be enabled
      to keep backwards compatibility (only from `v8.3.x` a bit
      unstable, from `8.5.x` stable).
    - As a final attempt to deal with issues related with the
      aforementioned situations, the `grafana-cli admin
      secrets-migration rollback` command has been designed to
      move back all the Grafana secrets encrypted with envelope
      encryption to legacy encryption. So, after running that
      command it should be safe to disable envelope encryption
      and/or roll back to a previous version of Grafana.
    - Alternatively or complementarily to all the points above,
      backing up the Grafana database before updating could be a
      good idea to prevent disasters (although the risk of getting
      some secrets corrupted only applies to those updates/created
      with after updating to Grafana v9.0).
    - According to the dynamic labels documentation, you can use up
      to five dynamic values per label. There’s currently no such
      restriction in the alias pattern system, so if more than 5
      patterns are being used the GetMetricData API will return an
      error.
    - Dynamic labels only allow \${LABEL} to be used once per
      query. There’s no such restriction in the alias pattern
      system, so in case more than 1 is being used the
      GetMetricData API will return an error.
    - When no alias is provided by the user, Grafana will no longer
      fallback with custom rules for naming the legend.
    - In case a search expression is being used and no data is
      returned, Grafana will no longer expand dimension values, for
      instance when using a multi-valued template variable or star
      wildcard `*` in the dimension value field.
    - Time series might be displayed in a different order. Using
      for example the dynamic label `${PROP('MetricName')}`, might
      have the consequence that the time series are returned in a
      different order compared to when the alias pattern
      `{{metric}}` is used
    - In Elasticsearch, browser access mode was deprecated in
      grafana 7.4.0 and removed in 9.0.0. If you used this mode,
      please switch to server access mode on the datasource
      configuration page.
    - Environment variables passed from Grafana to external Azure
      plugins have been renamed:
      - `AZURE_CLOUD` renamed to `GFAZPL_AZURE_CLOUD`
      - `AZURE_MANAGED_IDENTITY_ENABLED` renamed to
        `GFAZPL_MANAGED_IDENTITY_ENABLED`
      - `AZURE_MANAGED_IDENTITY_CLIENT_ID` renamed to
        `GFAZPL_MANAGED_IDENTITY_CLIENT_ID`
    - There are no known plugins which were relying on these
      variables. Moving forward plugins should read Azure settings
      only via Grafana Azure SDK which properly handles old and new
      environment variables.
    - Removes support for for ElasticSearch versions after their
      end-of-life, currently versions < 7.10.0. To continue to use
      ElasticSearch data source, upgrade ElasticSearch to version
      7.10.0+.
    - Application Insights and Insight Analytics queries in Azure
      Monitor were deprecated in Grafana 8.0 and finally removed in
      9.0. Deprecated queries will no longer be executed.
    - **grafana/ui: Button now specifies a default type="button"**
      The `Button` component provided by @grafana/ui now specifies
      a default `type="button"` when no type is provided.
      In previous versions, if the attribute was not specified for
      buttons associated with a `<form>` the default value was
      `submit` per the specification. You can preserve the old
      behavior by explicitly setting the type attribute:
      `<Button type="submit" />`
    - The `Rename by regex` transformation has been improved to
      allow global patterns of the form `/<stringToReplace>/g`.
      Depending on the regex match used, this may cause some
      transformations to behave slightly differently. You can
      guarantee the same behaviour as before by wrapping the
      `match` string in forward slashes (`/`), e.g. `(.*)` would
      become `/(.*)/`
    - `<Select />` menus will now portal to the document body by
      default. This is to give more consistent behaviour when
      positioning and overlaying. If you were setting
      `menuShouldPortal={true}` before you can safely remove that
      prop and behaviour will be the same. If you weren't
      explicitly setting that prop, there should be no visible
      changes in behaviour but your tests may need updating. If you
      were setting `menuShouldPortal={false}` this will continue to
      prevent the menu from portalling.
    - Grafana alerting endpoint prefixed with `api/v1/rule/test`
      that tests a rule against a Corte/Loki data source now
      expects the data source UID as a path parameter instead of
      the data source numeric identifier.
    - Grafana alerting endpoints prefixed with `api/prometheus/`
      that proxy requests to a Cortex/Loki data source now expect
      the data source UID as a path parameter instead of the data
      source numeric identifier.
    - Grafana alerting endpoints prefixed with `api/ruler/` that
      proxy requests to a Cortex/Loki data source now expect the
      data source UID as a path parameter instead of the data
      source numeric identifier.
    - Grafana alerting endpoints prefixed with `api/alertmanager/`
      that proxy requests to an Alertmanager now expect the data
      source UID as a path parameter instead of the data source
      numeric identifier.
    - The format of log messages have been updated, `lvl` is now
      `level` and `eror`and `dbug` has been replaced with `error`
      and `debug`. The precision of timestamps has been increased.
      To smooth the transition, it is possible to opt-out of the
      new log format by enabling the feature toggle `oldlog`.
      This option will be removed in a future minor release.
    - In the Loki data source, the dataframe format used to
      represent Loki logs-data has been changed to a more efficient
      format. The query-result is represented by a single dataframe
      with a "labels" column, instead of the separate dataframes
      for every labels-value. When displaying such data in explore,
      or in a logs-panel in the dashboard will continue to work
      without changes, but if the data was loaded into a different
      dashboard-panel, or Transforms were used, adjustments may be
      necessary. For example, if you used the "labels to fields"
      transformation with the logs data, please switch to the
      "extract fields" transformation.

OBS-URL: https://build.opensuse.org/request/show/1066405
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=97
2023-02-22 08:46:39 +00:00
Tatjana Dehler
6af155934e Accepting request 1065931 from home:witekbedyk:branches:server:monitoring
- Update prometheus/exporter-toolkit to version 0.7.3
  (bsc#1208065, CVE-2022-46146)
- Require Go 1.19 or newer

OBS-URL: https://build.opensuse.org/request/show/1065931
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=95
2023-02-16 15:27:16 +00:00
Tatjana Dehler
265b315980 Accepting request 1063390 from home:witekbedyk:branches:server:monitoring
- Update to version 8.5.20:
  * Security: SVG: Add dompurify preprocessor step
    (bsc#1207749, CVE-2022-23552)
  * Security: Snapshots: Fix originalUrl spoof security issue
    (bsc#1207750, CVE-2022-39324)
  * Security: Omit error from http response 
  * Bug fix: Email and username trimming and invitation validation

OBS-URL: https://build.opensuse.org/request/show/1063390
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=93
2023-02-07 09:43:08 +00:00
Michael Vetter
67390969d4 Accepting request 1042622 from home:witekbedyk:branches:server:monitoring
Fix CVE reference in changelog

OBS-URL: https://build.opensuse.org/request/show/1042622
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=91
2022-12-13 14:23:52 +00:00
Witek Bedyk
7c6530a53e Accepting request 1036644 from home:witekbedyk:branches:server:monitoring
Update to version 8.5.15 (jsc#PED-2617):
  * Security: Fix for privilege escalation
    (bsc#1205225, CVE-2022-3930)
  * Security: Omit error from http response when user does not
    exists (bsc#1205227, CVE-2022-39307)

OBS-URL: https://build.opensuse.org/request/show/1036644
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=89
2022-11-22 11:40:16 +00:00
Tatjana Dehler
0db6efb57c Accepting request 1035212 from home:witekbedyk:branches:server:monitoring
- Update to version 8.5.14 (jsc#PED-2617):
  * Security: Fix do not forward login cookie in outgoing requests
    (bsc#1204303, CVE-2022-39201)
  * Security: Make proxy endpoints not leak sensitive HTTP headers
    (bsc#1204305, CVE-2022-31130)
  * Security: Fix plugin signature bypass (bsc#1204302, CVE-2022-31123)
  * Security: Fix blocknig other users from signing in (bsc#1204304,
    CVE-2022-39229)

OBS-URL: https://build.opensuse.org/request/show/1035212
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=87
2022-11-14 15:17:15 +00:00
OBS User buildservice-autocommit
e47485f279 Updating link to change in openSUSE:Factory/grafana revision 35
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=3cc9b212bf2306127667259246be6357
2022-10-12 16:26:02 +00:00
Witek Bedyk
5e68b511c8 Accepting request 1010207 from home:tdehler:branches:server:monitoring
Add two missing bsc references

OBS-URL: https://build.opensuse.org/request/show/1010207
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=85
2022-10-12 11:06:27 +00:00
Tatjana Dehler
653ba767f7 Accepting request 1010159 from home:witekbedyk:branches:server:monitoring
- Add ECO reference (jsc#PED-2145):

OBS-URL: https://build.opensuse.org/request/show/1010159
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=84
2022-10-12 09:01:18 +00:00
Tatjana Dehler
0ece7d47f1 Accepting request 1007182 from home:witekbedyk:branches:server:monitoring
Add Bugzilla reference to the changelog

OBS-URL: https://build.opensuse.org/request/show/1007182
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=82
2022-09-30 08:35:58 +00:00
Witek Bedyk
12d713558a Accepting request 1006983 from home:tdehler:branches:server:monitoring
Add the following bsc IDs to the .changes file:

* bsc#1193686
* bsc#1193492
* bsc#1192763
* bsc#1192383
* bsc#1189520
* bsc#1188571

OBS-URL: https://build.opensuse.org/request/show/1006983
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=80
2022-09-29 15:03:40 +00:00
Tatjana Dehler
94360b1c31 Accepting request 1005640 from home:witekbedyk:branches:server:monitoring
- Update to version 8.5.13:
  + Features and enhancements:
    * Plugins: Expose emotion/react to plugins to prevent load
      failures
  + Bug fix:
    * AuthNZ: Security fixes for (bsc#1203596, CVE-2022-36062) and
      CVE-2022-35957
- Update to version 8.5.11:
  + Features and enhancements:
    * Rendering: Add support for renderer token
    * Alerting: AlertingProxy to elevate permissions for request
      forwarded to data proxy when RBAC enabled

OBS-URL: https://build.opensuse.org/request/show/1005640
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=78
2022-09-27 10:53:59 +00:00
Witek Bedyk
7bb2886cd4 Accepting request 999209 from home:mkittler:branches:server:monitoring
- 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
      help menu. #46308, @cameronwaterman
    * Prometheus: Enable new visual query builder by default.
      #46634, @torkelo
    * SAML: Allow disabling of SAML signups. #47481, @mmandrus
    * SAML: Allow disabling of SAML signups. (Enterprise)
    * Table: New pagination option. #45732, @zoltanbedi
    * TablePanel: Add cell inspect option. #45620, @dprokop
    * Tempo / Trace Viewer: Support Span Links in Trace Viewer.
      #45632, @Shachi16
    * Tempo: Download span references in data inspector. #47074,
      @connorlindsey
    * Tempo: Separate trace to logs and loki search datasource
      config. #46655, @connorlindsey
    * Trace View: Show number of child spans. #44393, @tharun208
    * Transformations: Support escaped characters in key-value pair
      parsing. #47901, @aangelisc
  + Bug fixes (8.5.0):
    * Azure Monitor: Bug Fix for incorrect variable cascading for
      template variables. #47478, @jcolladokuri
    * CloudWatch: List all metrics properly in SQL autocomplete.
      #45898, @sunker
    * CloudWatch: Run query on blur in logs query field. #47454,
      @fridgepoet
    * Dashboard: Template variables are now correctly persisted
      when clicking breadcrumb links. #46790, @ashharrison90
    * DashboardPage: Remember scroll position when coming back
      panel edit / view panel. #47639, @torkelo
    * Panel Edit: Options search now works correctly when a
      logarithmic scale option is set. #47927, @ashharrison90
    * Postgres: Return tables with hyphenated schemes. #45754,
      @zuchka
    * Table panel: Fix horizontal scrolling when pagination is
      enabled. #47776, @dprokop
    * Variables: Ensure variables in query params are correctly
      recognised. #47049, @ashharrison90
    * Variables: Fix crash when changing query variable datasource.
      #44957, @joshhunt
    * Visualizations: Stack negative-valued series downwards.
      #47373, @leeoniya
  + Breaking changes (8.5.0):
    For a proxied request, e.g. Grafana's datasource or plugin
    proxy: If the request is cancelled, e.g. from the browser/by
    the client, the HTTP status code is now 499 Client closed
    request instead of 502 Bad gateway If the request times out,
    e.g. takes longer time than allowed, the HTTP status code is
    now 504 Gateway timeout instead of 502 Bad gateway. Issue
    #47473 The change in behavior is that negative-valued series
    are now stacked downwards from 0 (in their own stacks), rather
    than downwards from the top of the positive stacks. We now
    automatically group stacks by Draw style, Line interpolation,
    and Bar alignment, making it impossible to stack bars on top of
    lines, or smooth lines on top of stepped lines. Issue #47373
    The meaning of the default data source has now changed from
    being a persisted property in a panel. Before when you selected
    the default data source for a panel and later changed the
    default data source to another data source it would change all
    panels who were configured to use the default data source. From
    now on the default data source is just the default for new
    panels and changing the default will not impact any currently
    saved dashboards. Issue #45132 The Tooltip component provided
    by @grafana/ui is no longer automatically interactive (that is
    you can hover onto it and click a link or select text). It will
    from now on by default close automatically when you mouse out
    from the trigger element. To make tooltips behave like before
    set the new interactive property to true.
  + Deprecations (8.5.0):
    /api/tsdb/query API has been deprecated and will be removed in
    a future release. Use /api/ds/query instead. Issue #45238
  + Plugin development fixes & changes (8.5.0):
    * Card: Increase clickable area when meta items are present.
      #47935, @ashharrison90
    * Loki: Fix operator description propup from being shortened.
      #46575, @glintik
    * Tooltips: Make tooltips non interactive by default. #45053,
      @torkelo
  + Features and enhancements (8.4.7):
    * CloudWatch: Added missing MemoryDB Namespace metrics. #47290,
      @james-deee
    * Histogram Panel: Take decimal into consideration. #47330,
      @mdvictor
    * TimeSeries: Sort tooltip values based on raw values. #46738,
      @dprokop
  + Bug fixes (8.4.7):
    * API: Include userId, orgId, uname in request logging
      middleware. #47183, @marefr
    * Elasticsearch: Respect maxConcurrentShardRequests datasource
      setting. #47120, @alexandrst88
  + Bug fixes (8.4.6):
    * Security: Fixes CVE-2022-24812. For more information, see our
      blog
  + Features and enhancements (8.4.5):
    * Instrumentation: Make backend plugin metrics endpoints
      available with optional authentication. #46467, @marefr
    * Table panel: Show datalinks for cell display modes JSON View
      and Gauge derivates. #46020, @mdvictor
  + Bug fixes (8.4.5):
    * Azure Monitor: Small bug fixes for Resource Picker. #46665,
      @sarahzinger
    * Logger: Use specified format for file logger. #46970, @sakjur
    * Logs: Handle missing fields in dataframes better. #46963,
      @gabor
    * ManageDashboards: Fix error when deleting all dashboards from
      folder view. #46877, @joshhunt
  + Features and enhancements (8.4.4):
    * Loki: Add unpack to autocomplete suggestions (#44623).
      #46573, @glintik
    * Plugins: allow using both Function and Class components for
      app plugins. #46148, @leventebalogh
    * TimeSeries: Add migration for Graph panel's transform series
      override. #46577, @dprokop
    * TimeSeries: Preserve null/undefined values when performing
      negative y transform. #46584, @dprokop
  + Bug fixes (8.4.4):
    * CloudWatch: Use default http client from aws-sdk-go. #46370,
      @sunker
    * Dashboards: Fixes repeating by row and no refresh. #46565,
      @torkelo
    * Gauge: Fixes blank viz when data link exists and orientation
      was horizontal. #46335, @torkelo
    * Search: sort results correctly when using postgres. #46466,
      @xlson
    * TagsInput: fix tags remove button accessibility issues.
      #46254, @Elfo404
    * TextPanel: Sanitize after markdown has been rendered to html.
      #46166, @ashharrison90
  + Features and enhancements (8.4.3):
    * Alerting: Grafana uses > instead of >= when checking the For
      duration. #46010
    * Alerting: Use expanded labels in dashboard annotations.
      #45726, @grobinson-grafana
    * Logs: Escape windows newline into single newline. #45771,
      @perosb
  + Bug fixes (8.4.3):
    * Alerting: Fix use of > instead of >= when checking the For
      duration. #46011, @grobinson-grafana
    * Azure Monitor: Fixes broken log queries that use workspace.
      #45820, @sunker
    * CloudWatch: Remove error message when using multi-valued
      template vars in region field. #45886, @sunker
    * Middleware: Fix IPv6 host parsing in CSRF check. #45911,
      @ying-jeanne
  + Plugin development fixes & changes (8.4.3):
    * ClipboardButton: Use a fallback when the Clipboard API is
      unavailable. #45831, @ashharrison90
  + Features and enhancements (8.4.2):
    * OAuth: Add setting to skip org assignment for external
      users. #34834, @baez90
    * Tracing: Add option to map tag names to log label names in
      trace to logs settings. #45178, @connorlindsey
  + Bug fixes (8.4.2):
    * Explore: Fix closing split pane when logs panel is
      used. #45602, @ifrost
  + Features and enhancements (8.4.1):
    * Cloudwatch: Add support for AWS/PrivateLink* metrics and
      dimensions. #45515, @szymonpk
    * Configuration: Add ability to customize okta login button
      name and icon. #44079, @DanCech
    * Tempo: Switch out Select with AsyncSelect component to get
      loading state in Tempo Search. #45110, @CatPerry
  + Bug fixes (8.4.1):
    * Alerting: Fix migrations by making send_alerts_to field
      nullable. #45572, @santihernandezc
  + Features and enhancements (8.4.0):
    * API: Extract OpenAPI specification from source code using
      go-swagger. #40528, @papagian
    * AccessControl: Disable user remove and user update roles when
      they do not have the permissions. #43429, @Jguer
    * AccessControl: Provisioning for teams. #43767, @gamab
    * API: Add usage stats preview endpoint. #43899, @Jguer
    * Alerting: Move slow queries in the scheduler to another
      goroutine. #44423, @grobinson-grafana
    * Alerting: Use time.Ticker instead of alerting.Ticker in
      ngalert. #44395, @grobinson-grafana
    * Alerting: add custom grouping to Alert Panel. #44559,
      @gillesdemey
    * Analytics: Add user id tracking to google analytics.
      #42763, @autoric
    * Angular: Add AngularJS plugin support deprecation plan to
      docs site. #45149, @torkelo
    * Auth: implement auto_sign_up for auth.jwt. #43502, @sakjur
    * Azure Monitor Logs: Order subscriptions in resource picker by
      name. #45228, @sunker
    * Azure monitor Logs: Optimize data fetching in resource
      picker. #44549, @sunker
    * AzureMonitor: Filter list of resources by resourceType.
      #43522, @andresmgot
    * BarChart: color by field, x time field, bar radius, label
      skipping. #43257, @leeoniya
    * Chore: Implement OpenTelemetry in Grafana. #42674, @idafurjes
    * Cloud Monitoring: Adds metric type to Metric drop down
      options. #43268, @tw1nk
    * CloudWatch: Add Data Lifecycle Manager metrics and dimension.
      #43310, @ilyastoli
    * CloudWatch: Add Missing Elasticache Host-level metrics.
      #43455, @dhendo
    * CloudWatch: Add all ElastiCache Redis Metrics. #43336,
      @siavashs
    * CloudWatch: Add new AWS/ES metrics. #43034, @sunker
    * Cloudwatch: Add syntax highlighting and autocomplete for
      "Metric Search". #43985, @sarahzinger
    * Explore: Support custom display label for exemplar links for
      Prometheus datasource. #42732, @JokerQueue
    * Hotkeys: Make time range absolute/permanent. #43802, @davkal
    * Playlists: Enable sharing direct links to playlists. #44161,
      @ashharrison90
    * SQLStore: Prevent concurrent migrations. #44101, @papagian
    * SSE: Add Mode to drop NaN/Inf/Null in Reduction operations.
      #43583, @kylebrandt
    * Setting: Support configuring feature toggles with bools
      instead of just passing an array. #43326, @bergquist
    * TimeSeries: Add support for negative Y and constant
      transform. #44774, @dprokop
    * Transformations: Add 'JSON' field type to
      ConvertFieldTypeTransformer. #42624, @sd2k
  + Bug fixes (8.4.0):
    * Auth: Guarantee consistency of signed SigV4 headers.
      #45054, @wbrowne
    * CloudWatch: Fix MetricName resetting on Namespace change.
      #44165, @yaelleC
    * Cloudwatch : Fixed reseting metric name when changing
      namespace in Metric Query. #44612, @yaelleC
    * Explore: Avoid locking timepicker when range is inverted.
      #44790, @Elfo404
    * Instrumentation: Fix HTTP request instrumentation of
      authentication failures. #44234, @marefr
    * LibraryPanels: Prevent long descriptions and names from
      obscuring the delete button. #45190, @zuchka
    * OAuth: Fix parsing of ID token if header contains non-string
      value. #44159, @marefr
    * Panel Edit: Visualization search now works correctly with
      special characters. #45137, @ashharrison90
    * Provisioning: Fix duplicate validation when multiple
      organizations have been configured. #44151, @marefr
    * QueryField: Fix issue with undo history when suggestion is
      inserted (#28656). #39114, @glintik
    * TablePanel: Do not prefix columns with frame name if multiple
      frames and override active. #45174, @mdvictor
  + Deprecations (8.4.0):
    AngularJS plugin support is now in a deprecated state, meaning
    it will be removed in a future release. Currently, that is
    planned for version 10 (in 2023). The documentation site has an
    article with more details on why, when, and how. Issue #45149

OBS-URL: https://build.opensuse.org/request/show/999209
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=76
2022-08-25 11:03:40 +00:00
Witek Bedyk
10156548c6 Accepting request 994726 from home:witekbedyk:branches:server:monitoring
- Update to version 8.3.10
  + Security:
    * Fixes XSS vulnerability in the Unified Alerting
      (bsc#1201535, CVE-2022-31097)
    * Fixes OAuth account takeover vulnerability
      (bsc#1201539, CVE-2022-31107)
- Update to version 8.3.9
  + Bug fixes:
    * Geomap: Display legend
    * Prometheus: Fix timestamp truncation
- Update to version 8.3.7
  + Bug fix:
    * Provisioning: Ensure that the default value for orgID is set
      when provisioning datasources to be deleted.
- Update to version 8.3.6
  + Features and enhancements:
    * Cloud Monitoring: Reduce request size when listing labels.
    * Explore: Show scalar data result in a table instead of graph.
    * Snapshots: Updates the default external snapshot server URL.
    * Table: Makes footer not overlap table content.
    * Tempo: Add request histogram to service graph datalink.
    * Tempo: Add time range to tempo search query behind a feature flag.
    * Tempo: Auto-clear results when changing query type.
    * Tempo: Display start time in search results as relative time.
  + Bug fixes:
    * CloudMonitoring: Fix resource labels in query editor.
    * Cursor sync: Apply the settings without saving the dashboard.
    * LibraryPanels: Fix for Error while cleaning library panels.
    * Logs Panel: Fix timestamp parsing for string dates without timezone.
    * Prometheus: Fix some of the alerting queries that use reduce/math operation.
    * TablePanel: Fix ad-hoc variables not working on default datasources.
    * Text Panel: Fix alignment of elements.
    * Variables: Fix for constant variables in self referencing links.

OBS-URL: https://build.opensuse.org/request/show/994726
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=74
2022-08-16 11:39:50 +00:00
Witek Bedyk
534ac1d078 Accepting request 977572 from home:witekbedyk:branches:server:monitoring
Add ECO reference to the changelog

OBS-URL: https://build.opensuse.org/request/show/977572
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=72
2022-05-20 13:03:20 +00:00
Witek Bedyk
22a64bb256 Accepting request 967545 from home:jordimassaguerpla:branches:server:monitoring:fix_changelog
fix changelog

OBS-URL: https://build.opensuse.org/request/show/967545
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=70
2022-04-07 17:28:15 +00:00
Witek Bedyk
5f8ddff7b2 Accepting request 967538 from home:jordimassaguerpla:branches:server:monitoring:add_constraints_to_grafana
We need 4399 Mbytes to build grafana. Please accept this constraints file to require at least 5GB.
Otherwise, we can get a vm with a small disk and we have to keep retrying the build until we get one with a larger disk.
thanks.

OBS-URL: https://build.opensuse.org/request/show/967538
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=69
2022-04-07 15:58:22 +00:00
Stefano Torresi
4e222aadc0 Accepting request 953107 from home:witekbedyk:branches:server:monitoring
- Update to version 8.3.5 (jsc#SLE-23439, jsc#SLE-23422)
  + Security:
    * Fixes XSS vulnerability in handling data sources
      (bsc#1195726, CVE-2022-21702)
    * Fixes cross-origin request forgery vulnerability
      (bsc#1195727, CVE-2022-21703)
    * Fixes Insecure Direct Object Reference vulnerability in Teams
      API (bsc#1195728, CVE-2022-21713)

OBS-URL: https://build.opensuse.org/request/show/953107
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=68
2022-02-10 08:52:59 +00:00
Witek Bedyk
85974d977e Accepting request 949301 from home:witekbedyk:branches:server:monitoring
- Update to version 8.3.4 (jsc#PM-3191)
- Update changelog
- Update license to GNU Affero General Public License v3.0.

OBS-URL: https://build.opensuse.org/request/show/949301
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=67
2022-02-07 11:39:23 +00:00
Lars Vogdt
61abb0a7ea Accepting request 940415 from home:witekbedyk:branches:server:monitoring
- Update to version 7.5.12:
  * Fix markdown path traversal (#42969, bsc#1193688, CVE-2021-43813)

OBS-URL: https://build.opensuse.org/request/show/940415
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=66
2021-12-20 07:39:59 +00:00
Witek Bedyk
c1d34c29c4 Accepting request 933254 from home:juliogonzalezgil:branches:server:monitoring
For whatever reason the CVE was mentioned at the 7.5.11 release notes (https://grafana.com/docs/grafana/latest/release-notes/release-notes-7-5-11/), but was not added to the changelog.

OBS-URL: https://build.opensuse.org/request/show/933254
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=65
2021-11-23 12:03:22 +00:00
Witek Bedyk
d6dff89a3f Accepting request 932258 from home:oertel:branches:server:monitoring
- recreate tarballs using the makefile to update the
  npm and go modules required

OBS-URL: https://build.opensuse.org/request/show/932258
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=64
2021-11-18 14:03:00 +00:00
Ruediger Oertel
1b811f83e7 Accepting request 932046 from home:oertel:branches:server:monitoring
- Update to version 7.5.11:
  * Fix certs issue (#40002)
  * Release v7.5.11 (#124)
  * Fix static path matching issue in macaron
  * OAuth: add docs for disableAutoLogin param (#38752) (#38894)
  * Fix #747; remove 'other variables'. (#37866) (#37878)
  * Update alert docs (#33658) (#33659)
  * [7.5.x] Docs: added documentation for the "prepare time series"-transformation. (#36836)
  * cherry picked dc5778c303ca555b70e8ca8c28e95997e26ecfc1 (#36813)
  * "Release: Updated versions in package to 7.5.10" (#36792)
  * [v7.5.x] Transformations: add 'prepare time series' transformer (#36749)
  * Remove verify-drone from windows (#36775)
  * Update queries.md (#31941) (#36764)
  * Updated content to specify method to use to get keyboard shortcuts wh… (#36084) (#36087)
  * ReleaseNotes: Updated changelog and release notes for 7.5.9 (#36057) (#36077)
  * "Release: Updated versions in package to 7.5.9" (#36056)
  * Login: Fixes Unauthorized message showing when on login page or snapshot page (#35311) (#35880)
  * ReleaseNotes: Updated changelog and release notes for 7.5.8 (#35703) (#35822)
  * CI: Upgrade pipeline tool to use main (#35804)
  * CI: try to force v7.5.x instead of master (#35799)
  * CI: supports move from master to main in 7.5.x release branch (#35747)
  * "Release: Updated versions in package to 7.5.8" (#35701)
  * Chore: Bump acorn and lodash-es (#35650)
  * Snapshots: Remove dashboard links from snapshots (#35567) (#35585)
  * [v7.5.x] Datasource: Allow configuring `MaxConnsPerHost` (#35519)
  * Remove docs sync from v7.5.x (#35443)
  * "Release: Updated versions in package to 7.5.7" (#35412)
  * Add max_idle_connections_per_host to config (#35365)
  * Update go.sum to fix failing enterprise pipeline (#35353)
  * [v7.5.x] HTTP Client: Introduce `go-conntrack`  (#35321)

OBS-URL: https://build.opensuse.org/request/show/932046
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=63
2021-11-18 00:06:06 +00:00
Witek Bedyk
ec23dd53c4 Accepting request 926954 from home:witekbedyk:branches:server:monitoring
Revert patch file rename. Add patch as source to spec file.

OBS-URL: https://build.opensuse.org/request/show/926954
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=62
2021-10-22 14:27:20 +00:00
Witek Bedyk
507d1d28da Accepting request 926875 from home:witekbedyk:branches:server:monitoring
Autobuild scripts prevent block patches not mentioned in the spec file.
Trying to workaround this here.

OBS-URL: https://build.opensuse.org/request/show/926875
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=61
2021-10-22 10:57:36 +00:00
Witek Bedyk
a029c81581 Accepting request 922558 from home:witekbedyk:branches:server:monitoring
- Add patch 0001-Add-source-code-reference.patch
  * Add URL to package source code in the login page footer

OBS-URL: https://build.opensuse.org/request/show/922558
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=60
2021-10-08 10:18:59 +00:00
Stefano Torresi
3a6bc52d50 Accepting request 895357 from home:dmolkentin:infrarun
- Update to version 7.5.7:
  * Updated relref to "Configuring exemplars" section (#34240) (#34243)
  * Added exemplar topic (#34147) (#34226)
  * Quota: Do not count folders towards dashboard quota (#32519) (#34025)
  * Instructions to separate emails with semicolons (#32499) (#34138)
  * Docs: Remove documentation of v8 generic OAuth feature (#34018)
  * Annotations: Prevent orphaned annotation tags cleanup when no annotations were cleaned (#33957) (#33975)
  * [GH-33898] Add missing --no-cache to Dockerfile. (#33906) (#33935)
  * ReleaseNotes: Updated changelog and release notes for 7.5.6 (#33932) (#33936)
  * Stop hoisting @icons/material (#33922)
  * Chore: fix react-color version in yarn.lock (#33914)
  * "Release: Updated versions in package to 7.5.6" (#33909)
  * Loki: fix label browser crashing when + typed (#33900) (#33901)
  * Document `hide_version` flag (#33670) (#33881)
  * Add isolation level db configuration parameter (#33830) (#33878)
  * Sanitize PromLink button (#33874) (#33876)
  * Removed content as per MarcusE's suggestion in https://github.com/grafana/grafana/issues/33822. (#33870) (#33872)
  * Docs feedback: /administration/provisioning.md (#33804) (#33842)
  * Docs: delete from high availability docs references to removed configurations related to session storage (#33827) (#33851)
  * Docs: Update _index.md (#33797) (#33799)
  * Docs: Update installation.md (#33656) (#33703)
  * GraphNG: uPlot 1.6.9 (#33598) (#33612)
  * dont consider invalid email address a failed email (#33671) (#33681)
  * InfluxDB: Improve measurement-autocomplete behavior in query editor (#33494) (#33625)
  * add template for dashboard url parameters  (#33549) (#33588)
  * Add note to Snapshot API doc to specify that user has to provide the entire dashboard model  (#33572) (#33586)
  * Update team.md (#33454) (#33536)
  * Removed duplicate file "dashboard_folder_permissions.md (#33497)
  * Document customQueryParameters for prometheus datasource provisioning (#33440) (#33495)
  * ReleaseNotes: Updated changelog and release notes for 7.5.5 (#33473) (#33492)

OBS-URL: https://build.opensuse.org/request/show/895357
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=58
2021-05-28 07:40:20 +00:00
Lars Vogdt
1e5349b11c Accepting request 891162 from home:ecsos:monitoring
- Update to version 7.5.5:
  * "Release: Updated versions in package to 7.5.5" (#33469)
  * GraphNG: Fix exemplars window position (#33427) (#33462)
  * Remove field limitation from slack notification (#33113) (#33455)
  * Prometheus: Support POST in template variables (#33321) (#33441)
  * Instrumentation: Add success rate metrics for email notifications (#33359) (#33409)
  * Use either moment objects (for absolute times in the datepicker) or string (for relative time) (#33315) (#33406)
  * Docs: Removed type from find annotations example. (#33399) (#33403)
  * [v7.5.x]: FrontendMetrics: Adds new backend api that frontend can use to push frontend measurements and counters to prometheus (#33255)
  * Updated label for add panel. (#33285) (#33286)
  * Bug: Add git to Dockerfile.ubuntu (#33247) (#33248)
  * Docs: Sync latest master docs with 7.5.x (#33156)
  * Docs: Update getting-started-influxdb.md (#33234) (#33241)
  * Doc: Document the X-Grafana-Org-Id HTTP header (#32478) (#33239)
  * Minor Changes in Auditing.md (#31435) (#33238)
  * Docs: Add license check endpoint doc (#32987) (#33236)
  * Postgres: Fix time group macro when TimescaleDB is enabled and interval is less than a second (#33153) (#33219)
  * Docs: InfluxDB doc improvements (#32815) (#33185)
  * [v7.5.x] Loki: Pass Skip TLS Verify setting to alert queries (#33031)
  * update cla (#33181)
  * Fix inefficient regular expression (#33155) (#33159)
  * Auth: Don't clear auth token cookie when lookup token fails (#32999) (#33136)
  * Elasticsearch:  Add documentation for supported Elasticsearch query transformations (#33072) (#33128)
  * Update team.md (#33060) (#33084)
  * GE issue 1268 (#33049) (#33081)
  * Fixed some formatting issues for PRs from yesterday. (#33078) (#33079)
  * Explore: Load default data source in Explore when the provided source does not exist (#32992) (#33061)
  * Docs: Replace next with latest in aliases (#33054) (#33059)
  * Added missing link item. (#33052) (#33055)
  * Backport 33034 (#33038)
  * Docs: Backport 32916 to v7.5x  (#33008)
  * ReleaseNotes: Updated changelog and release notes for 7.5.4 (#32973) (#32998)
  * Elasticsearch: Force re-rendering of each editor row type change (#32993) (#32996)
  * Docs: Sync release branch with latest docs (#32986)

OBS-URL: https://build.opensuse.org/request/show/891162
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=56
2021-05-09 12:56:50 +00:00
Witek Bedyk
3dc0476040 Accepting request 885774 from home:ecsos:monitoring
- Update to version 7.5.4:

- Update to version 7.5.3:

- Update to version 7.4.5
  * Security: Fix API permissions issues related to team-sync CVE-2021-28146, CVE-2021-28147. (Enterprise)
  * Security: Usage insights requires signed in users CVE-2021-28148. (Enterprise)
  * Security: Do not allow editors to incorrectly bypass permissions on the default data source. CVE-2021-27962. (Enterprise)
- Drop patch add-gotest-module.patch
- Add patch drop-grafana-aws-sdk-0.3.0-module.patch

OBS-URL: https://build.opensuse.org/request/show/885774
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=54
2021-04-19 13:28:13 +00:00
Witek Bedyk
6b0443b68b Accepting request 874474 from home:tserong:branches:server:monitoring
Update to version 7.4.2

OBS-URL: https://build.opensuse.org/request/show/874474
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=52
2021-02-26 14:07:38 +00:00
Dirk Stoecker
1c85b61d33 Accepting request 860337 from home:dirkmueller:branches:server:monitoring
- 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

OBS-URL: https://build.opensuse.org/request/show/860337
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=50
2021-01-21 15:08:15 +00:00
Witek Bedyk
39d918083a Accepting request 849448 from home:STorresi:containers
- Update packaging
  * avoid systemd and shadow hard requirements
  * Require the user from a new dedicated 'system-user-grafana' sibling package
  * avoid pinning to a specific Go version in the spec file

OBS-URL: https://build.opensuse.org/request/show/849448
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=48
2020-11-24 16:42:19 +00:00
Joao Cavalheiro
c2467c1e0d Accepting request 847517 from home:witekbedyk:branches:server:monitoring
Update to version 7.3.1

OBS-URL: https://build.opensuse.org/request/show/847517
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=47
2020-11-11 10:19:38 +00:00
Witek Bedyk
92199635ad Accepting request 835383 from home:jcavalheiro:branches:server:monitoring
Update to version 7.1.5

OBS-URL: https://build.opensuse.org/request/show/835383
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=45
2020-09-18 11:07:38 +00:00
Witek Bedyk
311cad74f8 Accepting request 811894 from home:jcavalheiro:monitoring
Update to 7.0.3 - Fix CVE-2020-13379

OBS-URL: https://build.opensuse.org/request/show/811894
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=43
2020-06-08 08:01:19 +00:00
Lars Vogdt
5843cd47b1 Accepting request 810636 from home:jcavalheiro:monitoring
Update to v7.0.1

OBS-URL: https://build.opensuse.org/request/show/810636
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=41
2020-06-03 23:19:01 +00:00
Witek Bedyk
f4cc777309 Accepting request 805824 from home:SchoolGuy:branches:server:monitoring
Docs about patching the JS frontend

OBS-URL: https://build.opensuse.org/request/show/805824
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=39
2020-05-19 07:37:55 +00:00
Witek Bedyk
d4995336ec Accepting request 800445 from home:jfkw:branches:server:monitoring
- BuildRequires golang(API) instead of go metapackage version range
  * BuildRequires:  golang(API) >= 1.14   from
    BuildRequires:  ( go >= 1.14 with go < 1.15 )

OBS-URL: https://build.opensuse.org/request/show/800445
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=37
2020-05-07 14:05:18 +00:00
Joao Cavalheiro
1226120e94 Fix changelog entry ordering
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=35
2020-04-30 16:17:59 +00:00
Joao Cavalheiro
9423e897a5 Accepting request 799304 from home:SchoolGuy:branches:server:monitoring
- This version fixes bsc#1170557 and its corresponding CVE-2020-12245
- Update to version 6.7.3
  - Admin: Fix Synced via LDAP message for non-LDAP external users. #23477, @alexanderzobnin
  - Alerting: Fixes notifications for alerts with empty message in Google Hangouts notifier. #23559, @hugohaggmark
  - AuthProxy: Fixes bug where long username could not be cached.. #22926, @jcmcken
  - Dashboard: Fix saving dashboard when editing raw dashboard JSON model. #23314, @peterholmberg
  - Dashboard: Try to parse 8 and 15 digit numbers as timestamps if parsing of time range as date fails. #21694, @jessetan
  - DashboardListPanel: Fixed problem with empty panel after going into edit mode (General folder filter being automatically added) . #23426, @torkelo
  - Data source: Handle datasource withCredentials option properly. #23380, @hvtuananh
  - Security: Fix annotation popup XSS vulnerability. #23813, @torkelo
  - Server: Exit Grafana with status code 0 if no error. #23312, @aknuds1
  - TablePanel: Fix XSS issue in header column rename (backport). #23814, @torkelo
  - Variables: Fixes error when setting adhoc variable values. #23580, @hugohaggmark
- Update to version 6.7.2:
  (see installed changelog for the full list of changes)
  -  BackendSrv: Adds config to response to fix issue for external plugins that used this property . #23032, @torkelo
  -  Dashboard: Fixed issue with saving new dashboard after changing title . #23104, @dprokop
  -  DataLinks: make sure we use the correct datapoint when dataset contains null value.. #22981, @mckn
  -  Plugins: Fixed issue for plugins that imported dateMath util . #23069, @mckn
  -  Security: Fix for dashboard snapshot original dashboard link could contain XSS vulnerability in url. #23254, @torkelo
  -  Variables: Fixes issue with too many queries being issued for nested template variables after value change. #23220, @torkelo
  -  Plugins: Expose promiseToDigest. #23249, @torkelo
  -  Reporting (Enterprise): Fixes issue updating a report created by someone else

OBS-URL: https://build.opensuse.org/request/show/799304
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=34
2020-04-30 16:15:02 +00:00
Witek Bedyk
ab49137a00 Accepting request 788215 from home:ojkastl_buildservice:Branch_grafana
update to 6.7.1 (now including changelog from 6.7.0-beta1

OBS-URL: https://build.opensuse.org/request/show/788215
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=32
2020-03-26 14:41:29 +00:00
Witek Bedyk
19ad1a3209 Accepting request 786027 from home:ojkastl_buildservice:Branch_grafana
update to 6.6.2; use go_modules service to provide dependencies in vendor.tar.gz; BuildRequires go1.14 to build successfully; adjust Makefile and README to current requirements for 6.6.2 (npm12, not npm10);adjust Makefile to fully work with new file names

OBS-URL: https://build.opensuse.org/request/show/786027
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=30
2020-03-19 08:58:44 +00:00
Joao Cavalheiro
89794e01f3 Accepting request 753312 from home:witekbedyk:branches:server:monitoring
- Revert the spec file and make script
- Remove PhantomJS dependency

OBS-URL: https://build.opensuse.org/request/show/753312
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=28
2019-12-05 15:43:17 +00:00
Lars Vogdt
a647090d27 Accepting request 740994 from home:ecsos:monitoring
Update to 6.4.3.
Rebase grafana.spec. See grafana.changes.

OBS-URL: https://build.opensuse.org/request/show/740994
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=27
2019-10-27 13:49:03 +00:00
Jan Fajerski
f2c60d0f61 Accepting request 729657 from home:simoncrute:branches:server:monitoring
Version bump to 6.3.5
Tweaks to the changelog.

OBS-URL: https://build.opensuse.org/request/show/729657
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=25
2019-09-10 07:49:45 +00:00
Jan Fajerski
9b9a76b8c3 Accepting request 724599 from home:jcavalheiro:monitoring
Fix changelog

OBS-URL: https://build.opensuse.org/request/show/724599
OBS-URL: https://build.opensuse.org/package/show/server:monitoring/grafana?expand=0&rev=23
2019-08-19 14:49:21 +00:00