kumahq / kuma-grafana-datasource

A grafana datasource plugin for Kuma
Apache License 2.0
7 stars 6 forks source link

Bump the grafana group with 4 updates #246

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 9 months ago

Bumps the grafana group with 4 updates: @grafana/data, @grafana/toolkit, @grafana/runtime and @grafana/ui.

Updates @grafana/data from 8.2.5 to 10.2.3

Release notes

Sourced from @​grafana/data's releases.

10.2.3 (2023-12-18)

Download page What's new highlights

Features and enhancements

Bug fixes

  • Alerting: Fix deleting rules in a folder with matching UID in another organization. #79011, @​papagian
  • CloudWatch: Correctly quote metric names with special characters. #78975, @​iwysiu
  • DeleteDashboard: Redirect to home after deleting a dashboard. #78936, @​ivanortegaalba
  • Alerting: Fixes combination of multiple predicates for rule search. #78912, @​gillesdemey
  • CloudWatch: Fetch Dimension keys correctly from Dimension Picker. #78831, @​iwysiu
  • Tempo: Fix read-only access error. #78801, @​fabrizio-grafana
  • Bug: Fix broken ui components when angular is disabled. #78670, @​jackw
  • InfluxDB: Parse data for table view to have parity with frontend parser. #78551, @​itsmylife
  • Elasticsearch: Fix processing of raw_data with not-recognized time format. #78380, @​ivanahuckova
  • Recorded Queries: Add org isolation (remote write target per org), and fix cross org Delete/List. (Enterprise)
  • Auditing: Fix missing action in alert manager routes. (Enterprise)

10.2.2 (2023-11-20)

Download page What's new highlights

Bug fixes

10.2.1 (2023-11-14)

Download page What's new highlights

Features and enhancements

Bug fixes

... (truncated)

Changelog

Sourced from @​grafana/data's changelog.

10.2.3 (2023-12-18)

Features and enhancements

... (truncated)

Commits
  • 148448b Release: Bump version to 10.2.3 (#63)
  • 6ee2bd4 Docs: Improve comments for panel props for plugins (#78596)
  • 8ce4faf Chore: Deprecate FieldConfigEditorProps in favor of StandardEditorProps (#78319)
  • c4c9bfa Storage: Unified Storage based on Entity API (#71977)
  • 439edeb K8s: fix standalone command and add hack scripts (#79052)
  • 959ebf8 Folders: Show dashboards and folders with directly assigned permissions in "S...
  • 568d979 Chore: Improve typings (#78940)
  • ea7a179 Plugins: Add grafana/user/profile/tab plugin extension point (#77863)
  • 329d0e7 Navigation: Rearrange IA based on tree test (#78804)
  • 7cbf5ae Alerting: Remove old contact points view (#78704)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by grafanabot, a new releaser for @​grafana/data since your current version.


Updates @grafana/toolkit from 8.2.4 to 10.1.6

Release notes

Sourced from @​grafana/toolkit's releases.

10.1.6 (2023-12-18)

Download page What's new highlights

Features and enhancements

Bug fixes

  • Alerting: Fix deleting rules in a folder with matching UID in another organization. #79007, @​papagian
  • Chore: Fix timeout issues when gathering prometheus datasource stats. #78858, @​DanCech
  • Provisioning: Ensure that enterprise provisioning runs [10.1.x]. #76686, @​IevaVasiljeva
  • Alerting: Make shareable alert rule link work if rule name contains forward slashes. #75950, @​domasx2
  • Loki: Cache extracted labels. #75905, @​gtk-grafana
  • DataSourcePicker: Disable autocomplete for the search input . #75900, @​ivanortegaalba
  • Plugins: Refresh plugin info after installation. #75225, @​oshirohugo
  • LDAP: FIX Enable users on successfull login . #75176, @​gamab
  • Loki: Fix filters not being added with multiple expressions and parsers. #75172, @​svennergr
  • Recorded Queries: Add org isolation (remote write target per org), and fix cross org Delete/List. (Enterprise)
  • Auditing and UsageInsights: FIX Loki configuration to use proxy env variables. (Enterprise)

10.1.5 (2023-10-11)

Download page What's new highlights

Features and enhancements

Bug fixes

  • Cloudwatch: Prevent log group requests with ARNs if feature flag is off. #75691, @​sarahzinger
  • Alerting: Add support for keep_firing_for field from external rulers. #75257, @​rwwiv
  • Canvas: Avoid conflicting stylesheets when loading SVG icons. #75032, @​adela-almasan
  • Alerting: Prevent showing "Permissions denied" alert when not accurate. #74925, @​VikaCep
  • BrowseDashboards: Only remember the most recent expanded folder. #74809, @​joshhunt
  • Tempo Service Map: Fix context menu links in service map when namespace is present. #74796, @​javiruiz01
  • Logs Panel: Performance issue while scrolling within panel in safari. #74747, @​gtk-grafana
  • Bug: Allow to uninstall a deprecated plugin. #74704, @​andresmgot
  • Licensing: Pass func to update env variables when starting plugin. #74678, @​leandro-deveikis
  • Nested folders: Fix folder hierarchy in folder responses. #74580, @​papagian
  • Share link: Use panel relative time for direct link rendered image. #74518, @​Clarity-89
  • Alerting: Do not exit if Redis ping fails when using redis-based Alertmanager clustering. #74399, @​alexweav
  • Alerting: Refactor AlertRuleForm and fix annotations step description for cloud rules. #74193, @​soniaAguilarPeiron
  • RBAC: Chore fix hasPermissionInOrg. (Enterprise)
  • Licensing: Updated grpc plugin factory newPlugin signature. (Enterprise)
  • Reporting: Add support for old dashboard schema. (Enterprise)

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by grafanabot, a new releaser for @​grafana/toolkit since your current version.


Updates @grafana/runtime from 8.2.5 to 10.2.3

Release notes

Sourced from @​grafana/runtime's releases.

10.2.3 (2023-12-18)

Download page What's new highlights

Features and enhancements

Bug fixes

  • Alerting: Fix deleting rules in a folder with matching UID in another organization. #79011, @​papagian
  • CloudWatch: Correctly quote metric names with special characters. #78975, @​iwysiu
  • DeleteDashboard: Redirect to home after deleting a dashboard. #78936, @​ivanortegaalba
  • Alerting: Fixes combination of multiple predicates for rule search. #78912, @​gillesdemey
  • CloudWatch: Fetch Dimension keys correctly from Dimension Picker. #78831, @​iwysiu
  • Tempo: Fix read-only access error. #78801, @​fabrizio-grafana
  • Bug: Fix broken ui components when angular is disabled. #78670, @​jackw
  • InfluxDB: Parse data for table view to have parity with frontend parser. #78551, @​itsmylife
  • Elasticsearch: Fix processing of raw_data with not-recognized time format. #78380, @​ivanahuckova
  • Recorded Queries: Add org isolation (remote write target per org), and fix cross org Delete/List. (Enterprise)
  • Auditing: Fix missing action in alert manager routes. (Enterprise)

10.2.2 (2023-11-20)

Download page What's new highlights

Bug fixes

10.2.1 (2023-11-14)

Download page What's new highlights

Features and enhancements

Bug fixes

... (truncated)

Changelog

Sourced from @​grafana/runtime's changelog.

10.2.3 (2023-12-18)

Features and enhancements

... (truncated)

Commits
  • 148448b Release: Bump version to 10.2.3 (#63)
  • 7f7d912 CloudWatch: Call query method from DataSourceWithBackend to support public da...
  • ea37a11 K8s: expose namespace in frontend_settings (#78090)
  • da117ae Plugins: Allow disabling angular deprecation UI for specific plugins (#77026)
  • bb12fe7 UsageInsights: Disable frontend features when backend is disabled (#77772)
  • 0b03344 Chore: Update to typescript 5 (#76511)
  • ced065c Chore: fix some more types (#76535)
  • 65a7bdd Analytics: Add option to pass destSDKBaseURL to rudderstack load method (#74926)
  • 8b16f2a Release: Bump version to 10.3.0-pre (#76742)
  • a6f111e Release: Bump version to 10.3.0 (#76733)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by grafanabot, a new releaser for @​grafana/runtime since your current version.


Updates @grafana/ui from 8.3.0 to 10.2.3

Release notes

Sourced from @​grafana/ui's releases.

10.2.3 (2023-12-18)

Download page What's new highlights

Features and enhancements

Bug fixes

  • Alerting: Fix deleting rules in a folder with matching UID in another organization. #79011, @​papagian
  • CloudWatch: Correctly quote metric names with special characters. #78975, @​iwysiu
  • DeleteDashboard: Redirect to home after deleting a dashboard. #78936, @​ivanortegaalba
  • Alerting: Fixes combination of multiple predicates for rule search. #78912, @​gillesdemey
  • CloudWatch: Fetch Dimension keys correctly from Dimension Picker. #78831, @​iwysiu
  • Tempo: Fix read-only access error. #78801, @​fabrizio-grafana
  • Bug: Fix broken ui components when angular is disabled. #78670, @​jackw
  • InfluxDB: Parse data for table view to have parity with frontend parser. #78551, @​itsmylife
  • Elasticsearch: Fix processing of raw_data with not-recognized time format. #78380, @​ivanahuckova
  • Recorded Queries: Add org isolation (remote write target per org), and fix cross org Delete/List. (Enterprise)
  • Auditing: Fix missing action in alert manager routes. (Enterprise)

10.2.2 (2023-11-20)

Download page What's new highlights

Bug fixes

10.2.1 (2023-11-14)

Download page What's new highlights

Features and enhancements

Bug fixes

... (truncated)

Changelog

Sourced from @​grafana/ui's changelog.

10.2.3 (2023-12-18)

Features and enhancements

dependabot[bot] commented 8 months ago

Superseded by #255.