Commit Graph
60590 Commits
Author SHA1 Message Date
Will Browne 4bd77ff7bb Plugins: StaticFS should implement FSRemover (#110706) (#110944)
make staticfs implement fs removal interface
2025-09-11 14:44:29 +01:00
8b83e016ec [release-12.1.2] Docs: Add panel filtering (#110910)
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
Co-authored-by: Sam Jewell <2903904+samjewell@users.noreply.github.com>
2025-09-10 15:55:22 -04:00
Alex SpencerandKevin Minehart f8fcd6b2fb [release-12.1.2] CI: pin dagger version to match go.mod (#110645)
CI: pin dagger version to match go.mod (#110638)

* pin dagger version to match go.mod

* set in e2e too

(cherry picked from commit 4810e51743)

Co-authored-by: Kevin Minehart <5140827+kminehart@users.noreply.github.com>
2025-09-05 12:45:29 +02:00
grafana-delivery-bot[bot]andMatt Cowley 20c14c48f4 [release-12.1.2] Plugin Configs: Fix Env types (#110281)
Plugin Configs: Fix Env types (#107908)

(cherry picked from commit 21f305c6a0)

Co-authored-by: Matt Cowley <me@mattcowley.co.uk>
2025-09-05 10:17:55 +02:00
grafana-delivery-bot[bot]andJohnny Kartheiser 231224f017 [release-12.1.2] docs: alerting list view UI changes (#110620)
docs: alerting list view UI changes (#108876)

(cherry picked from commit fe6985f2ac)

Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com>
2025-09-04 13:18:23 -05:00
grafana-delivery-bot[bot]andJacob Valdez 4c0f4d4255 [release-12.1.2] Docs: updating whats new video shortcode (#110553)
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>
2025-09-03 17:57:41 +00:00
William Wernert 1684e10789 Alerting: Bump alerting package to include change to NewTLSClient (#110529)
Bump alerting package to include change to NewTLSClient

This includes the changes from
https://github.com/grafana/alerting/pull/376
2025-09-03 14:47:23 +00:00
grafana-delivery-bot[bot] 74ead49ccb [release-12.1.2] Forbid more redirect patterns (#110502) 2025-09-03 11:13:16 +02:00
grafana-delivery-bot[bot]andJack Westbrook 52ecba092c [release-12.1.2] Fix: Prevent Rollup from treeshaking NPM packages (#108570)
Fix: Prevent Rollup from treeshaking NPM packages (#108567)

fix(packages): prevent rollup from treeshaking libraries

(cherry picked from commit 15d9df93f9)

Co-authored-by: Jack Westbrook <jack.westbrook@gmail.com>
2025-09-02 14:04:57 +02:00
grafana-delivery-bot[bot]andIrene Rodríguez fb80e2d4bf [release-12.1.2] Docs: Modify Go installation command for foundation SDK (#110420)
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com>
2025-09-01 15:58:01 +00:00
grafana-delivery-bot[bot]andJack Baldry d6e4707bf3 [release-12.1.2] Fix link to site which is no longer relevant (#110287)
Fix link to site which is no longer relevant (#110214)

Fix link to abandoned web page

Wikipedia isn't likely to get hijacked in the same way.

(cherry picked from commit 17f6b31e8c)

Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
2025-08-29 08:57:22 +01:00
Moustafa Baiou 007b734596 Alerting: Fix copying of recording rule fields
Recording rule fields were not being copied correctly when duplicating an alert rule. This manifests as missing `TargetDataSourceUID` fields from the `Record` part of the rule when rules in a group are re-ordered.

Added some additional tests to ensure we cover the generation of recording rules in tests and fixed the copying logic to ensure all fields are copied correctly.

(cherry picked from commit c73b3ccf6e)
2025-08-28 14:27:05 -04:00
38958ee7b7 [release-12.1.2] BackendSrv: remove ampersand in validatePath (#110243)
BackendSrv: remove ampersand in validatePath (#109725)

remove ampersand from fetch URL split


(cherry picked from commit be4dc6fdb6)

Co-authored-by: Kristian Bremberg <114284895+KristianGrafana@users.noreply.github.com>
Co-authored-by: Isaiah Grigsby <isaiah.grigsby@grafana.com>
2025-08-27 15:42:42 -05:00
Kim Nylander 845f7efd02 [Backport v12.1.2] Add docs for Tempo data source [110114] (#110192)
[DOC] Tempo DS: Clone a provisioned data source doc (#110114)

* Tempo DS: Clone a provisioned data source doc

* Chagnes from prettier

* Update docs/sources/datasources/tempo/configure-tempo-data-source.md
# Conflicts:
#	docs/sources/datasources/tempo/configure-tempo-data-source.md
2025-08-27 14:33:00 -04:00
Isabel Matwawana 9614267c47 [release-12.1.2] Docs: Change height unit from kg to inches (#110195) 2025-08-27 10:14:23 -04:00
Matheus Macabu 104a98b98d [release-12.1.2] Dependencies: Bump github.com/go-viper/mapstructure/v2 to 2.4.0 (#110202)
Dependencies: Bump github.com/go-viper/mapstructure/v2 to 2.4.0
2025-08-27 11:28:15 +02:00
e8b765f8c7 Docs: Fixing broken links in data sources (#110068) (#110187)
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com>
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
2025-08-26 15:33:38 -05:00
Matheus Macabu 8dc525a4f5 [release-12.1.2] Dependencies(js): Update sha.js to 2.4.12 (#110167)
Dependencies(js): Update sha.js to 2.4.12

(cherry picked from commit 474e81efd8)
2025-08-26 17:42:56 +02:00
Mariell HoversholmandMichael Mandrus e5b4036d49 [release-12.1.2] Chore: Don't show a "Not found" for public-dashboard fetches if the service is disabled via config (#110144)
Co-authored-by: Michael Mandrus <41969079+mmandrus@users.noreply.github.com>
2025-08-26 12:58:18 +02:00
Yuri Tseretyan 1dc715cf81 [release-12.1.2] Alerting: Update alerting module (#109999)
update alerting module to e637e0882bc57fc4ed82246911f920b0e27b403e
2025-08-25 10:30:13 -04:00
Anna UrbiztondoandAndres Martinez Gotor 0428ec33f3 Backport 66b146a9df to release 12.1.2 (#110025)
Docs: Clarifying env var expansion (#109869)

* First thoughts

* Edits

* Prettier

* Update docs/sources/administration/provisioning/index.md



* Style edits

* Update docs/sources/administration/provisioning/index.md



* Prettier

---------

Co-authored-by: Andres Martinez Gotor <andres.martinez@grafana.com>
2025-08-22 15:11:27 +00:00
Jev ForsbergandJacob Valdez 3dd9a04b1b [release-12.1.2] Chore: Clarify version update content (#109996)
* Chore: Clarify version update content (#109987)

* baldm0mma/ clarify update content

* baldm0mma/ scan and update rest of doc

* baldm0mma/ run prettier

* baldm0mma/ rerun yarn run prettier:write

* Update docs/sources/upgrade-guide/when-to-upgrade/index.md

Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>

---------

Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>
(cherry picked from commit a180601968)

* baldm0mma/ run prettier write

* baldm0mma/ update major example

---------

Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>
2025-08-22 09:08:10 -06:00
Isabel Matwawana 02651fbf4a [release-12.1.2] Docs: Folder name character limitations (#110046) 2025-08-22 14:59:22 +00:00
Isabel Matwawana 5a27449bd1 [release-12.1.2] Docs: Add degrees to rotation angle descriptions (#110057) 2025-08-22 14:55:17 +00:00
Anna Urbiztondo 0a2cda1a4e Backport 8a3c6ab21c to release 12.1.2 (#110041)
* backport

* Backport
2025-08-22 13:24:08 +00:00
Matheus Macabu 4f90459ce8 [release-12.1.2] Auditing: Document new options for recording datasource query request/response body (#109981)
Auditing: Document new options for recording datasource query request/response body (#109951)

(cherry picked from commit 91748fe115)
2025-08-21 17:32:48 +02:00
grafana-delivery-bot[bot]andJosh Hunt 3e4ec66706 [release-12.1.0] UI: Disable tabular numbers toggle by default (#108037)
UI: Disable tabular numbers toggle by default (#107911)

* UI: disable tabular numbers toggle

* gen

(cherry picked from commit 0cde9e4f3f)

Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
2025-08-19 08:43:01 +01:00
Victor MarinandBogdan Matei 173f09ce0c [release-12.1.2] Dashboard: Resume tracking changes after save from JSON model page (#109796)
Dashboard: Resume tracking changes after save from JSON model page (#109607)

(cherry picked from commit e285cc2ddc)

Co-authored-by: Bogdan Matei <bogdan.matei@grafana.com>
2025-08-19 10:27:57 +03:00
Andreas ChristouandAdam Yeats 0296c41a9d [release-12.1.2] Azure: Fix logs editor rendering (#109668)
* Azure: Fix logs editor rendering (#109491)

* Fix logs editor rendering

- Add test

* Type fixes

* Fix schema conditions and add test

* Fix lint

* Update public/app/plugins/datasource/azuremonitor/components/LogsQueryEditor/TimeManagement.tsx

Co-authored-by: Adam Yeats <16296989+adamyeats@users.noreply.github.com>

* Lint

---------

Co-authored-by: Adam Yeats <16296989+adamyeats@users.noreply.github.com>
(cherry picked from commit b34642b188)

* Fix tests

---------

Co-authored-by: Adam Yeats <16296989+adamyeats@users.noreply.github.com>
2025-08-18 17:36:57 +01:00
Matheus Macabu af62210f7d [release-12.1.2] Build: Add -buildvcs=false flag to go build (#109674)
Build: Add -buildvcs=false flag to go build

(cherry picked from commit ecbe0bdaf6)
2025-08-18 17:39:03 +02:00
Alexander Akhmetov 2ab8fdb0df [release-12.1.2] Alerting: Add keepFiringFor and missing_series_evals_to_resolve to file provisioning (#109710)
* Alerting: Add keepFiringFor and missing_series_evals_to_resolve to file provisioning (#109699)

* Fix MissingSeriesEvalsToResolve type
2025-08-18 10:43:47 +02:00
Isabel Matwawana 467392cde3 [release-12.1.2] Docs: Add config options alias (#109761) 2025-08-15 17:30:12 -04:00
Isabel Matwawana 34907a5453 [release-12.1.2] Docs: Remove enterprise product label and add more notes (#109760) 2025-08-15 17:29:58 -04:00
Andreas ChristouandZoe C 26a7187dcd [release-12.1.2] Update Influx Config Options Section in Docs (#109700)
Update Influx Config Options Section in Docs (#108264)

(cherry picked from commit c16117df4e)

Co-authored-by: Zoe C <38118634+zoesyc@users.noreply.github.com>
2025-08-14 14:08:54 -04:00
Jacob Valdez 6e03c4649e Docs: adjusting the audit log label info (#109088) (#109692) 2025-08-14 11:49:13 -05:00
Jacob Valdez 1e6f0d5af2 docs: fix refs to fix links in http api docs (#109429) (#109688) 2025-08-14 11:49:04 -05:00
Jacob Valdez 5389f19fbb adding content from PR #109492 (#109684) (#109685) 2025-08-14 11:48:52 -05:00
3ae140cc19 Release: 12.1.1 (#109625)
* Update changelog

* Update version to 12.1.1

* baldm0mma/ update version to 12.1.2

---------

Co-authored-by: grafana-delivery-bot[bot] <grafana-delivery-bot[bot]@users.noreply.github.com>
Co-authored-by: jev forsberg <jev.forsberg@grafana.com>
2025-08-13 11:53:51 -06:00
Konrad Lalik df5de8219b [release-12.1.1] Alerting: Fix subpath handling in the alerting package (#109505)
Alerting: Fix subpath handling in the alerting package (#109448)

Take subpath into account when building contact points APIs URL

(cherry picked from commit a0cf529465)
v12.1.1
2025-08-12 10:54:20 +02:00
grafana-delivery-bot[bot]andIsabel Matwawana 3b64a0b431 [release-12.1.1] Docs: Clarify geomap tooltip behavior (#109435)
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
2025-08-11 08:39:17 -04:00
5130b3c704 [release-12.1.1] AWS Datasources: Update grafana assume role docs for GA (#109403)
AWS Datasources: Update grafana assume role docs for GA (#107220)



(cherry picked from commit da0f1d7b18)

Co-authored-by: Isabella Siu <Isabella.siu@grafana.com>
Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
Co-authored-by: Kevin Yu <kevinwcyu@users.noreply.github.com>
2025-08-08 15:14:27 +01:00
Josh Hunt 1c3628f3c6 [release-12.1.1] Config: Fix date_formats options being moved to a different section (#109366)
Config: Fix date_formats options being moved to a different section (#109339)

* Config: Fix date_formats options being moved to a different section

* fix builder cache key

(cherry picked from commit 0069d112fc)
2025-08-07 21:59:22 +01:00
grafana-delivery-bot[bot]andLarissa Wandzura add798f9be [release-12.1.1] DOCS: Updates to help with UI improvement work (#109364)
DOCS:  Updates to help with UI improvement work (#109359)

* updates to help with UI improvements

* ran prettier

(cherry picked from commit e6c24e0709)

Co-authored-by: Larissa Wandzura <126723338+lwandz13@users.noreply.github.com>
2025-08-07 15:49:03 -05:00
Isabella Siu 2966c2b41f [release-12.1.1] CloudWatch: Update grafana/aws-sdk-go with STS endpo… (#109357)
* [release-12.1.1] CloudWatch: Update grafana/aws-sdk-go with STS endpoint bugfix

* update for trivy
2025-08-07 16:41:08 -04:00
grafana-delivery-bot[bot]andlinoman 8c70b0b4eb [release-12.1.1] SAML: graph api documentation (#109329)
Co-authored-by: linoman <2051016+linoman@users.noreply.github.com>
2025-08-07 12:09:04 +02:00
Mariell Hoversholm a844040faf [release-12.1.1] Go: Update to 1.24.6 (#109318) 2025-08-07 10:28:03 +02:00
Kevin Minehart 93605ed4ee [release-12.1.1] update release-build.yml (#109300)
* update release-build.yml

* [12.0.4] update release build (#109265)

* sync release-build w/ main

* Update Dockerfile

* Undo some dockerfile updates

(cherry picked from commit 3f6d86983d)
2025-08-06 22:38:52 +01:00
grafana-delivery-bot[bot]andJacob Valdez 15d4d230cb [release-12.1.1] docs: Adding clarification to branding docs (#109199)
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>
2025-08-05 11:49:12 -05:00
grafana-delivery-bot[bot]andJacob Valdez cd3523db68 [release-12.1.1] Update cloud-migration-assistant.md (#109193)
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com>
2025-08-05 08:14:28 -05:00
Eve Meelan 566460f4fe Pricing update: no more Cloud Advanced (#109056) (#109071)
* scrub Cloud Advanced

* prettier edit

(cherry picked from commit 147df3de08)
2025-08-04 08:00:15 -04:00