Skip to content

Commit

Permalink
build(release): 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rrey committed Jun 25, 2022
1 parent f34b15e commit 61ed43e
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: grafana
version: 1.4.0
version: 1.5.0
readme: README.md
authors:
- Rémi REY (@rrey)
Expand Down

0 comments on commit 61ed43e

Please sign in to comment.