From 684227f7a5010218d9b3bec5faca82fa93c14af1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Apr 2025 17:08:43 +0100 Subject: [PATCH] Release: 11.5.4 (#104410) * Update changelog * Update version to 11.5.4 * Update CHANGELOG.md --------- Co-authored-by: github-actions[bot] Co-authored-by: Jev Forsberg <46619047+baldm0mma@users.noreply.github.com> --- CHANGELOG.md | 26 +++ e2e/cloud-plugins-suite/azure-monitor.spec.ts | 2 +- .../grafana-extensionstest-app/package.json | 2 +- .../grafana-test-datasource/package.json | 4 +- lerna.json | 2 +- package.json | 2 +- packages/grafana-data/package.json | 4 +- packages/grafana-e2e-selectors/package.json | 2 +- packages/grafana-eslint-rules/package.json | 2 +- packages/grafana-flamegraph/package.json | 6 +- packages/grafana-icons/package.json | 2 +- .../grafana-o11y-ds-frontend/package.json | 12 +- packages/grafana-plugin-configs/package.json | 2 +- packages/grafana-prometheus/package.json | 12 +- packages/grafana-runtime/package.json | 10 +- packages/grafana-schema/package.json | 2 +- .../x/AnnotationsListPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/BarChartPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/BarGaugePanelCfg_types.gen.ts | 2 +- .../x/CandlestickPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/CanvasPanelCfg_types.gen.ts | 2 +- .../x/CloudWatchDataQuery_types.gen.ts | 2 +- .../x/DashboardListPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/DatagridPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/DebugPanelCfg_types.gen.ts | 2 +- .../x/ElasticsearchDataQuery_types.gen.ts | 2 +- .../panelcfg/x/GaugePanelCfg_types.gen.ts | 2 +- .../panelcfg/x/GeomapPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/HeatmapPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/HistogramPanelCfg_types.gen.ts | 2 +- .../logs/panelcfg/x/LogsPanelCfg_types.gen.ts | 2 +- .../dataquery/x/LokiDataQuery_types.gen.ts | 2 +- .../news/panelcfg/x/NewsPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/NodeGraphPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/PieChartPanelCfg_types.gen.ts | 2 +- .../stat/panelcfg/x/StatPanelCfg_types.gen.ts | 2 +- .../x/StateTimelinePanelCfg_types.gen.ts | 2 +- .../x/StatusHistoryPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/TablePanelCfg_types.gen.ts | 2 +- .../text/panelcfg/x/TextPanelCfg_types.gen.ts | 2 +- .../x/TimeSeriesPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/TrendPanelCfg_types.gen.ts | 2 +- .../panelcfg/x/XYChartPanelCfg_types.gen.ts | 2 +- packages/grafana-sql/package.json | 10 +- packages/grafana-ui/package.json | 8 +- .../datasource/azuremonitor/package.json | 14 +- .../datasource/cloud-monitoring/package.json | 14 +- .../package.json | 14 +- .../grafana-pyroscope-datasource/package.json | 12 +- .../grafana-testdata-datasource/package.json | 14 +- .../plugins/datasource/jaeger/package.json | 2 +- .../app/plugins/datasource/mssql/package.json | 14 +- .../app/plugins/datasource/mysql/package.json | 14 +- .../app/plugins/datasource/parca/package.json | 12 +- .../app/plugins/datasource/tempo/package.json | 4 +- .../plugins/datasource/zipkin/package.json | 2 +- yarn.lock | 158 +++++++++--------- 57 files changed, 232 insertions(+), 206 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6233adc914f..563a97d7b31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,29 @@ + + +# 11.5.4 (2025-04-23) + +### Features and enhancements + +- **Azure Monitor:** Filter namespaces by resource group [#103654](https://github.com/grafana/grafana/pull/103654), [@alyssabull](https://github.com/alyssabull) +- **Azure:** Add support for custom namespace and custom metrics variable queries [#103650](https://github.com/grafana/grafana/pull/103650), [@aangelisc](https://github.com/aangelisc) +- **Azure:** Resource picker improvements [#103638](https://github.com/grafana/grafana/pull/103638), [@aangelisc](https://github.com/aangelisc) +- **Azure:** Support more complex variable interpolation [#103651](https://github.com/grafana/grafana/pull/103651), [@aangelisc](https://github.com/aangelisc) +- **Azure:** Variable editor and resource picker improvements [#103657](https://github.com/grafana/grafana/pull/103657), [@aangelisc](https://github.com/aangelisc) +- **Chore:** Update CVE-affected dependencies [#102709](https://github.com/grafana/grafana/pull/102709), [@grambbledook](https://github.com/grambbledook) +- **DashboardScenePage:** Correct slug in self referencing data links [#103853](https://github.com/grafana/grafana/pull/103853), [@Sergej-Vlasov](https://github.com/Sergej-Vlasov) +- **Dependencies:** Bump github.com/redis/go-redis/v9 to 9.6.3 to address CVE-2025-29923 [#102865](https://github.com/grafana/grafana/pull/102865), [@macabu](https://github.com/macabu) +- **Go:** Bump to 1.24.2 [#103525](https://github.com/grafana/grafana/pull/103525), [@Proximyst](https://github.com/Proximyst) +- **Go:** Bump to 1.24.2 (Enterprise) +- **Prometheus:** Add support for cloud partners Prometheus data sources [#103942](https://github.com/grafana/grafana/pull/103942), [@kevinwcyu](https://github.com/kevinwcyu) + +### Bug fixes + +- **InfluxDB:** Fix nested variable interpolation [#104095](https://github.com/grafana/grafana/pull/104095), [@aangelisc](https://github.com/aangelisc) +- **LDAP test:** Fix page crash [#102683](https://github.com/grafana/grafana/pull/102683), [@ashharrison90](https://github.com/ashharrison90) +- **Security:** Fix CVE-2025-3454 +- **Security:** Fix CVE-2025-2703 + + # 11.5.3 (2025-03-25) diff --git a/e2e/cloud-plugins-suite/azure-monitor.spec.ts b/e2e/cloud-plugins-suite/azure-monitor.spec.ts index 1c6db341089..4b7b218a446 100644 --- a/e2e/cloud-plugins-suite/azure-monitor.spec.ts +++ b/e2e/cloud-plugins-suite/azure-monitor.spec.ts @@ -124,7 +124,7 @@ const storageAcctName = 'azmonteststorage'; const logAnalyticsName = 'az-mon-test-logs'; const applicationInsightsName = 'az-mon-test-ai-a'; -describe('Azure monitor datasource', () => { +describe.skip('Azure monitor datasource', () => { before(() => { e2e.flows.login(Cypress.env('USERNAME'), Cypress.env('PASSWORD')); diff --git a/e2e/test-plugins/grafana-extensionstest-app/package.json b/e2e/test-plugins/grafana-extensionstest-app/package.json index 24beca3278b..75c6a37af7a 100644 --- a/e2e/test-plugins/grafana-extensionstest-app/package.json +++ b/e2e/test-plugins/grafana-extensionstest-app/package.json @@ -1,6 +1,6 @@ { "name": "@test-plugins/extensions-test-app", - "version": "11.5.4", + "version": "11.5.5", "private": true, "scripts": { "build": "webpack -c ./webpack.config.ts --env production", diff --git a/e2e/test-plugins/grafana-test-datasource/package.json b/e2e/test-plugins/grafana-test-datasource/package.json index 97d2fa5b0ae..bacf44e46e7 100644 --- a/e2e/test-plugins/grafana-test-datasource/package.json +++ b/e2e/test-plugins/grafana-test-datasource/package.json @@ -1,6 +1,6 @@ { "name": "@test-plugins/grafana-e2etest-datasource", - "version": "11.5.4", + "version": "11.5.5", "private": true, "scripts": { "build": "webpack -c ./webpack.config.ts --env production", @@ -11,7 +11,7 @@ "author": "Grafana", "license": "Apache-2.0", "devDependencies": { - "@grafana/plugin-configs": "11.5.4", + "@grafana/plugin-configs": "11.5.5", "@types/lodash": "4.17.7", "@types/node": "22.10.2", "@types/prismjs": "1.26.4", diff --git a/lerna.json b/lerna.json index 5e4abf9f9b8..d47cbe0ee2f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "11.5.4" + "version": "11.5.5" } diff --git a/package.json b/package.json index 51476b43e5c..1f21d9ecb91 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "private": true, "name": "grafana", - "version": "11.5.4", + "version": "11.5.5", "repository": "github:grafana/grafana", "scripts": { "build": "NODE_ENV=production nx exec --verbose -- webpack --config scripts/webpack/webpack.prod.js --progress", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index 2e9517269be..98ebf74a546 100644 --- a/packages/grafana-data/package.json +++ b/packages/grafana-data/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/data", - "version": "11.5.4", + "version": "11.5.5", "description": "Grafana Data Library", "keywords": [ "typescript" @@ -36,7 +36,7 @@ }, "dependencies": { "@braintree/sanitize-url": "7.0.1", - "@grafana/schema": "11.5.4", + "@grafana/schema": "11.5.5", "@types/d3-interpolate": "^3.0.0", "@types/string-hash": "1.1.3", "d3-interpolate": "3.0.1", diff --git a/packages/grafana-e2e-selectors/package.json b/packages/grafana-e2e-selectors/package.json index 3dfc3578832..c7a45bcc455 100644 --- a/packages/grafana-e2e-selectors/package.json +++ b/packages/grafana-e2e-selectors/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/e2e-selectors", - "version": "11.5.4", + "version": "11.5.5", "description": "Grafana End-to-End Test Selectors Library", "keywords": [ "cli", diff --git a/packages/grafana-eslint-rules/package.json b/packages/grafana-eslint-rules/package.json index 82efe726406..219c0d6dbf1 100644 --- a/packages/grafana-eslint-rules/package.json +++ b/packages/grafana-eslint-rules/package.json @@ -1,7 +1,7 @@ { "name": "@grafana/eslint-plugin", "description": "ESLint rules for use within the Grafana repo. Not suitable (or supported) for external use.", - "version": "11.5.4", + "version": "11.5.5", "main": "./index.cjs", "author": "Grafana Labs", "license": "Apache-2.0", diff --git a/packages/grafana-flamegraph/package.json b/packages/grafana-flamegraph/package.json index 2d268fc22ed..a8ec6315809 100644 --- a/packages/grafana-flamegraph/package.json +++ b/packages/grafana-flamegraph/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/flamegraph", - "version": "11.5.4", + "version": "11.5.5", "description": "Grafana flamegraph visualization component", "keywords": [ "grafana", @@ -44,8 +44,8 @@ ], "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.5.4", - "@grafana/ui": "11.5.4", + "@grafana/data": "11.5.5", + "@grafana/ui": "11.5.5", "@leeoniya/ufuzzy": "1.0.18", "d3": "^7.8.5", "lodash": "4.17.21", diff --git a/packages/grafana-icons/package.json b/packages/grafana-icons/package.json index eebbec21e8b..a316c6dc9da 100644 --- a/packages/grafana-icons/package.json +++ b/packages/grafana-icons/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/saga-icons", - "version": "11.5.4", + "version": "11.5.5", "private": true, "description": "Icons for Grafana", "author": "Grafana Labs", diff --git a/packages/grafana-o11y-ds-frontend/package.json b/packages/grafana-o11y-ds-frontend/package.json index 687349cb7ab..d5f416f42ed 100644 --- a/packages/grafana-o11y-ds-frontend/package.json +++ b/packages/grafana-o11y-ds-frontend/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "name": "@grafana/o11y-ds-frontend", "private": true, - "version": "11.5.4", + "version": "11.5.5", "description": "Library to manage traces in Grafana.", "sideEffects": false, "repository": { @@ -18,12 +18,12 @@ }, "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.5.4", - "@grafana/e2e-selectors": "11.5.4", + "@grafana/data": "11.5.5", + "@grafana/e2e-selectors": "11.5.5", "@grafana/experimental": "2.1.6", - "@grafana/runtime": "11.5.4", - "@grafana/schema": "11.5.4", - "@grafana/ui": "11.5.4", + "@grafana/runtime": "11.5.5", + "@grafana/schema": "11.5.5", + "@grafana/ui": "11.5.5", "react-select": "5.9.0", "react-use": "17.6.0", "rxjs": "7.8.1", diff --git a/packages/grafana-plugin-configs/package.json b/packages/grafana-plugin-configs/package.json index 8c57e095fe8..e041ce6a26d 100644 --- a/packages/grafana-plugin-configs/package.json +++ b/packages/grafana-plugin-configs/package.json @@ -2,7 +2,7 @@ "name": "@grafana/plugin-configs", "description": "Shared dependencies and files for core plugins", "private": true, - "version": "11.5.4", + "version": "11.5.5", "dependencies": { "tslib": "2.8.1" }, diff --git a/packages/grafana-prometheus/package.json b/packages/grafana-prometheus/package.json index 7077aa910e6..c710f92217c 100644 --- a/packages/grafana-prometheus/package.json +++ b/packages/grafana-prometheus/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "AGPL-3.0-only", "name": "@grafana/prometheus", - "version": "11.5.4", + "version": "11.5.5", "description": "Grafana Prometheus Library", "keywords": [ "typescript" @@ -38,12 +38,12 @@ "dependencies": { "@emotion/css": "11.13.5", "@floating-ui/react": "0.27.3", - "@grafana/data": "11.5.4", + "@grafana/data": "11.5.5", "@grafana/experimental": "2.1.6", "@grafana/faro-web-sdk": "1.12.2", - "@grafana/runtime": "11.5.4", - "@grafana/schema": "11.5.4", - "@grafana/ui": "11.5.4", + "@grafana/runtime": "11.5.5", + "@grafana/schema": "11.5.5", + "@grafana/ui": "11.5.5", "@hello-pangea/dnd": "17.0.0", "@leeoniya/ufuzzy": "1.0.18", "@lezer/common": "1.2.3", @@ -76,7 +76,7 @@ }, "devDependencies": { "@emotion/eslint-plugin": "11.12.0", - "@grafana/e2e-selectors": "11.5.4", + "@grafana/e2e-selectors": "11.5.5", "@grafana/tsconfig": "^2.0.0", "@rollup/plugin-image": "3.0.3", "@rollup/plugin-node-resolve": "16.0.0", diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index f8ab05648e1..58fd2c14a00 100644 --- a/packages/grafana-runtime/package.json +++ b/packages/grafana-runtime/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/runtime", - "version": "11.5.4", + "version": "11.5.5", "description": "Grafana Runtime Library", "keywords": [ "grafana", @@ -37,11 +37,11 @@ "postpack": "mv package.json.bak package.json" }, "dependencies": { - "@grafana/data": "11.5.4", - "@grafana/e2e-selectors": "11.5.4", + "@grafana/data": "11.5.5", + "@grafana/e2e-selectors": "11.5.5", "@grafana/faro-web-sdk": "^1.3.6", - "@grafana/schema": "11.5.4", - "@grafana/ui": "11.5.4", + "@grafana/schema": "11.5.5", + "@grafana/ui": "11.5.5", "history": "4.10.1", "lodash": "4.17.21", "react-use": "17.6.0", diff --git a/packages/grafana-schema/package.json b/packages/grafana-schema/package.json index 5ae71f7c715..fc2da2741f3 100644 --- a/packages/grafana-schema/package.json +++ b/packages/grafana-schema/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/schema", - "version": "11.5.4", + "version": "11.5.5", "description": "Grafana Schema Library", "keywords": [ "typescript" diff --git a/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/AnnotationsListPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/AnnotationsListPanelCfg_types.gen.ts index 6275b436369..c3d3234e9d4 100644 --- a/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/AnnotationsListPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/annotationslist/panelcfg/x/AnnotationsListPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface Options { limit: number; diff --git a/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/BarChartPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/BarChartPanelCfg_types.gen.ts index a179adfb236..ab9ed4d0569 100644 --- a/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/BarChartPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/barchart/panelcfg/x/BarChartPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip, common.OptionsWithTextFormatting { /** diff --git a/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/BarGaugePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/BarGaugePanelCfg_types.gen.ts index c9679a17d0c..2d6028aa420 100644 --- a/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/BarGaugePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/bargauge/panelcfg/x/BarGaugePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface Options extends common.OptionsWithLegend, common.SingleStatBaseOptions { displayMode: common.BarGaugeDisplayMode; diff --git a/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/CandlestickPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/CandlestickPanelCfg_types.gen.ts index f5e192aaa3d..aa80b0073fb 100644 --- a/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/CandlestickPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/candlestick/panelcfg/x/CandlestickPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export enum VizDisplayMode { Candles = 'candles', diff --git a/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/CanvasPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/CanvasPanelCfg_types.gen.ts index 0c487c8089a..7e2784801b4 100644 --- a/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/CanvasPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/canvas/panelcfg/x/CanvasPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export enum HorizontalConstraint { Center = 'center', diff --git a/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/CloudWatchDataQuery_types.gen.ts b/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/CloudWatchDataQuery_types.gen.ts index 03284504552..beb66d4e6e2 100644 --- a/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/CloudWatchDataQuery_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/cloudwatch/dataquery/x/CloudWatchDataQuery_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface MetricStat { /** diff --git a/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/DashboardListPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/DashboardListPanelCfg_types.gen.ts index 5ed5bd4ca0c..915f4a7cb34 100644 --- a/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/DashboardListPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/dashboardlist/panelcfg/x/DashboardListPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface Options { /** diff --git a/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/DatagridPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/DatagridPanelCfg_types.gen.ts index 3357c8efcb3..ad50a20404f 100644 --- a/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/DatagridPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/datagrid/panelcfg/x/DatagridPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface Options { selectedSeries: number; diff --git a/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/DebugPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/DebugPanelCfg_types.gen.ts index f24e8b62b7e..37d7598b27f 100644 --- a/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/DebugPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/debug/panelcfg/x/DebugPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export type UpdateConfig = { render: boolean, diff --git a/packages/grafana-schema/src/raw/composable/elasticsearch/dataquery/x/ElasticsearchDataQuery_types.gen.ts b/packages/grafana-schema/src/raw/composable/elasticsearch/dataquery/x/ElasticsearchDataQuery_types.gen.ts index 2a308f3b6dc..8c8b5839eb5 100644 --- a/packages/grafana-schema/src/raw/composable/elasticsearch/dataquery/x/ElasticsearchDataQuery_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/elasticsearch/dataquery/x/ElasticsearchDataQuery_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export type BucketAggregation = (DateHistogram | Histogram | Terms | Filters | GeoHashGrid | Nested); diff --git a/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/GaugePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/GaugePanelCfg_types.gen.ts index 92dee0857be..e96417bd234 100644 --- a/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/GaugePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/gauge/panelcfg/x/GaugePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface Options extends common.SingleStatBaseOptions { minVizHeight: number; diff --git a/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/GeomapPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/GeomapPanelCfg_types.gen.ts index 109b988791f..d2b4c4b77dc 100644 --- a/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/GeomapPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/geomap/panelcfg/x/GeomapPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface Options { basemap: ui.MapLayerOptions; diff --git a/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/HeatmapPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/HeatmapPanelCfg_types.gen.ts index a1c92357d62..5c1b0fee37f 100644 --- a/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/HeatmapPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/heatmap/panelcfg/x/HeatmapPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; /** * Controls the color mode of the heatmap diff --git a/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/HistogramPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/HistogramPanelCfg_types.gen.ts index 8847a6e1325..ba73b4d787b 100644 --- a/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/HistogramPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/histogram/panelcfg/x/HistogramPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface Options extends common.OptionsWithLegend, common.OptionsWithTooltip { /** diff --git a/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/LogsPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/LogsPanelCfg_types.gen.ts index f5b0361f7b1..9e4269f8d9d 100644 --- a/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/LogsPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/logs/panelcfg/x/LogsPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface Options { dedupStrategy: common.LogsDedupStrategy; diff --git a/packages/grafana-schema/src/raw/composable/loki/dataquery/x/LokiDataQuery_types.gen.ts b/packages/grafana-schema/src/raw/composable/loki/dataquery/x/LokiDataQuery_types.gen.ts index b9110b05e37..d46799ad456 100644 --- a/packages/grafana-schema/src/raw/composable/loki/dataquery/x/LokiDataQuery_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/loki/dataquery/x/LokiDataQuery_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export enum QueryEditorMode { Builder = 'builder', diff --git a/packages/grafana-schema/src/raw/composable/news/panelcfg/x/NewsPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/news/panelcfg/x/NewsPanelCfg_types.gen.ts index af581c2d7f6..353416ab314 100644 --- a/packages/grafana-schema/src/raw/composable/news/panelcfg/x/NewsPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/news/panelcfg/x/NewsPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface Options { /** diff --git a/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/NodeGraphPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/NodeGraphPanelCfg_types.gen.ts index af036c71ffe..d29ed7003e0 100644 --- a/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/NodeGraphPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/nodegraph/panelcfg/x/NodeGraphPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface ArcOption { /** diff --git a/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/PieChartPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/PieChartPanelCfg_types.gen.ts index c8bbf49c679..3166c8a742a 100644 --- a/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/PieChartPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/piechart/panelcfg/x/PieChartPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; /** * Select the pie chart display style. diff --git a/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/StatPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/StatPanelCfg_types.gen.ts index b47a2e89f94..281e9268ea0 100644 --- a/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/StatPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/stat/panelcfg/x/StatPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface Options extends common.SingleStatBaseOptions { colorMode: common.BigValueColorMode; diff --git a/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/StateTimelinePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/StateTimelinePanelCfg_types.gen.ts index 4d8bc21e66d..2af9835a2a4 100644 --- a/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/StateTimelinePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/statetimeline/panelcfg/x/StateTimelinePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones { /** diff --git a/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/StatusHistoryPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/StatusHistoryPanelCfg_types.gen.ts index e713a4aaeff..8a188b93ff7 100644 --- a/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/StatusHistoryPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/statushistory/panelcfg/x/StatusHistoryPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface Options extends ui.OptionsWithLegend, ui.OptionsWithTooltip, ui.OptionsWithTimezones { /** diff --git a/packages/grafana-schema/src/raw/composable/table/panelcfg/x/TablePanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/table/panelcfg/x/TablePanelCfg_types.gen.ts index 6fbe502f787..a042d559895 100644 --- a/packages/grafana-schema/src/raw/composable/table/panelcfg/x/TablePanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/table/panelcfg/x/TablePanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as ui from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface Options { /** diff --git a/packages/grafana-schema/src/raw/composable/text/panelcfg/x/TextPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/text/panelcfg/x/TextPanelCfg_types.gen.ts index cee38412126..d87c16458d6 100644 --- a/packages/grafana-schema/src/raw/composable/text/panelcfg/x/TextPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/text/panelcfg/x/TextPanelCfg_types.gen.ts @@ -8,7 +8,7 @@ // // Run 'make gen-cue' from repository root to regenerate. -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export enum TextMode { Code = 'code', diff --git a/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/TimeSeriesPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/TimeSeriesPanelCfg_types.gen.ts index f5f930a4d77..06a4cb28a57 100644 --- a/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/TimeSeriesPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/timeseries/panelcfg/x/TimeSeriesPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export interface Options extends common.OptionsWithTimezones { legend: common.VizLegendOptions; diff --git a/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/TrendPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/TrendPanelCfg_types.gen.ts index 81f644634ab..8123a0875c4 100644 --- a/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/TrendPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/trend/panelcfg/x/TrendPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; /** * Identical to timeseries... except it does not have timezone settings diff --git a/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/XYChartPanelCfg_types.gen.ts b/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/XYChartPanelCfg_types.gen.ts index 370569fa8ea..8e0ddc00b07 100644 --- a/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/XYChartPanelCfg_types.gen.ts +++ b/packages/grafana-schema/src/raw/composable/xychart/panelcfg/x/XYChartPanelCfg_types.gen.ts @@ -10,7 +10,7 @@ import * as common from '@grafana/schema'; -export const pluginVersion = "11.5.4"; +export const pluginVersion = "11.5.5"; export enum PointShape { Circle = 'circle', diff --git a/packages/grafana-sql/package.json b/packages/grafana-sql/package.json index e42732dadee..5e597a93631 100644 --- a/packages/grafana-sql/package.json +++ b/packages/grafana-sql/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "private": true, "name": "@grafana/sql", - "version": "11.5.4", + "version": "11.5.5", "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git", @@ -15,11 +15,11 @@ }, "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.5.4", - "@grafana/e2e-selectors": "11.5.4", + "@grafana/data": "11.5.5", + "@grafana/e2e-selectors": "11.5.5", "@grafana/experimental": "2.1.6", - "@grafana/runtime": "11.5.4", - "@grafana/ui": "11.5.4", + "@grafana/runtime": "11.5.5", + "@grafana/ui": "11.5.5", "@react-awesome-query-builder/ui": "6.6.4", "immutable": "5.0.3", "lodash": "4.17.21", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 7e8504641cd..e9dd2b1d349 100644 --- a/packages/grafana-ui/package.json +++ b/packages/grafana-ui/package.json @@ -2,7 +2,7 @@ "author": "Grafana Labs", "license": "Apache-2.0", "name": "@grafana/ui", - "version": "11.5.4", + "version": "11.5.5", "description": "Grafana Components Library", "keywords": [ "grafana", @@ -50,10 +50,10 @@ "@emotion/react": "11.14.0", "@emotion/serialize": "1.3.3", "@floating-ui/react": "0.27.3", - "@grafana/data": "11.5.4", - "@grafana/e2e-selectors": "11.5.4", + "@grafana/data": "11.5.5", + "@grafana/e2e-selectors": "11.5.5", "@grafana/faro-web-sdk": "^1.3.6", - "@grafana/schema": "11.5.4", + "@grafana/schema": "11.5.5", "@hello-pangea/dnd": "17.0.0", "@leeoniya/ufuzzy": "1.0.18", "@monaco-editor/react": "4.6.0", diff --git a/public/app/plugins/datasource/azuremonitor/package.json b/public/app/plugins/datasource/azuremonitor/package.json index 606a8558b9b..93a466af2c0 100644 --- a/public/app/plugins/datasource/azuremonitor/package.json +++ b/public/app/plugins/datasource/azuremonitor/package.json @@ -2,14 +2,14 @@ "name": "@grafana-plugins/grafana-azure-monitor-datasource", "description": "Grafana data source for Azure Monitor", "private": true, - "version": "11.5.4", + "version": "11.5.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.5.4", + "@grafana/data": "11.5.5", "@grafana/experimental": "2.1.6", - "@grafana/runtime": "11.5.4", - "@grafana/schema": "11.5.4", - "@grafana/ui": "11.5.4", + "@grafana/runtime": "11.5.5", + "@grafana/schema": "11.5.5", + "@grafana/ui": "11.5.5", "@kusto/monaco-kusto": "^10.0.0", "fast-deep-equal": "^3.1.3", "i18next": "^24.0.0", @@ -25,8 +25,8 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "11.5.4", - "@grafana/plugin-configs": "11.5.4", + "@grafana/e2e-selectors": "11.5.5", + "@grafana/plugin-configs": "11.5.5", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.1.0", diff --git a/public/app/plugins/datasource/cloud-monitoring/package.json b/public/app/plugins/datasource/cloud-monitoring/package.json index 7521e6b542c..c5210b089ed 100644 --- a/public/app/plugins/datasource/cloud-monitoring/package.json +++ b/public/app/plugins/datasource/cloud-monitoring/package.json @@ -2,15 +2,15 @@ "name": "@grafana-plugins/stackdriver", "description": "Grafana data source for Google Cloud Monitoring", "private": true, - "version": "11.5.4", + "version": "11.5.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.5.4", + "@grafana/data": "11.5.5", "@grafana/experimental": "2.1.6", "@grafana/google-sdk": "0.1.2", - "@grafana/runtime": "11.5.4", - "@grafana/schema": "11.5.4", - "@grafana/ui": "11.5.4", + "@grafana/runtime": "11.5.5", + "@grafana/schema": "11.5.5", + "@grafana/ui": "11.5.5", "debounce-promise": "3.1.2", "fast-deep-equal": "^3.1.3", "i18next": "^24.0.0", @@ -26,8 +26,8 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "11.5.4", - "@grafana/plugin-configs": "11.5.4", + "@grafana/e2e-selectors": "11.5.5", + "@grafana/plugin-configs": "11.5.5", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.1.0", diff --git a/public/app/plugins/datasource/grafana-postgresql-datasource/package.json b/public/app/plugins/datasource/grafana-postgresql-datasource/package.json index cd62eff2d44..05c159eec58 100644 --- a/public/app/plugins/datasource/grafana-postgresql-datasource/package.json +++ b/public/app/plugins/datasource/grafana-postgresql-datasource/package.json @@ -2,22 +2,22 @@ "name": "@grafana-plugins/grafana-postgresql-datasource", "description": "PostgreSQL data source plugin", "private": true, - "version": "11.5.4", + "version": "11.5.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.5.4", + "@grafana/data": "11.5.5", "@grafana/experimental": "2.1.6", - "@grafana/runtime": "11.5.4", - "@grafana/sql": "11.5.4", - "@grafana/ui": "11.5.4", + "@grafana/runtime": "11.5.5", + "@grafana/sql": "11.5.5", + "@grafana/ui": "11.5.5", "lodash": "4.17.21", "react": "18.2.0", "rxjs": "7.8.1", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "11.5.4", - "@grafana/plugin-configs": "11.5.4", + "@grafana/e2e-selectors": "11.5.5", + "@grafana/plugin-configs": "11.5.5", "@testing-library/dom": "10.4.0", "@testing-library/react": "16.1.0", "@testing-library/user-event": "14.5.2", diff --git a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json index e4e9ad6e2c3..38ebbea007a 100644 --- a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json +++ b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json @@ -2,13 +2,13 @@ "name": "@grafana-plugins/grafana-pyroscope-datasource", "description": "Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.", "private": true, - "version": "11.5.4", + "version": "11.5.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.5.4", - "@grafana/runtime": "11.5.4", - "@grafana/schema": "11.5.4", - "@grafana/ui": "11.5.4", + "@grafana/data": "11.5.5", + "@grafana/runtime": "11.5.5", + "@grafana/schema": "11.5.5", + "@grafana/ui": "11.5.5", "fast-deep-equal": "^3.1.3", "lodash": "4.17.21", "monaco-editor": "0.34.1", @@ -20,7 +20,7 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/plugin-configs": "11.5.4", + "@grafana/plugin-configs": "11.5.5", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.1.0", diff --git a/public/app/plugins/datasource/grafana-testdata-datasource/package.json b/public/app/plugins/datasource/grafana-testdata-datasource/package.json index fd787d49351..95c1c399a5c 100644 --- a/public/app/plugins/datasource/grafana-testdata-datasource/package.json +++ b/public/app/plugins/datasource/grafana-testdata-datasource/package.json @@ -2,14 +2,14 @@ "name": "@grafana-plugins/grafana-testdata-datasource", "description": "Generates test data in different forms", "private": true, - "version": "11.5.4", + "version": "11.5.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.5.4", + "@grafana/data": "11.5.5", "@grafana/experimental": "2.1.6", - "@grafana/runtime": "11.5.4", - "@grafana/schema": "11.5.4", - "@grafana/ui": "11.5.4", + "@grafana/runtime": "11.5.5", + "@grafana/schema": "11.5.5", + "@grafana/ui": "11.5.5", "d3-random": "^3.0.1", "lodash": "4.17.21", "micro-memoize": "^4.1.2", @@ -22,8 +22,8 @@ "uuid": "11.0.5" }, "devDependencies": { - "@grafana/e2e-selectors": "11.5.4", - "@grafana/plugin-configs": "11.5.4", + "@grafana/e2e-selectors": "11.5.5", + "@grafana/plugin-configs": "11.5.5", "@testing-library/dom": "10.4.0", "@testing-library/react": "16.1.0", "@testing-library/user-event": "14.5.2", diff --git a/public/app/plugins/datasource/jaeger/package.json b/public/app/plugins/datasource/jaeger/package.json index 58134f15cb9..19a32225d7d 100644 --- a/public/app/plugins/datasource/jaeger/package.json +++ b/public/app/plugins/datasource/jaeger/package.json @@ -2,7 +2,7 @@ "name": "@grafana-plugins/jaeger", "description": "Jaeger plugin for Grafana", "private": true, - "version": "11.5.4", + "version": "11.5.5", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", diff --git a/public/app/plugins/datasource/mssql/package.json b/public/app/plugins/datasource/mssql/package.json index 1b94304995d..bd79be8a828 100644 --- a/public/app/plugins/datasource/mssql/package.json +++ b/public/app/plugins/datasource/mssql/package.json @@ -2,22 +2,22 @@ "name": "@grafana-plugins/mssql", "description": "MSSQL data source plugin", "private": true, - "version": "11.5.4", + "version": "11.5.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.5.4", + "@grafana/data": "11.5.5", "@grafana/experimental": "2.1.6", - "@grafana/runtime": "11.5.4", - "@grafana/sql": "11.5.4", - "@grafana/ui": "11.5.4", + "@grafana/runtime": "11.5.5", + "@grafana/sql": "11.5.5", + "@grafana/ui": "11.5.5", "lodash": "4.17.21", "react": "18.2.0", "rxjs": "7.8.1", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "11.5.4", - "@grafana/plugin-configs": "11.5.4", + "@grafana/e2e-selectors": "11.5.5", + "@grafana/plugin-configs": "11.5.5", "@testing-library/dom": "10.4.0", "@testing-library/react": "16.1.0", "@testing-library/user-event": "14.5.2", diff --git a/public/app/plugins/datasource/mysql/package.json b/public/app/plugins/datasource/mysql/package.json index b5197a100b2..90c611b311f 100644 --- a/public/app/plugins/datasource/mysql/package.json +++ b/public/app/plugins/datasource/mysql/package.json @@ -2,22 +2,22 @@ "name": "@grafana-plugins/mysql", "description": "MySQL data source plugin", "private": true, - "version": "11.5.4", + "version": "11.5.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.5.4", + "@grafana/data": "11.5.5", "@grafana/experimental": "2.1.6", - "@grafana/runtime": "11.5.4", - "@grafana/sql": "11.5.4", - "@grafana/ui": "11.5.4", + "@grafana/runtime": "11.5.5", + "@grafana/sql": "11.5.5", + "@grafana/ui": "11.5.5", "lodash": "4.17.21", "react": "18.2.0", "rxjs": "7.8.1", "tslib": "2.8.1" }, "devDependencies": { - "@grafana/e2e-selectors": "11.5.4", - "@grafana/plugin-configs": "11.5.4", + "@grafana/e2e-selectors": "11.5.5", + "@grafana/plugin-configs": "11.5.5", "@testing-library/dom": "10.4.0", "@testing-library/react": "16.1.0", "@testing-library/user-event": "14.5.2", diff --git a/public/app/plugins/datasource/parca/package.json b/public/app/plugins/datasource/parca/package.json index ee16176a9b1..42f90ac93ce 100644 --- a/public/app/plugins/datasource/parca/package.json +++ b/public/app/plugins/datasource/parca/package.json @@ -2,13 +2,13 @@ "name": "@grafana-plugins/parca", "description": "Continuous profiling for analysis of CPU and memory usage, down to the line number and throughout time. Saving infrastructure cost, improving performance, and increasing reliability.", "private": true, - "version": "11.5.4", + "version": "11.5.5", "dependencies": { "@emotion/css": "11.13.5", - "@grafana/data": "11.5.4", - "@grafana/runtime": "11.5.4", - "@grafana/schema": "11.5.4", - "@grafana/ui": "11.5.4", + "@grafana/data": "11.5.5", + "@grafana/runtime": "11.5.5", + "@grafana/schema": "11.5.5", + "@grafana/ui": "11.5.5", "lodash": "4.17.21", "monaco-editor": "0.34.1", "react": "18.2.0", @@ -18,7 +18,7 @@ "tslib": "2.8.1" }, "devDependencies": { - "@grafana/plugin-configs": "11.5.4", + "@grafana/plugin-configs": "11.5.5", "@testing-library/dom": "10.4.0", "@testing-library/react": "16.1.0", "@testing-library/user-event": "14.5.2", diff --git a/public/app/plugins/datasource/tempo/package.json b/public/app/plugins/datasource/tempo/package.json index a58d0af75b3..f7b5fe5709c 100644 --- a/public/app/plugins/datasource/tempo/package.json +++ b/public/app/plugins/datasource/tempo/package.json @@ -2,7 +2,7 @@ "name": "@grafana-plugins/tempo", "description": "Grafana plugin for the Tempo data source.", "private": true, - "version": "11.5.4", + "version": "11.5.5", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", @@ -39,7 +39,7 @@ "uuid": "11.0.5" }, "devDependencies": { - "@grafana/plugin-configs": "11.5.4", + "@grafana/plugin-configs": "11.5.5", "@testing-library/dom": "10.4.0", "@testing-library/jest-dom": "6.6.3", "@testing-library/react": "16.1.0", diff --git a/public/app/plugins/datasource/zipkin/package.json b/public/app/plugins/datasource/zipkin/package.json index 19112c6fd32..5fe1b770b47 100644 --- a/public/app/plugins/datasource/zipkin/package.json +++ b/public/app/plugins/datasource/zipkin/package.json @@ -2,7 +2,7 @@ "name": "@grafana-plugins/zipkin", "description": "Zipkin plugin for Grafana", "private": true, - "version": "11.5.4", + "version": "11.5.5", "dependencies": { "@emotion/css": "11.13.5", "@grafana/data": "workspace:*", diff --git a/yarn.lock b/yarn.lock index 3bb88862cea..fbba43a0130 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2786,13 +2786,13 @@ __metadata: resolution: "@grafana-plugins/grafana-azure-monitor-datasource@workspace:public/app/plugins/datasource/azuremonitor" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.5.4" - "@grafana/e2e-selectors": "npm:11.5.4" + "@grafana/data": "npm:11.5.5" + "@grafana/e2e-selectors": "npm:11.5.5" "@grafana/experimental": "npm:2.1.6" - "@grafana/plugin-configs": "npm:11.5.4" - "@grafana/runtime": "npm:11.5.4" - "@grafana/schema": "npm:11.5.4" - "@grafana/ui": "npm:11.5.4" + "@grafana/plugin-configs": "npm:11.5.5" + "@grafana/runtime": "npm:11.5.5" + "@grafana/schema": "npm:11.5.5" + "@grafana/ui": "npm:11.5.5" "@kusto/monaco-kusto": "npm:^10.0.0" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.6.3" @@ -2830,13 +2830,13 @@ __metadata: resolution: "@grafana-plugins/grafana-postgresql-datasource@workspace:public/app/plugins/datasource/grafana-postgresql-datasource" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.5.4" - "@grafana/e2e-selectors": "npm:11.5.4" + "@grafana/data": "npm:11.5.5" + "@grafana/e2e-selectors": "npm:11.5.5" "@grafana/experimental": "npm:2.1.6" - "@grafana/plugin-configs": "npm:11.5.4" - "@grafana/runtime": "npm:11.5.4" - "@grafana/sql": "npm:11.5.4" - "@grafana/ui": "npm:11.5.4" + "@grafana/plugin-configs": "npm:11.5.5" + "@grafana/runtime": "npm:11.5.5" + "@grafana/sql": "npm:11.5.5" + "@grafana/ui": "npm:11.5.5" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.1.0" "@testing-library/user-event": "npm:14.5.2" @@ -2861,11 +2861,11 @@ __metadata: resolution: "@grafana-plugins/grafana-pyroscope-datasource@workspace:public/app/plugins/datasource/grafana-pyroscope-datasource" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.5.4" - "@grafana/plugin-configs": "npm:11.5.4" - "@grafana/runtime": "npm:11.5.4" - "@grafana/schema": "npm:11.5.4" - "@grafana/ui": "npm:11.5.4" + "@grafana/data": "npm:11.5.5" + "@grafana/plugin-configs": "npm:11.5.5" + "@grafana/runtime": "npm:11.5.5" + "@grafana/schema": "npm:11.5.5" + "@grafana/ui": "npm:11.5.5" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.6.3" "@testing-library/react": "npm:16.1.0" @@ -2901,13 +2901,13 @@ __metadata: resolution: "@grafana-plugins/grafana-testdata-datasource@workspace:public/app/plugins/datasource/grafana-testdata-datasource" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.5.4" - "@grafana/e2e-selectors": "npm:11.5.4" + "@grafana/data": "npm:11.5.5" + "@grafana/e2e-selectors": "npm:11.5.5" "@grafana/experimental": "npm:2.1.6" - "@grafana/plugin-configs": "npm:11.5.4" - "@grafana/runtime": "npm:11.5.4" - "@grafana/schema": "npm:11.5.4" - "@grafana/ui": "npm:11.5.4" + "@grafana/plugin-configs": "npm:11.5.5" + "@grafana/runtime": "npm:11.5.5" + "@grafana/schema": "npm:11.5.5" + "@grafana/ui": "npm:11.5.5" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.1.0" "@testing-library/user-event": "npm:14.5.2" @@ -2983,13 +2983,13 @@ __metadata: resolution: "@grafana-plugins/mssql@workspace:public/app/plugins/datasource/mssql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.5.4" - "@grafana/e2e-selectors": "npm:11.5.4" + "@grafana/data": "npm:11.5.5" + "@grafana/e2e-selectors": "npm:11.5.5" "@grafana/experimental": "npm:2.1.6" - "@grafana/plugin-configs": "npm:11.5.4" - "@grafana/runtime": "npm:11.5.4" - "@grafana/sql": "npm:11.5.4" - "@grafana/ui": "npm:11.5.4" + "@grafana/plugin-configs": "npm:11.5.5" + "@grafana/runtime": "npm:11.5.5" + "@grafana/sql": "npm:11.5.5" + "@grafana/ui": "npm:11.5.5" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.1.0" "@testing-library/user-event": "npm:14.5.2" @@ -3014,13 +3014,13 @@ __metadata: resolution: "@grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.5.4" - "@grafana/e2e-selectors": "npm:11.5.4" + "@grafana/data": "npm:11.5.5" + "@grafana/e2e-selectors": "npm:11.5.5" "@grafana/experimental": "npm:2.1.6" - "@grafana/plugin-configs": "npm:11.5.4" - "@grafana/runtime": "npm:11.5.4" - "@grafana/sql": "npm:11.5.4" - "@grafana/ui": "npm:11.5.4" + "@grafana/plugin-configs": "npm:11.5.5" + "@grafana/runtime": "npm:11.5.5" + "@grafana/sql": "npm:11.5.5" + "@grafana/ui": "npm:11.5.5" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.1.0" "@testing-library/user-event": "npm:14.5.2" @@ -3045,11 +3045,11 @@ __metadata: resolution: "@grafana-plugins/parca@workspace:public/app/plugins/datasource/parca" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.5.4" - "@grafana/plugin-configs": "npm:11.5.4" - "@grafana/runtime": "npm:11.5.4" - "@grafana/schema": "npm:11.5.4" - "@grafana/ui": "npm:11.5.4" + "@grafana/data": "npm:11.5.5" + "@grafana/plugin-configs": "npm:11.5.5" + "@grafana/runtime": "npm:11.5.5" + "@grafana/schema": "npm:11.5.5" + "@grafana/ui": "npm:11.5.5" "@testing-library/dom": "npm:10.4.0" "@testing-library/react": "npm:16.1.0" "@testing-library/user-event": "npm:14.5.2" @@ -3077,14 +3077,14 @@ __metadata: resolution: "@grafana-plugins/stackdriver@workspace:public/app/plugins/datasource/cloud-monitoring" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.5.4" - "@grafana/e2e-selectors": "npm:11.5.4" + "@grafana/data": "npm:11.5.5" + "@grafana/e2e-selectors": "npm:11.5.5" "@grafana/experimental": "npm:2.1.6" "@grafana/google-sdk": "npm:0.1.2" - "@grafana/plugin-configs": "npm:11.5.4" - "@grafana/runtime": "npm:11.5.4" - "@grafana/schema": "npm:11.5.4" - "@grafana/ui": "npm:11.5.4" + "@grafana/plugin-configs": "npm:11.5.5" + "@grafana/runtime": "npm:11.5.5" + "@grafana/schema": "npm:11.5.5" + "@grafana/ui": "npm:11.5.5" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:6.6.3" "@testing-library/react": "npm:16.1.0" @@ -3130,7 +3130,7 @@ __metadata: "@grafana/lezer-traceql": "npm:0.0.20" "@grafana/monaco-logql": "npm:^0.0.7" "@grafana/o11y-ds-frontend": "workspace:*" - "@grafana/plugin-configs": "npm:11.5.4" + "@grafana/plugin-configs": "npm:11.5.5" "@grafana/runtime": "workspace:*" "@grafana/schema": "workspace:*" "@grafana/ui": "workspace:*" @@ -3242,12 +3242,12 @@ __metadata: languageName: node linkType: hard -"@grafana/data@npm:11.5.4, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": +"@grafana/data@npm:11.5.5, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": version: 0.0.0-use.local resolution: "@grafana/data@workspace:packages/grafana-data" dependencies: "@braintree/sanitize-url": "npm:7.0.1" - "@grafana/schema": "npm:11.5.4" + "@grafana/schema": "npm:11.5.5" "@grafana/tsconfig": "npm:^2.0.0" "@rollup/plugin-node-resolve": "npm:16.0.0" "@types/d3-interpolate": "npm:^3.0.0" @@ -3294,7 +3294,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/e2e-selectors@npm:11.5.4, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": +"@grafana/e2e-selectors@npm:11.5.5, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": version: 0.0.0-use.local resolution: "@grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors" dependencies: @@ -3423,9 +3423,9 @@ __metadata: "@babel/preset-env": "npm:7.26.0" "@babel/preset-react": "npm:7.26.3" "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.5.4" + "@grafana/data": "npm:11.5.5" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.5.4" + "@grafana/ui": "npm:11.5.5" "@leeoniya/ufuzzy": "npm:1.0.18" "@rollup/plugin-node-resolve": "npm:16.0.0" "@testing-library/dom": "npm:10.4.0" @@ -3523,13 +3523,13 @@ __metadata: resolution: "@grafana/o11y-ds-frontend@workspace:packages/grafana-o11y-ds-frontend" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.5.4" - "@grafana/e2e-selectors": "npm:11.5.4" + "@grafana/data": "npm:11.5.5" + "@grafana/e2e-selectors": "npm:11.5.5" "@grafana/experimental": "npm:2.1.6" - "@grafana/runtime": "npm:11.5.4" - "@grafana/schema": "npm:11.5.4" + "@grafana/runtime": "npm:11.5.5" + "@grafana/schema": "npm:11.5.5" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.5.4" + "@grafana/ui": "npm:11.5.5" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:^6.1.2" "@testing-library/react": "npm:16.1.0" @@ -3553,7 +3553,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/plugin-configs@npm:11.5.4, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": +"@grafana/plugin-configs@npm:11.5.5, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": version: 0.0.0-use.local resolution: "@grafana/plugin-configs@workspace:packages/grafana-plugin-configs" dependencies: @@ -3626,14 +3626,14 @@ __metadata: "@emotion/css": "npm:11.13.5" "@emotion/eslint-plugin": "npm:11.12.0" "@floating-ui/react": "npm:0.27.3" - "@grafana/data": "npm:11.5.4" - "@grafana/e2e-selectors": "npm:11.5.4" + "@grafana/data": "npm:11.5.5" + "@grafana/e2e-selectors": "npm:11.5.5" "@grafana/experimental": "npm:2.1.6" "@grafana/faro-web-sdk": "npm:1.12.2" - "@grafana/runtime": "npm:11.5.4" - "@grafana/schema": "npm:11.5.4" + "@grafana/runtime": "npm:11.5.5" + "@grafana/schema": "npm:11.5.5" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.5.4" + "@grafana/ui": "npm:11.5.5" "@hello-pangea/dnd": "npm:17.0.0" "@leeoniya/ufuzzy": "npm:1.0.18" "@lezer/common": "npm:1.2.3" @@ -3728,16 +3728,16 @@ __metadata: languageName: unknown linkType: soft -"@grafana/runtime@npm:11.5.4, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": +"@grafana/runtime@npm:11.5.5, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": version: 0.0.0-use.local resolution: "@grafana/runtime@workspace:packages/grafana-runtime" dependencies: - "@grafana/data": "npm:11.5.4" - "@grafana/e2e-selectors": "npm:11.5.4" + "@grafana/data": "npm:11.5.5" + "@grafana/e2e-selectors": "npm:11.5.5" "@grafana/faro-web-sdk": "npm:^1.3.6" - "@grafana/schema": "npm:11.5.4" + "@grafana/schema": "npm:11.5.5" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.5.4" + "@grafana/ui": "npm:11.5.5" "@rollup/plugin-node-resolve": "npm:16.0.0" "@rollup/plugin-terser": "npm:0.4.4" "@testing-library/dom": "npm:10.4.0" @@ -3848,7 +3848,7 @@ __metadata: languageName: node linkType: hard -"@grafana/schema@npm:11.5.4, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": +"@grafana/schema@npm:11.5.5, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": version: 0.0.0-use.local resolution: "@grafana/schema@workspace:packages/grafana-schema" dependencies: @@ -3866,17 +3866,17 @@ __metadata: languageName: unknown linkType: soft -"@grafana/sql@npm:11.5.4, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql": +"@grafana/sql@npm:11.5.5, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql": version: 0.0.0-use.local resolution: "@grafana/sql@workspace:packages/grafana-sql" dependencies: "@emotion/css": "npm:11.13.5" - "@grafana/data": "npm:11.5.4" - "@grafana/e2e-selectors": "npm:11.5.4" + "@grafana/data": "npm:11.5.5" + "@grafana/e2e-selectors": "npm:11.5.5" "@grafana/experimental": "npm:2.1.6" - "@grafana/runtime": "npm:11.5.4" + "@grafana/runtime": "npm:11.5.5" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.5.4" + "@grafana/ui": "npm:11.5.5" "@react-awesome-query-builder/ui": "npm:6.6.4" "@testing-library/dom": "npm:10.4.0" "@testing-library/jest-dom": "npm:^6.1.2" @@ -3917,7 +3917,7 @@ __metadata: languageName: node linkType: hard -"@grafana/ui@npm:11.5.4, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": +"@grafana/ui@npm:11.5.5, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": version: 0.0.0-use.local resolution: "@grafana/ui@workspace:packages/grafana-ui" dependencies: @@ -3927,10 +3927,10 @@ __metadata: "@emotion/serialize": "npm:1.3.3" "@faker-js/faker": "npm:^9.0.0" "@floating-ui/react": "npm:0.27.3" - "@grafana/data": "npm:11.5.4" - "@grafana/e2e-selectors": "npm:11.5.4" + "@grafana/data": "npm:11.5.5" + "@grafana/e2e-selectors": "npm:11.5.5" "@grafana/faro-web-sdk": "npm:^1.3.6" - "@grafana/schema": "npm:11.5.4" + "@grafana/schema": "npm:11.5.5" "@grafana/tsconfig": "npm:^2.0.0" "@hello-pangea/dnd": "npm:17.0.0" "@leeoniya/ufuzzy": "npm:1.0.18" @@ -8491,7 +8491,7 @@ __metadata: dependencies: "@emotion/css": "npm:11.11.2" "@grafana/data": "workspace:*" - "@grafana/plugin-configs": "npm:11.5.4" + "@grafana/plugin-configs": "npm:11.5.5" "@grafana/runtime": "workspace:*" "@grafana/schema": "workspace:*" "@grafana/ui": "workspace:*"