Skip to content

Commit a3056e9

Browse files
committed
build(1.8.0): release version
1 parent 25d56be commit a3056e9

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
824
v1.7.0
925
======
1026

changelogs/changelog.yaml

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

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.7.0
4+
version: 1.8.0
55
readme: README.md
66
authors:
77
- Rémi REY (@rrey)

0 commit comments

Comments
 (0)