Skip to content

Releases: ansible-collections/community.grafana

v1.5.2

19 Aug 11:22
Compare
Choose a tag to compare

Bugfixes

  • Ensure user email/login is url encoded when searching for the user (#264)

v1.5.1

17 Jul 09:13
Compare
Choose a tag to compare

Minor Changes

  • Export dashboard with pretty printed JSON so that it becomes easier to compare changes with the previous version (#257)

v1.5.0

25 Jun 11:27
Compare
Choose a tag to compare

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

18 Apr 19:06
Compare
Choose a tag to compare

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

27 Feb 13:39
Compare
Choose a tag to compare

v1.3.3

Bugfixes

  • Fix an issue with grafana_datasource for Prometheus with basic auth credential management. (#204)

v1.3.2

20 Feb 17:25
Compare
Choose a tag to compare

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

17 Feb 09:38
Compare
Choose a tag to compare

v1.3.1

Minor Changes

  • community.grafana.grafana_datasource supports aws_auth_type of default.

v1.3.0

26 Nov 17:44
Compare
Choose a tag to compare

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

14 Sep 13:55
Compare
Choose a tag to compare

v1.2.3

Bugfixes

  • Fix issue with trailing '/' in provided grafana_url. The modules now support values with trailing slashes.

v1.2.2

08 Sep 16:15
Compare
Choose a tag to compare

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)