Skip to content

Commit bd6615e

Browse files
committed
build(1.7.0): release version
1 parent 3f4aa3d commit bd6615e

File tree

3 files changed

+45
-1
lines changed

3 files changed

+45
-1
lines changed

CHANGELOG.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
826
v1.6.1
927
======
1028

changelogs/changelog.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff 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'

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: community
33
name: grafana
4-
version: 1.6.1
4+
version: 1.7.0
55
readme: README.md
66
authors:
77
- Rémi REY (@rrey)

0 commit comments

Comments
 (0)