File tree Expand file tree Collapse file tree 3 files changed +45
-1
lines changed
Expand file tree Collapse file tree 3 files changed +45
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,24 @@ Grafana Collection Release Notes
55.. contents :: Topics
66
77
8+ v1.7.0
9+ ======
10+
11+ Minor Changes
12+ -------------
13+
14+ - Add Quickwit search engine datasource (https://quickwit.io).
15+ - Add parameter `org_name ` to `grafana_dashboard `
16+ - Add parameter `org_name ` to `grafana_datasource `
17+ - Add parameter `org_name ` to `grafana_organization_user `
18+ - Add support for Grafana Tempo datasource type (https://grafana.com/docs/grafana/latest/datasources/tempo/)
19+ - default to true/false in docs and code
20+
21+ Bugfixes
22+ --------
23+
24+ - Add `grafana_organiazion_user ` to `action_groups.grafana `
25+
826v1.6.1
927======
1028
Original file line number Diff line number Diff line change @@ -234,3 +234,29 @@ releases:
234234 - 300_datasource_prometheus_time_interval.yml
235235 - fix-316.yml
236236 release_date : ' 2023-11-05'
237+ 1.7.0 :
238+ changes :
239+ bugfixes :
240+ - Add `grafana_organiazion_user` to `action_groups.grafana`
241+ minor_changes :
242+ - Add Quickwit search engine datasource (https://quickwit.io).
243+ - Add parameter `org_name` to `grafana_dashboard`
244+ - Add parameter `org_name` to `grafana_datasource`
245+ - Add parameter `org_name` to `grafana_organization_user`
246+ - Add support for Grafana Tempo datasource type (https://grafana.com/docs/grafana/latest/datasources/tempo/)
247+ - default to true/false in docs and code
248+ fragments :
249+ - 238_checkmode.yml
250+ - 308_datasource_quickwit.yml
251+ - 318-org_users_by_org_name.yml
252+ - 321-action-groups-org-users.yml
253+ - 324_formatting.yml
254+ - 325_linting.yml
255+ - 325_true_false.yml
256+ - 331-dashboard-by-org-name.yml
257+ - 332-datasource-by-org-name.yml
258+ - 335-add-datasource-type-tempo.yml
259+ - 339-lint-black.yml
260+ - 341-lint-ruff.yml
261+ - 342-ruff-findings.yml
262+ release_date : ' 2024-01-17'
Original file line number Diff line number Diff line change 11---
22namespace : community
33name : grafana
4- version : 1.6.1
4+ version : 1.7.0
55readme : README.md
66authors :
77 - Rémi REY (@rrey)
You can’t perform that action at this time.
0 commit comments