File tree Expand file tree Collapse file tree 3 files changed +33
-1
lines changed
Expand file tree Collapse file tree 3 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,22 @@ Grafana Collection Release Notes
55.. contents :: Topics
66
77
8+ v1.8.0
9+ ======
10+
11+ Minor Changes
12+ -------------
13+
14+ - Manage `grafana_folder ` for organizations
15+ - Merged ansible role telekom-mms/ansible-role-grafana into ansible-collections/community.grafana
16+ - added `community.grafana.notification_channel ` to role
17+ - grafana_dashboard - add check_mode support
18+
19+ Bugfixes
20+ --------
21+
22+ - test: replace deprecated `TestCase.assertEquals ` to support Python 3.12
23+
824v1.7.0
925======
1026
Original file line number Diff line number Diff line change @@ -263,3 +263,19 @@ releases:
263263 - 342-ruff-findings.yml
264264 - 345-datasource-compare-diff-orgid.yml
265265 release_date : ' 2024-01-17'
266+ 1.8.0 :
267+ changes :
268+ bugfixes :
269+ - ' test: replace deprecated `TestCase.assertEquals` to support Python 3.12'
270+ minor_changes :
271+ - Manage `grafana_folder` for organizations
272+ - Merged ansible role telekom-mms/ansible-role-grafana into ansible-collections/community.grafana
273+ - added `community.grafana.notification_channel` to role
274+ - grafana_dashboard - add check_mode support
275+ fragments :
276+ - 311_dashboard_check_mode.yml
277+ - 343-telekom-mms-role.yml
278+ - 347-folder-for-orgs.yml
279+ - 349-role-notification-channel.yml
280+ - 350-python3.12.yml
281+ release_date : ' 2024-02-21'
Original file line number Diff line number Diff line change 11---
22namespace : community
33name : grafana
4- version : 1.7 .0
4+ version : 1.8 .0
55readme : README.md
66authors :
77 - Rémi REY (@rrey)
You can’t perform that action at this time.
0 commit comments