Skip to content

Latest commit

 

History

History
173 lines (111 loc) · 3.39 KB

CHANGELOG.rst

File metadata and controls

173 lines (111 loc) · 3.39 KB

Grafana Collection Release Notes

  • 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
  • Fix an issue with grafana_datasource for Prometheus with basic auth credential management. (#204)
  • Fix an issue with threema notification channel that was not creating gateway, recipient and api_secret in Grafana. (#208)
  • community.grafana.grafana_datasource supports aws_auth_type of default.
  • Fix issue with datasource names that could not contain slashes (#125)
  • community.grafana.grafana_organization - Manage Grafana Organization
  • Fix issue with trailing '/' in provided grafana_url. The modules now support values with trailing slashes.
  • grafana_dashboard lookup - Providing a mangled version of the API key is no longer preferred.
  • 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. (ansible-collections#153)
  • grafana_team now able to handle spaces and other utf-8 chars in the name parameter. (ansible-collections#164)
  • Fix issue with grafana_user that failed to create admin user (#142)
  • introduce "skip_version_check" parameter in grafana_teams and grafana_folder modules (#147)
  • Fix issue with url when grafana_url has a trailing slash (#135)
  • grafana_dashboard, Fix reference before assignment issue (#146)
  • Update the version where message alias will disappear from grafana_dashboard. (Now 2.0.0)
  • community.grafana.grafana_notification_channel - Manage Grafana Notification Channels

Stable release for Ansible 2.10 and beyond

  • Add changelog management for ansible 2.10 (#112)
  • grafana_datasource ; adding additional_json_data param
  • grafana_datasource doesn't set password correctly (#113)
  • Fix an issue in grafana_dashboard that made dashboard import no more detecting changes and fail.
  • Refactor module grafana_datasource to ease its support.
  • Fix an issue with grafana_datasource idempotency
  • Add Thruk as Grafana Datasource
  • Add grafana_folder module
  • Add grafana_user module
  • Use module_utils to allow code factorization
  • Fix issue #45 in grafana_plugin

Initial migration of Grafana content from Ansible core (2.9/devel)