grafana/grafana (@grafana/data)
### [`v11.3.1`](https://redirect.github.com/grafana/grafana/releases/tag/v11.3.1): 11.3.1
[Compare Source](https://redirect.github.com/grafana/grafana/compare/v11.3.0+security-01...v11.3.1)
[Download page](https://grafana.com/grafana/download/11.3.1)
[What's new highlights](https://grafana.com/docs/grafana/latest/whatsnew/)
##### Features and enhancements
- **Alerting:** Make context deadline on AlertNG service startup configurable [#96135](https://redirect.github.com/grafana/grafana/pull/96135), [@fayzal-g](https://redirect.github.com/fayzal-g)
- **MigrationAssistant:** Restrict dashboards, folders and datasources by the org id of the signed in user [#96345](https://redirect.github.com/grafana/grafana/pull/96345), [@leandro-deveikis](https://redirect.github.com/leandro-deveikis)
- **User:** Check SignedInUser OrgID in RevokeInvite [#95490](https://redirect.github.com/grafana/grafana/pull/95490), [@mgyongyosi](https://redirect.github.com/mgyongyosi)
##### Bug fixes
- **Alerting:** Fix escaping of silence matchers in utf8 mode [#95347](https://redirect.github.com/grafana/grafana/pull/95347), [@tomratcliffe](https://redirect.github.com/tomratcliffe)
- **Alerting:** Fix overflow for long receiver names [#95133](https://redirect.github.com/grafana/grafana/pull/95133), [@gillesdemey](https://redirect.github.com/gillesdemey)
- **Alerting:** Fix saving advanced mode toggle state in the alert rule editor [#95981](https://redirect.github.com/grafana/grafana/pull/95981), [@alexander-akhmetov](https://redirect.github.com/alexander-akhmetov)
- **Alerting:** Fix setting datasource uid, when datasource is string in old version [#96273](https://redirect.github.com/grafana/grafana/pull/96273), [@soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Force refetch prom rules when refreshing panel [#96125](https://redirect.github.com/grafana/grafana/pull/96125), [@soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Anonymous User:** Adds validator service for anonymous users [#94994](https://redirect.github.com/grafana/grafana/pull/94994), [@leandro-deveikis](https://redirect.github.com/leandro-deveikis)
- **Anonymous User:** Adds validator service for anonymous users (Enterprise)
- **Azure Monitor:** Support metric namespaces fallback [#95155](https://redirect.github.com/grafana/grafana/pull/95155), [@aangelisc](https://redirect.github.com/aangelisc)
- **Azure:** Fix duplicated traces in multi-resource trace query [#95247](https://redirect.github.com/grafana/grafana/pull/95247), [@aangelisc](https://redirect.github.com/aangelisc)
- **Azure:** Handle namespace request rejection [#95909](https://redirect.github.com/grafana/grafana/pull/95909), [@aangelisc](https://redirect.github.com/aangelisc)
- **CloudWatch:** Interpolate region in log context query [#94990](https://redirect.github.com/grafana/grafana/pull/94990), [@iwysiu](https://redirect.github.com/iwysiu)
- **Dashboard datasource:** Return annotations as series when query topic is "annotations" [#95971](https://redirect.github.com/grafana/grafana/pull/95971), [@kaydelaney](https://redirect.github.com/kaydelaney)
- **Dashboard:** Append orgId to URL [#95963](https://redirect.github.com/grafana/grafana/pull/95963), [@bfmatei](https://redirect.github.com/bfmatei)
- **Dashboards:** Fixes performance issue expanding a row [#95321](https://redirect.github.com/grafana/grafana/pull/95321), [@torkelo](https://redirect.github.com/torkelo)
- **Flame Graph:** Fix crash when it receives empty data [#96211](https://redirect.github.com/grafana/grafana/pull/96211), [@yincongcyincong](https://redirect.github.com/yincongcyincong)
- **Folders:** Add admin permissions upon creation of a folder w. SA [#95365](https://redirect.github.com/grafana/grafana/pull/95365), [@eleijonmarck](https://redirect.github.com/eleijonmarck)
- **Folders:** Don't show error pop-up if the user can't fetch the root folder [#95600](https://redirect.github.com/grafana/grafana/pull/95600), [@IevaVasiljeva](https://redirect.github.com/IevaVasiljeva)
- **Migration:** Remove table aliasing in delete statement to make it work for mariadb [#95232](https://redirect.github.com/grafana/grafana/pull/95232), [@kalleep](https://redirect.github.com/kalleep)
- **ServerLock:** Fix pg concurrency/locking issue [#95935](https://redirect.github.com/grafana/grafana/pull/95935), [@mgyongyosi](https://redirect.github.com/mgyongyosi)
- **Service Accounts:** Run service account creation in transaction [#94803](https://redirect.github.com/grafana/grafana/pull/94803), [@IevaVasiljeva](https://redirect.github.com/IevaVasiljeva)
- **Table:** Fix text wrapping applying to wrong field [#95425](https://redirect.github.com/grafana/grafana/pull/95425), [@codeincarnate](https://redirect.github.com/codeincarnate)
- **Unified Storage:** Use ssl_mode instead of sslmode [#95662](https://redirect.github.com/grafana/grafana/pull/95662), [@chaudyg](https://redirect.github.com/chaudyg)
### [`v11.3.0`](https://redirect.github.com/grafana/grafana/releases/tag/v11.3.0): 11.3.0
[Compare Source](https://redirect.github.com/grafana/grafana/compare/v11.2.4...v11.3.0+security-01)
[Download page](https://grafana.com/grafana/download/11.3.0)
[What's new highlights](https://grafana.com/docs/grafana/latest/whatsnew/)
##### Features and enhancements
- **Alerting:** Add manage permissions UI logic for Contact Points [#92885](https://redirect.github.com/grafana/grafana/pull/92885), [@tomratcliffe](https://redirect.github.com/tomratcliffe)
- **Alerting:** Allow linking to silence form with `__alert_rule_uid__` value preset [#93526](https://redirect.github.com/grafana/grafana/pull/93526), [@tomratcliffe](https://redirect.github.com/tomratcliffe)
- **Alerting:** Hide query name when using simplified mode in the alert rule [#93779](https://redirect.github.com/grafana/grafana/pull/93779), [@soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Limit and clean up old alert rules versions [#89754](https://redirect.github.com/grafana/grafana/pull/89754), [@igloo12](https://redirect.github.com/igloo12)
- **Alerting:** Style nits for the simple query mode [#93930](https://redirect.github.com/grafana/grafana/pull/93930), [@soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Update texts in annotations step [#93977](https://redirect.github.com/grafana/grafana/pull/93977), [@soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Use useProduceNewAlertmanagerConfiguration for contact points [#88456](https://redirect.github.com/grafana/grafana/pull/88456), [@gillesdemey](https://redirect.github.com/gillesdemey)
- **Auth:** Attach external session info to Grafana session [#93849](https://redirect.github.com/grafana/grafana/pull/93849), [@mgyongyosi](https://redirect.github.com/mgyongyosi)
- **Auth:** Replace jmespath/go-jmespath with jmespath-community/go-jmespath [#94203](https://redirect.github.com/grafana/grafana/pull/94203), [@mgyongyosi](https://redirect.github.com/mgyongyosi)
- **CloudMigrations:** Add support for migration of Library Elements (Panels) resources [#93898](https://redirect.github.com/grafana/grafana/pull/93898), [@macabu](https://redirect.github.com/macabu)
- **Cloudwatch:** Update grafana-aws-sdk [#94155](https://redirect.github.com/grafana/grafana/pull/94155), [@iwysiu](https://redirect.github.com/iwysiu)
- **Explore Logs:** Preinstall for onprem Grafana instances [#94221](https://redirect.github.com/grafana/grafana/pull/94221), [@svennergr](https://redirect.github.com/svennergr)
- **ExploreMetrics:** Ensure compatibility with Incremental Querying [#94355](https://redirect.github.com/grafana/grafana/pull/94355), [@NWRichmond](https://redirect.github.com/NWRichmond)
- **FieldConfig:** Add support for Actions [#92874](https://redirect.github.com/grafana/grafana/pull/92874), [@adela-almasan](https://redirect.github.com/adela-almasan)
- **Plugin Extensions:** Require meta-data to be defined in `plugin.json` during development mode [#93429](https://redirect.github.com/grafana/grafana/pull/93429), [@leventebalogh](https://redirect.github.com/leventebalogh)
- **Reporting:** Display template variables in the PDF (Enterprise)
- **Tempo:** Add deprecation notice for Aggregate By [#94050](https://redirect.github.com/grafana/grafana/pull/94050), [@joey-grafana](https://redirect.github.com/joey-grafana)
##### Bug fixes
- **Alerting/Chore:** Fix TimeRangeInput not working across multiple months [#93622](https://redirect.github.com/grafana/grafana/pull/93622), [@tomratcliffe](https://redirect.github.com/tomratcliffe)
- **Alerting:** Fix default value for input in simple condition [#94248](https://redirect.github.com/grafana/grafana/pull/94248), [@soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Alerting:** Fix eval interval not being saved when creating a new group [#93821](https://redirect.github.com/grafana/grafana/pull/93821), [@tomratcliffe](https://redirect.github.com/tomratcliffe)
- **Alerting:** Fix incorrect permission on POST external rule groups endpoint \[CVE-2024-8118] [#93940](https://redirect.github.com/grafana/grafana/pull/93940), [@alexweav](https://redirect.github.com/alexweav)
- **Alerting:** Fix panics when attempting to create an Alertmanager after failing [#94023](https://redirect.github.com/grafana/grafana/pull/94023), [@santihernandezc](https://redirect.github.com/santihernandezc)
- **DashboardScene:** Fixes url issue with subpath when exiting edit mode [#93962](https://redirect.github.com/grafana/grafana/pull/93962), [@torkelo](https://redirect.github.com/torkelo)
- **Dashboards:** Enable scenes by default [#93818](https://redirect.github.com/grafana/grafana/pull/93818), [@ivanortegaalba](https://redirect.github.com/ivanortegaalba)
- **Dashboards:** Fixes view & edit keyboard shortcuts when grafana is behind a subpath [#93955](https://redirect.github.com/grafana/grafana/pull/93955), [@torkelo](https://redirect.github.com/torkelo)
- **ElasticSearch:** Fix errorsource in newInstanceSettings [#93859](https://redirect.github.com/grafana/grafana/pull/93859), [@iwysiu](https://redirect.github.com/iwysiu)
- **Reporting:** Fix reports on multi-org instance (Enterprise)
- **SubMenu:** Fix expanding sub menu items on touch devices [#93208](https://redirect.github.com/grafana/grafana/pull/93208), [@yincongcyincong](https://redirect.github.com/yincongcyincong)
### [`v11.2.4`](https://redirect.github.com/grafana/grafana/releases/tag/v11.2.4): 11.2.4
[Compare Source](https://redirect.github.com/grafana/grafana/compare/v11.2.3+security-01...v11.2.4)
[Download page](https://grafana.com/grafana/download/11.2.4)
[What's new highlights](https://grafana.com/docs/grafana/latest/whatsnew/)
##### Features and enhancements
- **Alerting:** Make context deadline on AlertNG service startup configurable [#96133](https://redirect.github.com/grafana/grafana/pull/96133), [@fayzal-g](https://redirect.github.com/fayzal-g)
- **MigrationAssistant:** Restrict dashboards, folders and datasources by the org id of the signed in user [#96344](https://redirect.github.com/grafana/grafana/pull/96344), [@leandro-deveikis](https://redirect.github.com/leandro-deveikis)
- **Transformations:** Add 'transpose' transform [#95076](https://redirect.github.com/grafana/grafana/pull/95076), [@jmdane](https://redirect.github.com/jmdane)
- **User:** Check SignedInUser OrgID in RevokeInvite [#95489](https://redirect.github.com/grafana/grafana/pull/95489), [@mgyongyosi](https://redirect.github.com/mgyongyosi)
##### Bug fixes
- **Alerting:** Force refetch prom rules when refreshing panel [#96124](https://redirect.github.com/grafana/grafana/pull/96124), [@soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron)
- **Anonymous User:** Adds validator service for anonymous users [#94993](https://redirect.github.com/grafana/grafana/pull/94993), [@leandro-deveikis](https://redirect.github.com/leandro-deveikis)
- **Anonymous User:** Adds validator service for anonymous users (Enterprise)
- **Azure Monitor:** Support metric namespaces fallback [#95154](https://redirect.github.com/grafana/grafana/pull/95154), [@aangelisc](https://redirect.github.com/aangelisc)
- **Azure:** Fix duplicated traces in multi-resource trace query [#95246](https://redirect.github.com/grafana/grafana/pull/95246), [@aangelisc](https://redirect.github.com/aangelisc)
- **Azure:** Handle namespace request rejection [#95908](https://redirect.github.com/grafana/grafana/pull/95908), [@aangelisc](https://redirect.github.com/aangelisc)
- **Folders:** Add admin permissions upon creation of a folder w. SA [#95416](https://redirect.github.com/grafana/grafana/pull/95416), [@eleijonmarck](https://redirect.github.com/eleijonmarck)
- **Migration:** Remove table aliasing in delete statement to make it work for mariadb [#95231](https://redirect.github.com/grafana/grafana/pull/95231), [@kalleep](https://redirect.github.com/kalleep)
- **ServerLock:** Fix pg concurrency/locking issue [#95934](https://redirect.github.com/grafana/grafana/pull/95934), [@mgyongyosi](https://redirect.github.com/mgyongyosi)
- **ServerSideExpressions:** Disable SQL Expressions to prevent RCE and LFI vulnerability [#94959](https://redirect.github.com/grafana/grafana/pull/94959), [@samjewell](https://redirect.github.com/samjewell)
### [`v11.2.3`](https://redirect.github.com/grafana/grafana/releases/tag/v11.2.3): 11.2.3
[Compare Source](https://redirect.github.com/grafana/grafana/compare/v11.2.2+security-01...v11.2.3+security-01)
[Download page](https://grafana.com/grafana/download/11.2.3)
[What's new highlights](https://grafana.com/docs/grafana/latest/whatsnew/)
##### Bug fixes
- **Alerting:** Fix incorrect permission on POST external rule groups endpoint \[CVE-2024-8118] [#93947](https://redirect.github.com/grafana/grafana/pull/93947), [@alexweav](https://redirect.github.com/alexweav)
- **AzureMonitor:** Fix App Insights portal URL for multi-resource trace queries [#94475](https://redirect.github.com/grafana/grafana/pull/94475), [@aangelisc](https://redirect.github.com/aangelisc)
- **Canvas:** Allow API calls to grafana origin [#94129](https://redirect.github.com/grafana/grafana/pull/94129), [@adela-almasan](https://redirect.github.com/adela-almasan)
- **Folders:** Correctly show new folder button under root folder [#94712](https://redirect.github.com/grafana/grafana/pull/94712), [@IevaVasiljeva](https://redirect.github.com/IevaVasiljeva)
- **OrgSync:** Do not set default Organization for a user to a non-existent Organization [#94549](https://redirect.github.com/grafana/grafana/pull/94549), [@mgyongyosi](https://redirect.github.com/mgyongyosi)
- **Plugins:** Skip install errors if dependency plugin already exists [#94717](https://redirect.github.com/grafana/grafana/pull/94717), [@wbrowne](https://redirect.github.com/wbrowne)
- **ServerSideExpressions:** Disable SQL Expressions to prevent RCE and LFI vulnerability [#94959](https://redirect.github.com/grafana/grafana/pull/94959), [@samjewell](https://redirect.github.com/samjewell)
grafana/grafana-experimental (@grafana/experimental)
### [`v2.1.4`](https://redirect.github.com/grafana/grafana-experimental/compare/62f4b2591966af0682dd5fe2bd647d085e1bb47f...8ebe5ac2dd0c2248622fa44076e71c3f048ab1ff)
[Compare Source](https://redirect.github.com/grafana/grafana-experimental/compare/62f4b2591966af0682dd5fe2bd647d085e1bb47f...8ebe5ac2dd0c2248622fa44076e71c3f048ab1ff)
### [`v2.1.3`](https://redirect.github.com/grafana/grafana-experimental/blob/HEAD/CHANGELOG.md#v213)
[Compare Source](https://redirect.github.com/grafana/grafana-experimental/compare/0d00e9eaa8873d67c510a5a6c1f43db232ee02c1...62f4b2591966af0682dd5fe2bd647d085e1bb47f)
- Query builder: Add support to disable operations
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^11.2.2
->^11.3.1
^2.1.2
->^2.1.4
^11.2.2
->^11.3.1
^11.2.2
->^11.3.1
^11.2.2
->^11.3.1
Release Notes
grafana/grafana (@grafana/data)
### [`v11.3.1`](https://redirect.github.com/grafana/grafana/releases/tag/v11.3.1): 11.3.1 [Compare Source](https://redirect.github.com/grafana/grafana/compare/v11.3.0+security-01...v11.3.1) [Download page](https://grafana.com/grafana/download/11.3.1) [What's new highlights](https://grafana.com/docs/grafana/latest/whatsnew/) ##### Features and enhancements - **Alerting:** Make context deadline on AlertNG service startup configurable [#96135](https://redirect.github.com/grafana/grafana/pull/96135), [@fayzal-g](https://redirect.github.com/fayzal-g) - **MigrationAssistant:** Restrict dashboards, folders and datasources by the org id of the signed in user [#96345](https://redirect.github.com/grafana/grafana/pull/96345), [@leandro-deveikis](https://redirect.github.com/leandro-deveikis) - **User:** Check SignedInUser OrgID in RevokeInvite [#95490](https://redirect.github.com/grafana/grafana/pull/95490), [@mgyongyosi](https://redirect.github.com/mgyongyosi) ##### Bug fixes - **Alerting:** Fix escaping of silence matchers in utf8 mode [#95347](https://redirect.github.com/grafana/grafana/pull/95347), [@tomratcliffe](https://redirect.github.com/tomratcliffe) - **Alerting:** Fix overflow for long receiver names [#95133](https://redirect.github.com/grafana/grafana/pull/95133), [@gillesdemey](https://redirect.github.com/gillesdemey) - **Alerting:** Fix saving advanced mode toggle state in the alert rule editor [#95981](https://redirect.github.com/grafana/grafana/pull/95981), [@alexander-akhmetov](https://redirect.github.com/alexander-akhmetov) - **Alerting:** Fix setting datasource uid, when datasource is string in old version [#96273](https://redirect.github.com/grafana/grafana/pull/96273), [@soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron) - **Alerting:** Force refetch prom rules when refreshing panel [#96125](https://redirect.github.com/grafana/grafana/pull/96125), [@soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron) - **Anonymous User:** Adds validator service for anonymous users [#94994](https://redirect.github.com/grafana/grafana/pull/94994), [@leandro-deveikis](https://redirect.github.com/leandro-deveikis) - **Anonymous User:** Adds validator service for anonymous users (Enterprise) - **Azure Monitor:** Support metric namespaces fallback [#95155](https://redirect.github.com/grafana/grafana/pull/95155), [@aangelisc](https://redirect.github.com/aangelisc) - **Azure:** Fix duplicated traces in multi-resource trace query [#95247](https://redirect.github.com/grafana/grafana/pull/95247), [@aangelisc](https://redirect.github.com/aangelisc) - **Azure:** Handle namespace request rejection [#95909](https://redirect.github.com/grafana/grafana/pull/95909), [@aangelisc](https://redirect.github.com/aangelisc) - **CloudWatch:** Interpolate region in log context query [#94990](https://redirect.github.com/grafana/grafana/pull/94990), [@iwysiu](https://redirect.github.com/iwysiu) - **Dashboard datasource:** Return annotations as series when query topic is "annotations" [#95971](https://redirect.github.com/grafana/grafana/pull/95971), [@kaydelaney](https://redirect.github.com/kaydelaney) - **Dashboard:** Append orgId to URL [#95963](https://redirect.github.com/grafana/grafana/pull/95963), [@bfmatei](https://redirect.github.com/bfmatei) - **Dashboards:** Fixes performance issue expanding a row [#95321](https://redirect.github.com/grafana/grafana/pull/95321), [@torkelo](https://redirect.github.com/torkelo) - **Flame Graph:** Fix crash when it receives empty data [#96211](https://redirect.github.com/grafana/grafana/pull/96211), [@yincongcyincong](https://redirect.github.com/yincongcyincong) - **Folders:** Add admin permissions upon creation of a folder w. SA [#95365](https://redirect.github.com/grafana/grafana/pull/95365), [@eleijonmarck](https://redirect.github.com/eleijonmarck) - **Folders:** Don't show error pop-up if the user can't fetch the root folder [#95600](https://redirect.github.com/grafana/grafana/pull/95600), [@IevaVasiljeva](https://redirect.github.com/IevaVasiljeva) - **Migration:** Remove table aliasing in delete statement to make it work for mariadb [#95232](https://redirect.github.com/grafana/grafana/pull/95232), [@kalleep](https://redirect.github.com/kalleep) - **ServerLock:** Fix pg concurrency/locking issue [#95935](https://redirect.github.com/grafana/grafana/pull/95935), [@mgyongyosi](https://redirect.github.com/mgyongyosi) - **Service Accounts:** Run service account creation in transaction [#94803](https://redirect.github.com/grafana/grafana/pull/94803), [@IevaVasiljeva](https://redirect.github.com/IevaVasiljeva) - **Table:** Fix text wrapping applying to wrong field [#95425](https://redirect.github.com/grafana/grafana/pull/95425), [@codeincarnate](https://redirect.github.com/codeincarnate) - **Unified Storage:** Use ssl_mode instead of sslmode [#95662](https://redirect.github.com/grafana/grafana/pull/95662), [@chaudyg](https://redirect.github.com/chaudyg) ### [`v11.3.0`](https://redirect.github.com/grafana/grafana/releases/tag/v11.3.0): 11.3.0 [Compare Source](https://redirect.github.com/grafana/grafana/compare/v11.2.4...v11.3.0+security-01) [Download page](https://grafana.com/grafana/download/11.3.0) [What's new highlights](https://grafana.com/docs/grafana/latest/whatsnew/) ##### Features and enhancements - **Alerting:** Add manage permissions UI logic for Contact Points [#92885](https://redirect.github.com/grafana/grafana/pull/92885), [@tomratcliffe](https://redirect.github.com/tomratcliffe) - **Alerting:** Allow linking to silence form with `__alert_rule_uid__` value preset [#93526](https://redirect.github.com/grafana/grafana/pull/93526), [@tomratcliffe](https://redirect.github.com/tomratcliffe) - **Alerting:** Hide query name when using simplified mode in the alert rule [#93779](https://redirect.github.com/grafana/grafana/pull/93779), [@soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron) - **Alerting:** Limit and clean up old alert rules versions [#89754](https://redirect.github.com/grafana/grafana/pull/89754), [@igloo12](https://redirect.github.com/igloo12) - **Alerting:** Style nits for the simple query mode [#93930](https://redirect.github.com/grafana/grafana/pull/93930), [@soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron) - **Alerting:** Update texts in annotations step [#93977](https://redirect.github.com/grafana/grafana/pull/93977), [@soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron) - **Alerting:** Use useProduceNewAlertmanagerConfiguration for contact points [#88456](https://redirect.github.com/grafana/grafana/pull/88456), [@gillesdemey](https://redirect.github.com/gillesdemey) - **Auth:** Attach external session info to Grafana session [#93849](https://redirect.github.com/grafana/grafana/pull/93849), [@mgyongyosi](https://redirect.github.com/mgyongyosi) - **Auth:** Replace jmespath/go-jmespath with jmespath-community/go-jmespath [#94203](https://redirect.github.com/grafana/grafana/pull/94203), [@mgyongyosi](https://redirect.github.com/mgyongyosi) - **CloudMigrations:** Add support for migration of Library Elements (Panels) resources [#93898](https://redirect.github.com/grafana/grafana/pull/93898), [@macabu](https://redirect.github.com/macabu) - **Cloudwatch:** Update grafana-aws-sdk [#94155](https://redirect.github.com/grafana/grafana/pull/94155), [@iwysiu](https://redirect.github.com/iwysiu) - **Explore Logs:** Preinstall for onprem Grafana instances [#94221](https://redirect.github.com/grafana/grafana/pull/94221), [@svennergr](https://redirect.github.com/svennergr) - **ExploreMetrics:** Ensure compatibility with Incremental Querying [#94355](https://redirect.github.com/grafana/grafana/pull/94355), [@NWRichmond](https://redirect.github.com/NWRichmond) - **FieldConfig:** Add support for Actions [#92874](https://redirect.github.com/grafana/grafana/pull/92874), [@adela-almasan](https://redirect.github.com/adela-almasan) - **Plugin Extensions:** Require meta-data to be defined in `plugin.json` during development mode [#93429](https://redirect.github.com/grafana/grafana/pull/93429), [@leventebalogh](https://redirect.github.com/leventebalogh) - **Reporting:** Display template variables in the PDF (Enterprise) - **Tempo:** Add deprecation notice for Aggregate By [#94050](https://redirect.github.com/grafana/grafana/pull/94050), [@joey-grafana](https://redirect.github.com/joey-grafana) ##### Bug fixes - **Alerting/Chore:** Fix TimeRangeInput not working across multiple months [#93622](https://redirect.github.com/grafana/grafana/pull/93622), [@tomratcliffe](https://redirect.github.com/tomratcliffe) - **Alerting:** Fix default value for input in simple condition [#94248](https://redirect.github.com/grafana/grafana/pull/94248), [@soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron) - **Alerting:** Fix eval interval not being saved when creating a new group [#93821](https://redirect.github.com/grafana/grafana/pull/93821), [@tomratcliffe](https://redirect.github.com/tomratcliffe) - **Alerting:** Fix incorrect permission on POST external rule groups endpoint \[CVE-2024-8118] [#93940](https://redirect.github.com/grafana/grafana/pull/93940), [@alexweav](https://redirect.github.com/alexweav) - **Alerting:** Fix panics when attempting to create an Alertmanager after failing [#94023](https://redirect.github.com/grafana/grafana/pull/94023), [@santihernandezc](https://redirect.github.com/santihernandezc) - **DashboardScene:** Fixes url issue with subpath when exiting edit mode [#93962](https://redirect.github.com/grafana/grafana/pull/93962), [@torkelo](https://redirect.github.com/torkelo) - **Dashboards:** Enable scenes by default [#93818](https://redirect.github.com/grafana/grafana/pull/93818), [@ivanortegaalba](https://redirect.github.com/ivanortegaalba) - **Dashboards:** Fixes view & edit keyboard shortcuts when grafana is behind a subpath [#93955](https://redirect.github.com/grafana/grafana/pull/93955), [@torkelo](https://redirect.github.com/torkelo) - **ElasticSearch:** Fix errorsource in newInstanceSettings [#93859](https://redirect.github.com/grafana/grafana/pull/93859), [@iwysiu](https://redirect.github.com/iwysiu) - **Reporting:** Fix reports on multi-org instance (Enterprise) - **SubMenu:** Fix expanding sub menu items on touch devices [#93208](https://redirect.github.com/grafana/grafana/pull/93208), [@yincongcyincong](https://redirect.github.com/yincongcyincong) ### [`v11.2.4`](https://redirect.github.com/grafana/grafana/releases/tag/v11.2.4): 11.2.4 [Compare Source](https://redirect.github.com/grafana/grafana/compare/v11.2.3+security-01...v11.2.4) [Download page](https://grafana.com/grafana/download/11.2.4) [What's new highlights](https://grafana.com/docs/grafana/latest/whatsnew/) ##### Features and enhancements - **Alerting:** Make context deadline on AlertNG service startup configurable [#96133](https://redirect.github.com/grafana/grafana/pull/96133), [@fayzal-g](https://redirect.github.com/fayzal-g) - **MigrationAssistant:** Restrict dashboards, folders and datasources by the org id of the signed in user [#96344](https://redirect.github.com/grafana/grafana/pull/96344), [@leandro-deveikis](https://redirect.github.com/leandro-deveikis) - **Transformations:** Add 'transpose' transform [#95076](https://redirect.github.com/grafana/grafana/pull/95076), [@jmdane](https://redirect.github.com/jmdane) - **User:** Check SignedInUser OrgID in RevokeInvite [#95489](https://redirect.github.com/grafana/grafana/pull/95489), [@mgyongyosi](https://redirect.github.com/mgyongyosi) ##### Bug fixes - **Alerting:** Force refetch prom rules when refreshing panel [#96124](https://redirect.github.com/grafana/grafana/pull/96124), [@soniaAguilarPeiron](https://redirect.github.com/soniaAguilarPeiron) - **Anonymous User:** Adds validator service for anonymous users [#94993](https://redirect.github.com/grafana/grafana/pull/94993), [@leandro-deveikis](https://redirect.github.com/leandro-deveikis) - **Anonymous User:** Adds validator service for anonymous users (Enterprise) - **Azure Monitor:** Support metric namespaces fallback [#95154](https://redirect.github.com/grafana/grafana/pull/95154), [@aangelisc](https://redirect.github.com/aangelisc) - **Azure:** Fix duplicated traces in multi-resource trace query [#95246](https://redirect.github.com/grafana/grafana/pull/95246), [@aangelisc](https://redirect.github.com/aangelisc) - **Azure:** Handle namespace request rejection [#95908](https://redirect.github.com/grafana/grafana/pull/95908), [@aangelisc](https://redirect.github.com/aangelisc) - **Folders:** Add admin permissions upon creation of a folder w. SA [#95416](https://redirect.github.com/grafana/grafana/pull/95416), [@eleijonmarck](https://redirect.github.com/eleijonmarck) - **Migration:** Remove table aliasing in delete statement to make it work for mariadb [#95231](https://redirect.github.com/grafana/grafana/pull/95231), [@kalleep](https://redirect.github.com/kalleep) - **ServerLock:** Fix pg concurrency/locking issue [#95934](https://redirect.github.com/grafana/grafana/pull/95934), [@mgyongyosi](https://redirect.github.com/mgyongyosi) - **ServerSideExpressions:** Disable SQL Expressions to prevent RCE and LFI vulnerability [#94959](https://redirect.github.com/grafana/grafana/pull/94959), [@samjewell](https://redirect.github.com/samjewell) ### [`v11.2.3`](https://redirect.github.com/grafana/grafana/releases/tag/v11.2.3): 11.2.3 [Compare Source](https://redirect.github.com/grafana/grafana/compare/v11.2.2+security-01...v11.2.3+security-01) [Download page](https://grafana.com/grafana/download/11.2.3) [What's new highlights](https://grafana.com/docs/grafana/latest/whatsnew/) ##### Bug fixes - **Alerting:** Fix incorrect permission on POST external rule groups endpoint \[CVE-2024-8118] [#93947](https://redirect.github.com/grafana/grafana/pull/93947), [@alexweav](https://redirect.github.com/alexweav) - **AzureMonitor:** Fix App Insights portal URL for multi-resource trace queries [#94475](https://redirect.github.com/grafana/grafana/pull/94475), [@aangelisc](https://redirect.github.com/aangelisc) - **Canvas:** Allow API calls to grafana origin [#94129](https://redirect.github.com/grafana/grafana/pull/94129), [@adela-almasan](https://redirect.github.com/adela-almasan) - **Folders:** Correctly show new folder button under root folder [#94712](https://redirect.github.com/grafana/grafana/pull/94712), [@IevaVasiljeva](https://redirect.github.com/IevaVasiljeva) - **OrgSync:** Do not set default Organization for a user to a non-existent Organization [#94549](https://redirect.github.com/grafana/grafana/pull/94549), [@mgyongyosi](https://redirect.github.com/mgyongyosi) - **Plugins:** Skip install errors if dependency plugin already exists [#94717](https://redirect.github.com/grafana/grafana/pull/94717), [@wbrowne](https://redirect.github.com/wbrowne) - **ServerSideExpressions:** Disable SQL Expressions to prevent RCE and LFI vulnerability [#94959](https://redirect.github.com/grafana/grafana/pull/94959), [@samjewell](https://redirect.github.com/samjewell)grafana/grafana-experimental (@grafana/experimental)
### [`v2.1.4`](https://redirect.github.com/grafana/grafana-experimental/compare/62f4b2591966af0682dd5fe2bd647d085e1bb47f...8ebe5ac2dd0c2248622fa44076e71c3f048ab1ff) [Compare Source](https://redirect.github.com/grafana/grafana-experimental/compare/62f4b2591966af0682dd5fe2bd647d085e1bb47f...8ebe5ac2dd0c2248622fa44076e71c3f048ab1ff) ### [`v2.1.3`](https://redirect.github.com/grafana/grafana-experimental/blob/HEAD/CHANGELOG.md#v213) [Compare Source](https://redirect.github.com/grafana/grafana-experimental/compare/0d00e9eaa8873d67c510a5a6c1f43db232ee02c1...62f4b2591966af0682dd5fe2bd647d085e1bb47f) - Query builder: Add support to disable operationsConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.