Skip to content

Comments

PMM-14829 Grafana 11.6.12#875

Open
matejkubinec wants to merge 133 commits intomainfrom
PMM-14829-grafana-11.6.x
Open

PMM-14829 Grafana 11.6.12#875
matejkubinec wants to merge 133 commits intomainfrom
PMM-14829-grafana-11.6.x

Conversation

@matejkubinec
Copy link
Collaborator

@matejkubinec matejkubinec commented Feb 18, 2026

github-actions bot and others added 30 commits June 17, 2025 16:36
…pshot (grafana#106885)

CloudMigrations: Skip default contact point from snapshot (grafana#106600)

* CloudMigrations: Skip default contact point from snapshot

* Update cloud-migration-assistant.md

* Update cloud-migration-assistant.md

---------


(cherry picked from commit a65743e)

Co-authored-by: Matheus Macabu <macabu@users.noreply.github.com>
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>
Azure: Fix legend formatting (grafana#106504)

Fix inconsistent casing in resource URIs

(cherry picked from commit 629bd11)

Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
Graphite: Fix annotation queries (grafana#106553)

* Add refid to annotation queries

* Fix errors

(cherry picked from commit 6e45069)

Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
…ariable queries (grafana#106939)

Azure: Fix resource name determination in template variable queries (grafana#105705)

* Correctly parse resource URIs

* Update test

* Update variable function

(cherry picked from commit 4020a3d)

Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
…grafana#107187)

E2E: Fix icons not loading consistently in e2e tests (grafana#106946)

(cherry picked from commit 8e107fa)

Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
Table: Fix cell border visibility (grafana#101951)

fix(table): cell border visibility

(cherry picked from commit b224751)

Co-authored-by: Ihor Yeromin <yeryomin.igor@gmail.com>
…na#107258)

Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
grafana#107268)

InfluxDB: Fix variable interpolation on adhoc filters (grafana#104931)

Grafana frontend code sends adhoc filters to the backend in both the
`tags` and `adhocFilters` params.

The values in `tags` have dashboard variables interpolated, while those
in `adhocFilters` don't. This PR updates the frontend code to
also interpolate variables into the `adhocFilters` param.

The duplicated values are left as they are in `tags`, in case some other
spooky code at a distance relies on that.

(cherry picked from commit 02d977e)

Co-authored-by: beejeebus <justin.randell@grafana.com>
…code (grafana#107233)

InfluxDB: Fix regex for finding regexes in frontend code (grafana#105194)

When interpolating variables in the frontend, we want to be sure to
escape special characters if the variable is used in a regex.

We used a regex to find regexes in raw queries, which contained a bug.
The regex treated any `/` character as the start of a regex. However,
InfluxQL (and most sql dialects) support using `/` as a division
operator.

This PR adds a check for `=~` or `!~` immediately preceding `/` as the
beginning of a regex, as per the InfluxQL spec for regexes:

https://docs.influxdata.com/influxdb/v2/reference/syntax/influxql/spec/#regular-expressions

Fixes grafana/support-escalations#16219

(cherry picked from commit 8f4b2bb)

Co-authored-by: beejeebus <justin.randell@grafana.com>
…fana#107401)

Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com>
Fix graph styles and axis options content (grafana#107008)
…rafana#107418)

Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
grafana#107417)

ConvertFieldType: Handle undefined values in joinWith (grafana#106712)

fix: escalation fix - groupBy with joinWith
(cherry picked from commit 3497c85)

Co-authored-by: Alex Spencer <52186778+alexjonspencer1@users.noreply.github.com>
…v2 from 2.2.1 to 2.3.0 (grafana#107555)

Dependencies: Bump github.com/go-viper/mapstructure/v2 from 2.2.1 to 2.3.0
Graphite: Fix date mutation (grafana#107414)

* Fix date mutation

- Add unit test
- Improve types

* Add invalid test and minor cleanup

* Review

(cherry picked from commit a01b153)

Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
…ated rows (grafana#107564)

Graphite: Fix nested variable interpolation for repeated rows (grafana#106976)

* Fix for repeated row variables

* Add unit tests

---------


(cherry picked from commit f7667f4)

Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
Co-authored-by: Ivan Ortega <ivanortegaalba@gmail.com>
Graphite: Fix recursion (grafana#106983)

* Fix for repeated row variables

* Add unit tests

* Do not recursively replace queries that self-reference

---------


(cherry picked from commit 7135832)

Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
Co-authored-by: Ivan Ortega <ivanortegaalba@gmail.com>
…rafana#107573)

Unified storage: Respect GF_DATABASE_URL override (grafana#105331)

* Database for unified storage resources now reuses DB code that respects URL override.

Access instrument_queries via section getter.

(cherry picked from commit 041c343)
…n Gitlab OAuth (grafana#107655)

Auth: fix role_attribute_path when using ID tokens in Gitlab OAuth (grafana#107634)

(cherry picked from commit 5b5d5fe)
…w rules (grafana#107496)

* Alerting: Fix group interval override when adding new rules (grafana#107324)

* Fix group interval override when adding new rules to existing groups

* Fix lint errors

* Update tests snapshots

* Update tests snapshots

* Fix GrafanaGroupLoader

(cherry picked from commit 3a38832)

* Update tests
StateTimeline: Add endTime to tooltip (grafana#106582)

Co-authored-by: Adela Almasan <88068998+adela-almasan@users.noreply.github.com>
…UserPreferences (grafana#107829)

IAM: Return 401 if identity type is not valid in GetUserPreferences (grafana#107760)

fix(GetUserPreferences): Return 401 if identity type is not valid

(cherry picked from commit e4743a9)
…dated scrollable iframe container (grafana#107188)

fix: percentage-based heights were not applied in updated scrollable iframe container
…#107431)

Docs: Updated the Graphite data source docs (grafana#105426)

* initial edits

* edits to config doc

* query editor updates

* ran prettier

* updates

* made more updates

* final edits

* ran prettier, updated some descriptions

* a few more quick edits

* one more definition

(cherry picked from commit dec2df8)

Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
fix(redirect): make validation of redirect uri stricter

Co-authored-by: volcanonoodle <114113189+volcanonoodle@users.noreply.github.com>
* Update changelog

* Update version to 11.6.4

---------

Co-authored-by: grafana-delivery-bot[bot] <grafana-delivery-bot[bot]@users.noreply.github.com>
grafana-delivery-bot bot and others added 26 commits December 18, 2025 15:20
…that the ones in Dockerfile (grafana#115553)

CI: Remove the default alpine & ubuntu versions so that the ones in Dockerfile (grafana#115544)

* Remove the default alpine & ubuntu versions so that the ones in Dockerfile are used

* set default to just 'alpine' or 'ubuntu'

* use defaults instead

(cherry picked from commit 39fa655)

Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com>
Backport DB snapshot for MySQL into release-11.6.10 (grafana#115402)
…yRuleUID (grafana#115691)

* Alerting: Fix a race condition panic in ResetStateByRuleUID (grafana#115662)

(cherry picked from commit 0962082)

* Rename test

---------

Co-authored-by: Alexander Akhmetov <me@alx.cx>
…na#115732)

auth: Protect from empty session token panic (grafana#115728)

* Protect from empty session token panic

* Rename returned error

(cherry picked from commit 4c79775)

Co-authored-by: linoman <2051016+linoman@users.noreply.github.com>
…e to reflect new gridPos (grafana#116110)

* InspectJsonTab: Force render the layout after change to reflect new gridPos (grafana#115688)

force render the layout after inspect panel change to account for gridPos change

(cherry picked from commit 0a0f92e)

* fix merge conflicts
…nputs (grafana#116293)

Co-authored-by: Mariell Hoversholm <mariell.hoversholm@grafana.com>
* update scenes version

* bump scenes and fix lint
…out (grafana#116898)

Avatar: Require sign-in, remove queue, respect timeout

Fixes CVE-2026-21720
* Update changelog

* Update version to 11.6.10

* restart ci

---------

Co-authored-by: grafana-delivery-bot[bot] <grafana-delivery-bot[bot]@users.noreply.github.com>
Co-authored-by: Jev Forsberg <jev.forsberg@grafana.com>
…116936)

Correlations: Remove support for org_id=0 (grafana#116877)

remove support for org_id=0

(cherry picked from commit e702db6)
Plugins: externalise jsx-runtime (grafana#108478)

* feat(plugins): externalise jsx-runtime to prevent plugins bundling separate versions

* feat(plugins): provide react/jsx-dev-runtime to plugins to prevent prod only bugs

(cherry picked from commit 9d682ce)

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
…ication templates (grafana#117713)

Alerting: Update alerting module to 35f3427554ec843e155a04894f38e6ded883c4fc

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
…ard timerange if time selection disabled (grafana#117865)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update changelog

* Update version to 11.6.11

* empty commit to kick CI

---------

Co-authored-by: grafana-delivery-bot[bot] <grafana-delivery-bot[bot]@users.noreply.github.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
…ferences (grafana#118215) (grafana#118289)

Rendering: Fix single panel render with variable references (grafana#118215)

(cherry picked from commit 501cce6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.