Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(1.8.0): release version #351

Merged
merged 1 commit into from
Feb 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading