Skip to content

Commit

Permalink
build(1.8.0): release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemental committed Feb 21, 2024
1 parent 25d56be commit a3056e9
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@ Grafana Collection Release Notes
.. contents:: Topics


v1.8.0
======

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

- Manage `grafana_folder` for organizations
- Merged ansible role telekom-mms/ansible-role-grafana into ansible-collections/community.grafana
- added `community.grafana.notification_channel` to role
- grafana_dashboard - add check_mode support

Bugfixes
--------

- test: replace deprecated `TestCase.assertEquals` to support Python 3.12

v1.7.0
======

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,3 +263,19 @@ releases:
- 342-ruff-findings.yml
- 345-datasource-compare-diff-orgid.yml
release_date: '2024-01-17'
1.8.0:
changes:
bugfixes:
- 'test: replace deprecated `TestCase.assertEquals` to support Python 3.12'
minor_changes:
- Manage `grafana_folder` for organizations
- Merged ansible role telekom-mms/ansible-role-grafana into ansible-collections/community.grafana
- added `community.grafana.notification_channel` to role
- grafana_dashboard - add check_mode support
fragments:
- 311_dashboard_check_mode.yml
- 343-telekom-mms-role.yml
- 347-folder-for-orgs.yml
- 349-role-notification-channel.yml
- 350-python3.12.yml
release_date: '2024-02-21'
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.7.0
version: 1.8.0
readme: README.md
authors:
- Rémi REY (@rrey)
Expand Down

0 comments on commit a3056e9

Please sign in to comment.