Releases: ansible-collections/community.grafana
Releases Β· ansible-collections/community.grafana
v1.5.2
Bugfixes
- Ensure user email/login is url encoded when searching for the user (#264)
v1.5.1
Minor Changes
- Export dashboard with pretty printed JSON so that it becomes easier to compare changes with the previous version (#257)
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 (#248).
v1.4.0
Minor Changes
- Remove requirement for
ds_type
and ds_url
parameters when deleting a datasource
- add
grafana
action group in meta/runtime.yml
to support for module group defaults
- refactor grafana_notification_channel module
v1.3.3
v1.3.3
Bugfixes
- Fix an issue with grafana_datasource for Prometheus with basic auth credential management. (#204)
v1.3.2
v1.3.2
Bugfixes
- Fix an issue with threema notification channel that was not creating gateway, recipient and api_secret in Grafana. (#208)
v1.3.1
v1.3.1
Minor Changes
- community.grafana.grafana_datasource supports aws_auth_type of default.
v1.3.0
v1.3.0
Bugfixes
- Fix issue with datasource names that could not contain slashes (#125)
New Modules
- community.grafana.grafana_organization - Manage Grafana Organization
v1.2.3
v1.2.3
Bugfixes
- Fix issue with trailing '/' in provided grafana_url. The modules now support values with trailing slashes.
v1.2.2
Deprecated Features
- grafana_dashboard lookup - Providing a mangled version of the API key is no longer preferred.
Bugfixes
- Fix an issue with datasource uid now returned by the Grafana API (#176)
- grafana_dashboard lookup - All valid API keys can be used, not just keys ending in '=='.
- grafana_dashboard now explicitely fails if the folder doesn't exist upon creation. It would previously silently pass but not create the dashboard. (#153)
- grafana_team now able to handle spaces and other utf-8 chars in the name parameter. (#164)