Skip to content

Releases: ansible-collections/community.grafana

v1.9.0

08 May 08:13
Compare
Choose a tag to compare

Minor Changes

  • Add new module grafana_silence to create and delete silences through the API
  • Add role components for grafana_silence module
  • lookup - grafana_dashboards - add validate_certs and ca_path options to plugin for custom certs validation

Removed Features (previously deprecated)

  • removed deprecated message argument in grafana_dashboard

Bugfixes

  • Handling of desired default state for first grafana_datasource
  • Ignore type argument for diff comparison if grafana-postgresq-datasource alias postgres is used
  • Set umask for grafana_plugin command

v1.8.0

21 Feb 08:29
Compare
Choose a tag to compare

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

18 Jan 13:02
Compare
Choose a tag to compare

Minor Changes

Bugfixes

  • Add grafana_organiazion_user to action_groups.grafana
  • Fixed orgId handling in diff comparison for grafana_datasource if using org_name

v1.6.1

05 Nov 00:08
Compare
Choose a tag to compare

Minor Changes

  • Bump version of Python used in tests to 3.10
  • Enable datasource option time_interval for prometheus
  • Fix documentation url for Ansible doc website
  • Now testing against Grafana 9.5.13, 8.5.27, 10.2.0

Bugfixes

  • Fix error with datasources configured without basicAuth
  • grafana_folder, fix an issue during delete (starting Grafana 9.3)

v1.6.0

02 Nov 17:41
Compare
Choose a tag to compare

Minor Changes

  • Add grafana_organization_user module

New Modules

  • community.grafana.grafana_organization_user - Manage Grafana Organization Users.

v1.5.4

07 Feb 17:31
Compare
Choose a tag to compare

Minor Changes

  • able to set uid for datasources in grafana via module grafana_datasource

Bugfixes

  • Fixed validate_certs missing parameter for --insecure option in grafana plugins
  • URL encode issue in grafana_organization.py (method get_actual_org ) fixed.
  • grafana_dashboard, now opens json files with utf-8 encoding (#191)

v1.5.3

06 Oct 19:35
Compare
Choose a tag to compare

Bugfixes

  • Add support for more elasticsearch version as datasource (#263)

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).