From 61ed43e0ce81cbe3e460bb766ea09fc8e3c870be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20REY?= Date: Sat, 25 Jun 2022 13:18:14 +0200 Subject: [PATCH] build(release): 1.5.0 --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 15 +++++++++++++++ galaxy.yml | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9b29f0d1..ef8e6c7e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,20 @@ Grafana Collection Release Notes .. contents:: Topics +v1.5.0 +====== + +Minor Changes +------------- + +- community.grafana.grafana_datasource supports grafana-azure-monitor-datasource. + +Bugfixes +-------- + +- Fix a bug that causes a fatal error when using `url` parameter in `grafana_dashboard` and `grafana_notification_channel` modules. +- Fix a bug that causes an update error when using the `grafana_datasource` module on Grafana >=9.0.0 (https://github.com/ansible-collections/community.grafana/issues/248). + v1.4.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 90807eb1..82da0779 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -150,3 +150,18 @@ releases: - grafana_users_note.yaml - notifi_channel_refacto.yml release_date: '2022-04-18' + 1.5.0: + changes: + bugfixes: + - Fix a bug that causes a fatal error when using `url` parameter in `grafana_dashboard` + and `grafana_notification_channel` modules. + - Fix a bug that causes an update error when using the `grafana_datasource` + module on Grafana >=9.0.0 (https://github.com/ansible-collections/community.grafana/issues/248). + minor_changes: + - community.grafana.grafana_datasource supports grafana-azure-monitor-datasource. + fragments: + - 172_support_azure_datasource.yml + - 186_check_fragments.yml + - 239_keyerror_grafana_url.yml + - 248_ds_update_error_grafana_9.yml + release_date: '2022-06-25' diff --git a/galaxy.yml b/galaxy.yml index 7ff7cc00..b9eb865a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: grafana -version: 1.4.0 +version: 1.5.0 readme: README.md authors: - RĂ©mi REY (@rrey)