Skip to content

Commit

Permalink
build(1.7.0): release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Jan 17, 2024
1 parent 879e206 commit c390f58
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ Grafana Collection Release Notes
.. contents:: Topics


v1.7.0
======

Minor Changes
-------------

- Add Quickwit search engine datasource (https://quickwit.io).
- Add parameter `org_name` to `grafana_dashboard`
- Add parameter `org_name` to `grafana_datasource`
- Add parameter `org_name` to `grafana_organization_user`
- Add support for Grafana Tempo datasource type (https://grafana.com/docs/grafana/latest/datasources/tempo/)
- default to true/false in docs and code

Bugfixes
--------

- Add `grafana_organiazion_user` to `action_groups.grafana`

v1.6.1
======

Expand Down
26 changes: 26 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,3 +234,29 @@ releases:
- 300_datasource_prometheus_time_interval.yml
- fix-316.yml
release_date: '2023-11-05'
1.7.0:
changes:
bugfixes:
- Add `grafana_organiazion_user` to `action_groups.grafana`
minor_changes:
- Add Quickwit search engine datasource (https://quickwit.io).
- Add parameter `org_name` to `grafana_dashboard`
- Add parameter `org_name` to `grafana_datasource`
- Add parameter `org_name` to `grafana_organization_user`
- Add support for Grafana Tempo datasource type (https://grafana.com/docs/grafana/latest/datasources/tempo/)
- default to true/false in docs and code
fragments:
- 238_checkmode.yml
- 308_datasource_quickwit.yml
- 318-org_users_by_org_name.yml
- 321-action-groups-org-users.yml
- 324_formatting.yml
- 325_linting.yml
- 325_true_false.yml
- 331-dashboard-by-org-name.yml
- 332-datasource-by-org-name.yml
- 335-add-datasource-type-tempo.yml
- 339-lint-black.yml
- 341-lint-ruff.yml
- 342-ruff-findings.yml
release_date: '2024-01-17'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: community
name: grafana
version: 1.6.1
version: 1.7.0
readme: README.md
authors:
- Rémi REY (@rrey)
Expand Down

0 comments on commit c390f58

Please sign in to comment.