diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ad791c62d..8b0dadd068f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,42 @@ - + + +# 11.3.0 (2024-10-22) + +### Features and enhancements + +- **Alerting:** Add manage permissions UI logic for Contact Points [#92885](https://github.com/grafana/grafana/pull/92885), [@tomratcliffe](https://github.com/tomratcliffe) +- **Alerting:** Allow linking to silence form with `__alert_rule_uid__` value preset [#93526](https://github.com/grafana/grafana/pull/93526), [@tomratcliffe](https://github.com/tomratcliffe) +- **Alerting:** Hide query name when using simplified mode in the alert rule [#93779](https://github.com/grafana/grafana/pull/93779), [@soniaAguilarPeiron](https://github.com/soniaAguilarPeiron) +- **Alerting:** Limit and clean up old alert rules versions [#89754](https://github.com/grafana/grafana/pull/89754), [@igloo12](https://github.com/igloo12) +- **Alerting:** Style nits for the simple query mode [#93930](https://github.com/grafana/grafana/pull/93930), [@soniaAguilarPeiron](https://github.com/soniaAguilarPeiron) +- **Alerting:** Update texts in annotations step [#93977](https://github.com/grafana/grafana/pull/93977), [@soniaAguilarPeiron](https://github.com/soniaAguilarPeiron) +- **Alerting:** Use useProduceNewAlertmanagerConfiguration for contact points [#88456](https://github.com/grafana/grafana/pull/88456), [@gillesdemey](https://github.com/gillesdemey) +- **Auth:** Attach external session info to Grafana session [#93849](https://github.com/grafana/grafana/pull/93849), [@mgyongyosi](https://github.com/mgyongyosi) +- **Auth:** Replace jmespath/go-jmespath with jmespath-community/go-jmespath [#94203](https://github.com/grafana/grafana/pull/94203), [@mgyongyosi](https://github.com/mgyongyosi) +- **CloudMigrations:** Add support for migration of Library Elements (Panels) resources [#93898](https://github.com/grafana/grafana/pull/93898), [@macabu](https://github.com/macabu) +- **Cloudwatch:** Update grafana-aws-sdk [#94155](https://github.com/grafana/grafana/pull/94155), [@iwysiu](https://github.com/iwysiu) +- **Explore Logs:** Preinstall for onprem Grafana instances [#94221](https://github.com/grafana/grafana/pull/94221), [@svennergr](https://github.com/svennergr) +- **ExploreMetrics:** Ensure compatibility with Incremental Querying [#94355](https://github.com/grafana/grafana/pull/94355), [@NWRichmond](https://github.com/NWRichmond) +- **FieldConfig:** Add support for Actions [#92874](https://github.com/grafana/grafana/pull/92874), [@adela-almasan](https://github.com/adela-almasan) +- **Plugin Extensions:** Require meta-data to be defined in `plugin.json` during development mode [#93429](https://github.com/grafana/grafana/pull/93429), [@leventebalogh](https://github.com/leventebalogh) +- **Reporting:** Display template variables in the PDF (Enterprise) +- **Tempo:** Add deprecation notice for Aggregate By [#94050](https://github.com/grafana/grafana/pull/94050), [@joey-grafana](https://github.com/joey-grafana) + +### Bug fixes + +- **Alerting/Chore:** Fix TimeRangeInput not working across multiple months [#93622](https://github.com/grafana/grafana/pull/93622), [@tomratcliffe](https://github.com/tomratcliffe) +- **Alerting:** Fix default value for input in simple condition [#94248](https://github.com/grafana/grafana/pull/94248), [@soniaAguilarPeiron](https://github.com/soniaAguilarPeiron) +- **Alerting:** Fix eval interval not being saved when creating a new group [#93821](https://github.com/grafana/grafana/pull/93821), [@tomratcliffe](https://github.com/tomratcliffe) +- **Alerting:** Fix incorrect permission on POST external rule groups endpoint [CVE-2024-8118] [#93940](https://github.com/grafana/grafana/pull/93940), [@alexweav](https://github.com/alexweav) +- **Alerting:** Fix panics when attempting to create an Alertmanager after failing [#94023](https://github.com/grafana/grafana/pull/94023), [@santihernandezc](https://github.com/santihernandezc) +- **DashboardScene:** Fixes url issue with subpath when exiting edit mode [#93962](https://github.com/grafana/grafana/pull/93962), [@torkelo](https://github.com/torkelo) +- **Dashboards:** Enable scenes by default [#93818](https://github.com/grafana/grafana/pull/93818), [@ivanortegaalba](https://github.com/ivanortegaalba) +- **Dashboards:** Fixes view & edit keyboard shortcuts when grafana is behind a subpath [#93955](https://github.com/grafana/grafana/pull/93955), [@torkelo](https://github.com/torkelo) +- **ElasticSearch:** Fix errorsource in newInstanceSettings [#93859](https://github.com/grafana/grafana/pull/93859), [@iwysiu](https://github.com/iwysiu) +- **Reporting:** Fix reports on multi-org instance (Enterprise) +- **SubMenu:** Fix expanding sub menu items on touch devices [#93208](https://github.com/grafana/grafana/pull/93208), [@yincongcyincong](https://github.com/yincongcyincong) + + # 11.2.2 (2024-10-01) diff --git a/e2e/test-plugins/grafana-extensionstest-app/package.json b/e2e/test-plugins/grafana-extensionstest-app/package.json index f7577e54dd5..0fee160ace1 100644 --- a/e2e/test-plugins/grafana-extensionstest-app/package.json +++ b/e2e/test-plugins/grafana-extensionstest-app/package.json @@ -12,7 +12,7 @@ "license": "Apache-2.0", "devDependencies": { "@grafana/eslint-config": "7.0.0", - "@grafana/plugin-configs": "11.3.0-pre", + "@grafana/plugin-configs": "11.3.0", "@types/lodash": "4.17.7", "@types/node": "20.14.14", "@types/prismjs": "1.26.4", diff --git a/lerna.json b/lerna.json index 88526882713..cd3fe9bd26c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", - "version": "11.3.0-pre" + "version": "11.3.0" } diff --git a/package.json b/package.json index dcad8be3f2d..a1df05aa847 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "license": "AGPL-3.0-only", "private": true, "name": "grafana", - "version": "11.3.0-pre", + "version": "11.3.0", "repository": "github:grafana/grafana", "scripts": { "build": "NODE_ENV=production nx exec --verbose -- webpack --config scripts/webpack/webpack.prod.js", diff --git a/packages/grafana-data/package.json b/packages/grafana-data/package.json index ce45ca9e694..2c6b6d1d7c9 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.3.0-pre", + "version": "11.3.0", "description": "Grafana Data Library", "keywords": [ "typescript" @@ -36,7 +36,7 @@ }, "dependencies": { "@braintree/sanitize-url": "7.0.1", - "@grafana/schema": "11.3.0-pre", + "@grafana/schema": "11.3.0", "@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 ace51d6eee0..46335c80add 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.3.0-pre", + "version": "11.3.0", "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 5ac20942895..3b70831643d 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.3.0-pre", + "version": "11.3.0", "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 3ccd87c0a02..1f2f66db4ee 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.3.0-pre", + "version": "11.3.0", "description": "Grafana flamegraph visualization component", "keywords": [ "grafana", @@ -44,8 +44,8 @@ ], "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.3.0-pre", - "@grafana/ui": "11.3.0-pre", + "@grafana/data": "11.3.0", + "@grafana/ui": "11.3.0", "@leeoniya/ufuzzy": "1.0.14", "d3": "^7.8.5", "lodash": "4.17.21", diff --git a/packages/grafana-icons/package.json b/packages/grafana-icons/package.json index 7313c7fe3ed..294f6e3873e 100644 --- a/packages/grafana-icons/package.json +++ b/packages/grafana-icons/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/saga-icons", - "version": "11.3.0-pre", + "version": "11.3.0", "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 a1e256f8dd1..bb7db204b95 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.3.0-pre", + "version": "11.3.0", "description": "Library to manage traces in Grafana.", "sideEffects": false, "repository": { @@ -18,12 +18,12 @@ }, "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.3.0-pre", - "@grafana/e2e-selectors": "11.3.0-pre", + "@grafana/data": "11.3.0", + "@grafana/e2e-selectors": "11.3.0", "@grafana/experimental": "2.1.1", - "@grafana/runtime": "11.3.0-pre", - "@grafana/schema": "11.3.0-pre", - "@grafana/ui": "11.3.0-pre", + "@grafana/runtime": "11.3.0", + "@grafana/schema": "11.3.0", + "@grafana/ui": "11.3.0", "react-select": "5.8.1", "react-use": "17.5.1", "rxjs": "7.8.1", diff --git a/packages/grafana-plugin-configs/package.json b/packages/grafana-plugin-configs/package.json index fa204ae3c75..6486f4bec81 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.3.0-pre", + "version": "11.3.0", "dependencies": { "tslib": "2.7.0" }, diff --git a/packages/grafana-prometheus/package.json b/packages/grafana-prometheus/package.json index 5c8924babaf..3f5b2c65d90 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.3.0-pre", + "version": "11.3.0", "description": "Grafana Prometheus Library", "keywords": [ "typescript" @@ -38,12 +38,12 @@ "dependencies": { "@emotion/css": "11.13.4", "@floating-ui/react": "0.26.24", - "@grafana/data": "11.3.0-pre", + "@grafana/data": "11.3.0", "@grafana/experimental": "2.1.1", "@grafana/faro-web-sdk": "1.10.2", - "@grafana/runtime": "11.3.0-pre", - "@grafana/schema": "11.3.0-pre", - "@grafana/ui": "11.3.0-pre", + "@grafana/runtime": "11.3.0", + "@grafana/schema": "11.3.0", + "@grafana/ui": "11.3.0", "@hello-pangea/dnd": "16.6.0", "@leeoniya/ufuzzy": "1.0.14", "@lezer/common": "1.2.2", @@ -76,7 +76,7 @@ }, "devDependencies": { "@emotion/eslint-plugin": "11.12.0", - "@grafana/e2e-selectors": "11.3.0-pre", + "@grafana/e2e-selectors": "11.3.0", "@grafana/tsconfig": "^2.0.0", "@rollup/plugin-image": "3.0.3", "@rollup/plugin-node-resolve": "15.3.0", diff --git a/packages/grafana-runtime/package.json b/packages/grafana-runtime/package.json index 9aefe49a823..361758d1326 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.3.0-pre", + "version": "11.3.0", "description": "Grafana Runtime Library", "keywords": [ "grafana", @@ -37,11 +37,11 @@ "postpack": "mv package.json.bak package.json" }, "dependencies": { - "@grafana/data": "11.3.0-pre", - "@grafana/e2e-selectors": "11.3.0-pre", + "@grafana/data": "11.3.0", + "@grafana/e2e-selectors": "11.3.0", "@grafana/faro-web-sdk": "^1.3.6", - "@grafana/schema": "11.3.0-pre", - "@grafana/ui": "11.3.0-pre", + "@grafana/schema": "11.3.0", + "@grafana/ui": "11.3.0", "history": "4.10.1", "lodash": "4.17.21", "rxjs": "7.8.1", diff --git a/packages/grafana-schema/package.json b/packages/grafana-schema/package.json index 6b0ca630ad3..8d12b1d6fdf 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.3.0-pre", + "version": "11.3.0", "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 fd19d4267ca..77037fdf00b 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 a6b78e671c4..fbca95b9613 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 fbff065bcdd..7a4a842b934 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 0dea20acc4b..f9515fd4781 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 b40116598e7..df02ab489a6 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 f59d93e60d2..f23f0d865ef 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 d64925b0958..5dd384727ed 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 bdc84b74fc5..4ff519c96fa 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 d7d41860dad..613fbc66775 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 d21b25534ac..5a58b8117e6 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 b9f809b5ea2..fde48159581 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 8f3bb011101..8d21948db6b 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 b0764d00b3b..399cfb417b0 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.3.0-pre"; +export const pluginVersion = "11.3.0"; /** * 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 ff2aea48588..380ae4b0c2e 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 5af91fec64c..c32427dfbe4 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 6298dd986e2..5d0f7ee6aa3 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 e011dddf763..4029ed7ab8b 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 9405bd13003..7335deee51c 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 48aa1661936..93a439dd521 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.3.0-pre"; +export const pluginVersion = "11.3.0"; /** * 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 c720c206ee0..a8b8a4c6c73 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 c65eb67fd0c..98ec90c245d 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 77e8c9cd68a..5bb0bfb3177 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 435c36726ee..3892c25803d 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 4e3daebded8..e8f2340c5d8 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 f8b95bf3f7d..d39a18c090d 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.3.0-pre"; +export const pluginVersion = "11.3.0"; 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 bd84e783a06..20e897e9295 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.3.0-pre"; +export const pluginVersion = "11.3.0"; /** * 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 6ca02d98289..522c7d4391e 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.3.0-pre"; +export const pluginVersion = "11.3.0"; /** * Auto is "table" in the UI diff --git a/packages/grafana-sql/package.json b/packages/grafana-sql/package.json index b291478a8f3..67b908439cf 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.3.0-pre", + "version": "11.3.0", "repository": { "type": "git", "url": "http://github.com/grafana/grafana.git", @@ -15,11 +15,11 @@ }, "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.3.0-pre", - "@grafana/e2e-selectors": "11.3.0-pre", + "@grafana/data": "11.3.0", + "@grafana/e2e-selectors": "11.3.0", "@grafana/experimental": "2.1.1", - "@grafana/runtime": "11.3.0-pre", - "@grafana/ui": "11.3.0-pre", + "@grafana/runtime": "11.3.0", + "@grafana/ui": "11.3.0", "@react-awesome-query-builder/ui": "6.6.3", "immutable": "4.3.7", "lodash": "4.17.21", diff --git a/packages/grafana-ui/package.json b/packages/grafana-ui/package.json index 233095b9f89..8e930369a01 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.3.0-pre", + "version": "11.3.0", "description": "Grafana Components Library", "keywords": [ "grafana", @@ -51,10 +51,10 @@ "@emotion/react": "11.13.3", "@emotion/serialize": "1.3.2", "@floating-ui/react": "0.26.24", - "@grafana/data": "11.3.0-pre", - "@grafana/e2e-selectors": "11.3.0-pre", + "@grafana/data": "11.3.0", + "@grafana/e2e-selectors": "11.3.0", "@grafana/faro-web-sdk": "^1.3.6", - "@grafana/schema": "11.3.0-pre", + "@grafana/schema": "11.3.0", "@hello-pangea/dnd": "16.6.0", "@leeoniya/ufuzzy": "1.0.14", "@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 5b8cc33a8fc..b652270bb1c 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.3.0-pre", + "version": "11.3.0", "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.3.0-pre", + "@grafana/data": "11.3.0", "@grafana/experimental": "2.1.1", - "@grafana/runtime": "11.3.0-pre", - "@grafana/schema": "11.3.0-pre", - "@grafana/ui": "11.3.0-pre", + "@grafana/runtime": "11.3.0", + "@grafana/schema": "11.3.0", + "@grafana/ui": "11.3.0", "@kusto/monaco-kusto": "^10.0.0", "fast-deep-equal": "^3.1.3", "i18next": "^23.0.0", @@ -25,8 +25,8 @@ "tslib": "2.7.0" }, "devDependencies": { - "@grafana/e2e-selectors": "11.3.0-pre", - "@grafana/plugin-configs": "11.3.0-pre", + "@grafana/e2e-selectors": "11.3.0", + "@grafana/plugin-configs": "11.3.0", "@testing-library/dom": "10.0.0", "@testing-library/react": "15.0.2", "@testing-library/user-event": "14.5.2", diff --git a/public/app/plugins/datasource/cloud-monitoring/package.json b/public/app/plugins/datasource/cloud-monitoring/package.json index daba101b281..c960f167c02 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.3.0-pre", + "version": "11.3.0", "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.3.0-pre", + "@grafana/data": "11.3.0", "@grafana/experimental": "2.1.1", "@grafana/google-sdk": "0.1.2", - "@grafana/runtime": "11.3.0-pre", - "@grafana/schema": "11.3.0-pre", - "@grafana/ui": "11.3.0-pre", + "@grafana/runtime": "11.3.0", + "@grafana/schema": "11.3.0", + "@grafana/ui": "11.3.0", "debounce-promise": "3.1.2", "fast-deep-equal": "^3.1.3", "i18next": "^23.0.0", @@ -26,8 +26,8 @@ "tslib": "2.7.0" }, "devDependencies": { - "@grafana/e2e-selectors": "11.3.0-pre", - "@grafana/plugin-configs": "11.3.0-pre", + "@grafana/e2e-selectors": "11.3.0", + "@grafana/plugin-configs": "11.3.0", "@testing-library/dom": "10.0.0", "@testing-library/react": "15.0.2", "@testing-library/user-event": "14.5.2", diff --git a/public/app/plugins/datasource/grafana-postgresql-datasource/package.json b/public/app/plugins/datasource/grafana-postgresql-datasource/package.json index a002e77c490..82cd2a459ed 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.3.0-pre", + "version": "11.3.0", "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.3.0-pre", + "@grafana/data": "11.3.0", "@grafana/experimental": "2.1.1", - "@grafana/runtime": "11.3.0-pre", - "@grafana/sql": "11.3.0-pre", - "@grafana/ui": "11.3.0-pre", + "@grafana/runtime": "11.3.0", + "@grafana/sql": "11.3.0", + "@grafana/ui": "11.3.0", "lodash": "4.17.21", "react": "18.2.0", "rxjs": "7.8.1", "tslib": "2.7.0" }, "devDependencies": { - "@grafana/e2e-selectors": "11.3.0-pre", - "@grafana/plugin-configs": "11.3.0-pre", + "@grafana/e2e-selectors": "11.3.0", + "@grafana/plugin-configs": "11.3.0", "@testing-library/react": "15.0.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.13", diff --git a/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json b/public/app/plugins/datasource/grafana-pyroscope-datasource/package.json index 92fd9f67172..df4f335a0e0 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.3.0-pre", + "version": "11.3.0", "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.3.0-pre", - "@grafana/runtime": "11.3.0-pre", - "@grafana/schema": "11.3.0-pre", - "@grafana/ui": "11.3.0-pre", + "@grafana/data": "11.3.0", + "@grafana/runtime": "11.3.0", + "@grafana/schema": "11.3.0", + "@grafana/ui": "11.3.0", "fast-deep-equal": "^3.1.3", "lodash": "4.17.21", "monaco-editor": "0.34.1", @@ -20,7 +20,7 @@ "tslib": "2.7.0" }, "devDependencies": { - "@grafana/plugin-configs": "11.3.0-pre", + "@grafana/plugin-configs": "11.3.0", "@testing-library/dom": "10.0.0", "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "15.0.2", diff --git a/public/app/plugins/datasource/grafana-testdata-datasource/package.json b/public/app/plugins/datasource/grafana-testdata-datasource/package.json index cb4a0b23e73..92b093cf679 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.3.0-pre", + "version": "11.3.0", "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.3.0-pre", + "@grafana/data": "11.3.0", "@grafana/experimental": "2.1.1", - "@grafana/runtime": "11.3.0-pre", - "@grafana/schema": "11.3.0-pre", - "@grafana/ui": "11.3.0-pre", + "@grafana/runtime": "11.3.0", + "@grafana/schema": "11.3.0", + "@grafana/ui": "11.3.0", "d3-random": "^3.0.1", "lodash": "4.17.21", "micro-memoize": "^4.1.2", @@ -22,8 +22,8 @@ "uuid": "9.0.1" }, "devDependencies": { - "@grafana/e2e-selectors": "11.3.0-pre", - "@grafana/plugin-configs": "11.3.0-pre", + "@grafana/e2e-selectors": "11.3.0", + "@grafana/plugin-configs": "11.3.0", "@testing-library/dom": "10.0.0", "@testing-library/react": "15.0.2", "@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 66cd27b8eac..99a596794d3 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.3.0-pre", + "version": "11.3.0", "dependencies": { "@emotion/css": "11.13.4", "@grafana/data": "workspace:*", diff --git a/public/app/plugins/datasource/mssql/package.json b/public/app/plugins/datasource/mssql/package.json index 51cbcb5dff3..84d01466368 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.3.0-pre", + "version": "11.3.0", "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.3.0-pre", + "@grafana/data": "11.3.0", "@grafana/experimental": "2.1.1", - "@grafana/runtime": "11.3.0-pre", - "@grafana/sql": "11.3.0-pre", - "@grafana/ui": "11.3.0-pre", + "@grafana/runtime": "11.3.0", + "@grafana/sql": "11.3.0", + "@grafana/ui": "11.3.0", "lodash": "4.17.21", "react": "18.2.0", "rxjs": "7.8.1", "tslib": "2.7.0" }, "devDependencies": { - "@grafana/e2e-selectors": "11.3.0-pre", - "@grafana/plugin-configs": "11.3.0-pre", + "@grafana/e2e-selectors": "11.3.0", + "@grafana/plugin-configs": "11.3.0", "@testing-library/react": "15.0.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.13", diff --git a/public/app/plugins/datasource/mysql/package.json b/public/app/plugins/datasource/mysql/package.json index cbb68d22ebe..4bdfc97a139 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.3.0-pre", + "version": "11.3.0", "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.3.0-pre", + "@grafana/data": "11.3.0", "@grafana/experimental": "2.1.1", - "@grafana/runtime": "11.3.0-pre", - "@grafana/sql": "11.3.0-pre", - "@grafana/ui": "11.3.0-pre", + "@grafana/runtime": "11.3.0", + "@grafana/sql": "11.3.0", + "@grafana/ui": "11.3.0", "lodash": "4.17.21", "react": "18.2.0", "rxjs": "7.8.1", "tslib": "2.7.0" }, "devDependencies": { - "@grafana/e2e-selectors": "11.3.0-pre", - "@grafana/plugin-configs": "11.3.0-pre", + "@grafana/e2e-selectors": "11.3.0", + "@grafana/plugin-configs": "11.3.0", "@testing-library/react": "15.0.2", "@testing-library/user-event": "14.5.2", "@types/jest": "29.5.13", diff --git a/public/app/plugins/datasource/parca/package.json b/public/app/plugins/datasource/parca/package.json index bb79f49d23f..b7fe7d06678 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.3.0-pre", + "version": "11.3.0", "dependencies": { "@emotion/css": "11.13.4", - "@grafana/data": "11.3.0-pre", - "@grafana/runtime": "11.3.0-pre", - "@grafana/schema": "11.3.0-pre", - "@grafana/ui": "11.3.0-pre", + "@grafana/data": "11.3.0", + "@grafana/runtime": "11.3.0", + "@grafana/schema": "11.3.0", + "@grafana/ui": "11.3.0", "lodash": "4.17.21", "monaco-editor": "0.34.1", "react": "18.2.0", @@ -18,7 +18,7 @@ "tslib": "2.7.0" }, "devDependencies": { - "@grafana/plugin-configs": "11.3.0-pre", + "@grafana/plugin-configs": "11.3.0", "@testing-library/dom": "10.0.0", "@testing-library/react": "15.0.2", "@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 53e42363454..a2270cf4571 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.3.0-pre", + "version": "11.3.0", "dependencies": { "@emotion/css": "11.13.4", "@grafana/data": "workspace:*", @@ -39,7 +39,7 @@ "uuid": "9.0.1" }, "devDependencies": { - "@grafana/plugin-configs": "11.3.0-pre", + "@grafana/plugin-configs": "11.3.0", "@testing-library/dom": "10.0.0", "@testing-library/jest-dom": "6.4.2", "@testing-library/react": "15.0.2", diff --git a/public/app/plugins/datasource/zipkin/package.json b/public/app/plugins/datasource/zipkin/package.json index 5279c2da89b..b7aa48306b8 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.3.0-pre", + "version": "11.3.0", "dependencies": { "@emotion/css": "11.13.4", "@grafana/data": "workspace:*", diff --git a/yarn.lock b/yarn.lock index 1808a4900c8..7eb5569cc0b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3133,13 +3133,13 @@ __metadata: resolution: "@grafana-plugins/grafana-azure-monitor-datasource@workspace:public/app/plugins/datasource/azuremonitor" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.3.0-pre" - "@grafana/e2e-selectors": "npm:11.3.0-pre" + "@grafana/data": "npm:11.3.0" + "@grafana/e2e-selectors": "npm:11.3.0" "@grafana/experimental": "npm:2.1.1" - "@grafana/plugin-configs": "npm:11.3.0-pre" - "@grafana/runtime": "npm:11.3.0-pre" - "@grafana/schema": "npm:11.3.0-pre" - "@grafana/ui": "npm:11.3.0-pre" + "@grafana/plugin-configs": "npm:11.3.0" + "@grafana/runtime": "npm:11.3.0" + "@grafana/schema": "npm:11.3.0" + "@grafana/ui": "npm:11.3.0" "@kusto/monaco-kusto": "npm:^10.0.0" "@testing-library/dom": "npm:10.0.0" "@testing-library/react": "npm:15.0.2" @@ -3177,13 +3177,13 @@ __metadata: resolution: "@grafana-plugins/grafana-postgresql-datasource@workspace:public/app/plugins/datasource/grafana-postgresql-datasource" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.3.0-pre" - "@grafana/e2e-selectors": "npm:11.3.0-pre" + "@grafana/data": "npm:11.3.0" + "@grafana/e2e-selectors": "npm:11.3.0" "@grafana/experimental": "npm:2.1.1" - "@grafana/plugin-configs": "npm:11.3.0-pre" - "@grafana/runtime": "npm:11.3.0-pre" - "@grafana/sql": "npm:11.3.0-pre" - "@grafana/ui": "npm:11.3.0-pre" + "@grafana/plugin-configs": "npm:11.3.0" + "@grafana/runtime": "npm:11.3.0" + "@grafana/sql": "npm:11.3.0" + "@grafana/ui": "npm:11.3.0" "@testing-library/react": "npm:15.0.2" "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.13" @@ -3208,11 +3208,11 @@ __metadata: resolution: "@grafana-plugins/grafana-pyroscope-datasource@workspace:public/app/plugins/datasource/grafana-pyroscope-datasource" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.3.0-pre" - "@grafana/plugin-configs": "npm:11.3.0-pre" - "@grafana/runtime": "npm:11.3.0-pre" - "@grafana/schema": "npm:11.3.0-pre" - "@grafana/ui": "npm:11.3.0-pre" + "@grafana/data": "npm:11.3.0" + "@grafana/plugin-configs": "npm:11.3.0" + "@grafana/runtime": "npm:11.3.0" + "@grafana/schema": "npm:11.3.0" + "@grafana/ui": "npm:11.3.0" "@testing-library/dom": "npm:10.0.0" "@testing-library/jest-dom": "npm:6.4.2" "@testing-library/react": "npm:15.0.2" @@ -3249,13 +3249,13 @@ __metadata: resolution: "@grafana-plugins/grafana-testdata-datasource@workspace:public/app/plugins/datasource/grafana-testdata-datasource" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.3.0-pre" - "@grafana/e2e-selectors": "npm:11.3.0-pre" + "@grafana/data": "npm:11.3.0" + "@grafana/e2e-selectors": "npm:11.3.0" "@grafana/experimental": "npm:2.1.1" - "@grafana/plugin-configs": "npm:11.3.0-pre" - "@grafana/runtime": "npm:11.3.0-pre" - "@grafana/schema": "npm:11.3.0-pre" - "@grafana/ui": "npm:11.3.0-pre" + "@grafana/plugin-configs": "npm:11.3.0" + "@grafana/runtime": "npm:11.3.0" + "@grafana/schema": "npm:11.3.0" + "@grafana/ui": "npm:11.3.0" "@testing-library/dom": "npm:10.0.0" "@testing-library/react": "npm:15.0.2" "@testing-library/user-event": "npm:14.5.2" @@ -3332,13 +3332,13 @@ __metadata: resolution: "@grafana-plugins/mssql@workspace:public/app/plugins/datasource/mssql" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.3.0-pre" - "@grafana/e2e-selectors": "npm:11.3.0-pre" + "@grafana/data": "npm:11.3.0" + "@grafana/e2e-selectors": "npm:11.3.0" "@grafana/experimental": "npm:2.1.1" - "@grafana/plugin-configs": "npm:11.3.0-pre" - "@grafana/runtime": "npm:11.3.0-pre" - "@grafana/sql": "npm:11.3.0-pre" - "@grafana/ui": "npm:11.3.0-pre" + "@grafana/plugin-configs": "npm:11.3.0" + "@grafana/runtime": "npm:11.3.0" + "@grafana/sql": "npm:11.3.0" + "@grafana/ui": "npm:11.3.0" "@testing-library/react": "npm:15.0.2" "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.13" @@ -3363,13 +3363,13 @@ __metadata: resolution: "@grafana-plugins/mysql@workspace:public/app/plugins/datasource/mysql" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.3.0-pre" - "@grafana/e2e-selectors": "npm:11.3.0-pre" + "@grafana/data": "npm:11.3.0" + "@grafana/e2e-selectors": "npm:11.3.0" "@grafana/experimental": "npm:2.1.1" - "@grafana/plugin-configs": "npm:11.3.0-pre" - "@grafana/runtime": "npm:11.3.0-pre" - "@grafana/sql": "npm:11.3.0-pre" - "@grafana/ui": "npm:11.3.0-pre" + "@grafana/plugin-configs": "npm:11.3.0" + "@grafana/runtime": "npm:11.3.0" + "@grafana/sql": "npm:11.3.0" + "@grafana/ui": "npm:11.3.0" "@testing-library/react": "npm:15.0.2" "@testing-library/user-event": "npm:14.5.2" "@types/jest": "npm:29.5.13" @@ -3394,11 +3394,11 @@ __metadata: resolution: "@grafana-plugins/parca@workspace:public/app/plugins/datasource/parca" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.3.0-pre" - "@grafana/plugin-configs": "npm:11.3.0-pre" - "@grafana/runtime": "npm:11.3.0-pre" - "@grafana/schema": "npm:11.3.0-pre" - "@grafana/ui": "npm:11.3.0-pre" + "@grafana/data": "npm:11.3.0" + "@grafana/plugin-configs": "npm:11.3.0" + "@grafana/runtime": "npm:11.3.0" + "@grafana/schema": "npm:11.3.0" + "@grafana/ui": "npm:11.3.0" "@testing-library/dom": "npm:10.0.0" "@testing-library/react": "npm:15.0.2" "@testing-library/user-event": "npm:14.5.2" @@ -3426,14 +3426,14 @@ __metadata: resolution: "@grafana-plugins/stackdriver@workspace:public/app/plugins/datasource/cloud-monitoring" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.3.0-pre" - "@grafana/e2e-selectors": "npm:11.3.0-pre" + "@grafana/data": "npm:11.3.0" + "@grafana/e2e-selectors": "npm:11.3.0" "@grafana/experimental": "npm:2.1.1" "@grafana/google-sdk": "npm:0.1.2" - "@grafana/plugin-configs": "npm:11.3.0-pre" - "@grafana/runtime": "npm:11.3.0-pre" - "@grafana/schema": "npm:11.3.0-pre" - "@grafana/ui": "npm:11.3.0-pre" + "@grafana/plugin-configs": "npm:11.3.0" + "@grafana/runtime": "npm:11.3.0" + "@grafana/schema": "npm:11.3.0" + "@grafana/ui": "npm:11.3.0" "@testing-library/dom": "npm:10.0.0" "@testing-library/react": "npm:15.0.2" "@testing-library/user-event": "npm:14.5.2" @@ -3481,7 +3481,7 @@ __metadata: "@grafana/lezer-traceql": "npm:0.0.19" "@grafana/monaco-logql": "npm:^0.0.7" "@grafana/o11y-ds-frontend": "workspace:*" - "@grafana/plugin-configs": "npm:11.3.0-pre" + "@grafana/plugin-configs": "npm:11.3.0" "@grafana/runtime": "workspace:*" "@grafana/schema": "workspace:*" "@grafana/ui": "workspace:*" @@ -3591,12 +3591,12 @@ __metadata: languageName: node linkType: hard -"@grafana/data@npm:11.3.0-pre, @grafana/data@workspace:*, @grafana/data@workspace:packages/grafana-data": +"@grafana/data@npm:11.3.0, @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.3.0-pre" + "@grafana/schema": "npm:11.3.0" "@grafana/tsconfig": "npm:^2.0.0" "@rollup/plugin-node-resolve": "npm:15.3.0" "@types/d3-interpolate": "npm:^3.0.0" @@ -3644,7 +3644,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/e2e-selectors@npm:11.3.0-pre, @grafana/e2e-selectors@workspace:*, @grafana/e2e-selectors@workspace:packages/grafana-e2e-selectors": +"@grafana/e2e-selectors@npm:11.3.0, @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: @@ -3781,9 +3781,9 @@ __metadata: "@babel/preset-env": "npm:7.25.7" "@babel/preset-react": "npm:7.25.7" "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.3.0-pre" + "@grafana/data": "npm:11.3.0" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.3.0-pre" + "@grafana/ui": "npm:11.3.0" "@leeoniya/ufuzzy": "npm:1.0.14" "@rollup/plugin-node-resolve": "npm:15.3.0" "@testing-library/dom": "npm:10.0.0" @@ -3865,13 +3865,13 @@ __metadata: resolution: "@grafana/o11y-ds-frontend@workspace:packages/grafana-o11y-ds-frontend" dependencies: "@emotion/css": "npm:11.13.4" - "@grafana/data": "npm:11.3.0-pre" - "@grafana/e2e-selectors": "npm:11.3.0-pre" + "@grafana/data": "npm:11.3.0" + "@grafana/e2e-selectors": "npm:11.3.0" "@grafana/experimental": "npm:2.1.1" - "@grafana/runtime": "npm:11.3.0-pre" - "@grafana/schema": "npm:11.3.0-pre" + "@grafana/runtime": "npm:11.3.0" + "@grafana/schema": "npm:11.3.0" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.3.0-pre" + "@grafana/ui": "npm:11.3.0" "@testing-library/dom": "npm:10.0.0" "@testing-library/jest-dom": "npm:^6.1.2" "@testing-library/react": "npm:15.0.2" @@ -3896,7 +3896,7 @@ __metadata: languageName: unknown linkType: soft -"@grafana/plugin-configs@npm:11.3.0-pre, @grafana/plugin-configs@workspace:*, @grafana/plugin-configs@workspace:packages/grafana-plugin-configs": +"@grafana/plugin-configs@npm:11.3.0, @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: @@ -3936,14 +3936,14 @@ __metadata: "@emotion/css": "npm:11.13.4" "@emotion/eslint-plugin": "npm:11.12.0" "@floating-ui/react": "npm:0.26.24" - "@grafana/data": "npm:11.3.0-pre" - "@grafana/e2e-selectors": "npm:11.3.0-pre" + "@grafana/data": "npm:11.3.0" + "@grafana/e2e-selectors": "npm:11.3.0" "@grafana/experimental": "npm:2.1.1" "@grafana/faro-web-sdk": "npm:1.10.2" - "@grafana/runtime": "npm:11.3.0-pre" - "@grafana/schema": "npm:11.3.0-pre" + "@grafana/runtime": "npm:11.3.0" + "@grafana/schema": "npm:11.3.0" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.3.0-pre" + "@grafana/ui": "npm:11.3.0" "@hello-pangea/dnd": "npm:16.6.0" "@leeoniya/ufuzzy": "npm:1.0.14" "@lezer/common": "npm:1.2.2" @@ -4040,16 +4040,16 @@ __metadata: languageName: unknown linkType: soft -"@grafana/runtime@npm:11.3.0-pre, @grafana/runtime@workspace:*, @grafana/runtime@workspace:packages/grafana-runtime": +"@grafana/runtime@npm:11.3.0, @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.3.0-pre" - "@grafana/e2e-selectors": "npm:11.3.0-pre" + "@grafana/data": "npm:11.3.0" + "@grafana/e2e-selectors": "npm:11.3.0" "@grafana/faro-web-sdk": "npm:^1.3.6" - "@grafana/schema": "npm:11.3.0-pre" + "@grafana/schema": "npm:11.3.0" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.3.0-pre" + "@grafana/ui": "npm:11.3.0" "@rollup/plugin-node-resolve": "npm:15.3.0" "@rollup/plugin-terser": "npm:0.4.4" "@testing-library/dom": "npm:10.0.0" @@ -4140,7 +4140,7 @@ __metadata: languageName: node linkType: hard -"@grafana/schema@npm:11.3.0-pre, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": +"@grafana/schema@npm:11.3.0, @grafana/schema@workspace:*, @grafana/schema@workspace:packages/grafana-schema": version: 0.0.0-use.local resolution: "@grafana/schema@workspace:packages/grafana-schema" dependencies: @@ -4158,17 +4158,17 @@ __metadata: languageName: unknown linkType: soft -"@grafana/sql@npm:11.3.0-pre, @grafana/sql@workspace:*, @grafana/sql@workspace:packages/grafana-sql": +"@grafana/sql@npm:11.3.0, @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.4" - "@grafana/data": "npm:11.3.0-pre" - "@grafana/e2e-selectors": "npm:11.3.0-pre" + "@grafana/data": "npm:11.3.0" + "@grafana/e2e-selectors": "npm:11.3.0" "@grafana/experimental": "npm:2.1.1" - "@grafana/runtime": "npm:11.3.0-pre" + "@grafana/runtime": "npm:11.3.0" "@grafana/tsconfig": "npm:^2.0.0" - "@grafana/ui": "npm:11.3.0-pre" + "@grafana/ui": "npm:11.3.0" "@react-awesome-query-builder/ui": "npm:6.6.3" "@testing-library/dom": "npm:10.0.0" "@testing-library/jest-dom": "npm:^6.1.2" @@ -4218,7 +4218,7 @@ __metadata: languageName: node linkType: hard -"@grafana/ui@npm:11.3.0-pre, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": +"@grafana/ui@npm:11.3.0, @grafana/ui@workspace:*, @grafana/ui@workspace:packages/grafana-ui": version: 0.0.0-use.local resolution: "@grafana/ui@workspace:packages/grafana-ui" dependencies: @@ -4228,10 +4228,10 @@ __metadata: "@emotion/serialize": "npm:1.3.2" "@faker-js/faker": "npm:^9.0.0" "@floating-ui/react": "npm:0.26.24" - "@grafana/data": "npm:11.3.0-pre" - "@grafana/e2e-selectors": "npm:11.3.0-pre" + "@grafana/data": "npm:11.3.0" + "@grafana/e2e-selectors": "npm:11.3.0" "@grafana/faro-web-sdk": "npm:^1.3.6" - "@grafana/schema": "npm:11.3.0-pre" + "@grafana/schema": "npm:11.3.0" "@grafana/tsconfig": "npm:^2.0.0" "@hello-pangea/dnd": "npm:16.6.0" "@leeoniya/ufuzzy": "npm:1.0.14" @@ -9172,7 +9172,7 @@ __metadata: "@emotion/css": "npm:11.11.2" "@grafana/data": "workspace:*" "@grafana/eslint-config": "npm:7.0.0" - "@grafana/plugin-configs": "npm:11.3.0-pre" + "@grafana/plugin-configs": "npm:11.3.0" "@grafana/runtime": "workspace:*" "@grafana/schema": "workspace:*" "@grafana/ui": "workspace:*"