Skip to content

Releases: ansible-collections/community.grafana

v2.3.0

21 Jul 09:55

Choose a tag to compare

Minor Changes

  • grafana_team - integrate parameter org_id
  • grafana_team - integrate parameter org_name

Bugfixes

  • Fix parsing of grafana version for pre-releases and security releases
  • grafana_dashboard - fix change detection for dashboards in folders

v2.2.0

06 May 06:36

Choose a tag to compare

Minor Changes

  • Add argument tls_servername for grafana_datasource
  • Support alertmanager as type for grafana_datasource
  • grafana_dashboard - allow creating dashboards in subfolders

Bugfixes

  • Remove field apiVersion from return of current grafana_datasource for working diff
  • grafana_dashboard - add uid to payload
  • test: replace more deprecated TestCase.assertEquals to support Python 3.12

v2.1.0

08 Aug 06:08

Choose a tag to compare

Minor Changes

  • Manage subfolders for grafana_folder and specify uid

Deprecated Features

  • Deprecate grafana_notification_channel. It will be removed in version 3.0.0

Bugfixes

  • Add missing function argument in grafana_contact_point for org handling
  • Fix var prefixes in silence-task in role
  • Fixed check if grafana_api_key is defined for grafana_dashboard lookup

v2.0.0

31 May 11:28

Choose a tag to compare

Minor Changes

  • Add grafana_contact_point module
  • Add support of grafana_contact_point in grafana role
  • add org switch by org_id and org_name in grafana_silence

Removed Features (previously deprecated)

  • removed check and handling of mangled api key in grafana_dashboard lookup
  • removed deprecated message argument in grafana_dashboard

New Modules

  • community.grafana.grafana_contact_point - Manage Grafana Contact Points

v1.9.1

22 May 07:58

Choose a tag to compare

Bugfixes

  • undo removed deprecated message argument in grafana_dashboard

v1.9.0

08 May 08:13

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

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

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

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

Choose a tag to compare

Minor Changes

  • Add grafana_organization_user module

New Modules

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