Skip to content

Releases: ansible-collections/community.grafana

v1.2.1

11 Apr 10:10
Compare
Choose a tag to compare

v1.2.1

Bugfixes

  • Fix issue with grafana_user that failed to create admin user (#142)

1.2.0

15 Feb 18:46
Compare
Choose a tag to compare

v1.2.0

Major Changes

  • introduce "skip_version_check" parameter in grafana_teams and grafana_folder modules (#147)

Bugfixes

  • Fix issue with url when grafana_url has a trailing slash (#135)
  • grafana_dashboard, Fix reference before assignment issue (#146)

1.1.0

16 Nov 18:14
Compare
Choose a tag to compare

Minor Changes

  • Update the version where message alias will disappear from grafana_dashboard. (Now 2.0.0)

New Modules

  • community.grafana.grafana_notification_channel - Manage Grafana Notification Channels

Stable release for Ansible 2.10 and beyond

16 Aug 09:13
Compare
Choose a tag to compare

Major Changes

  • Add changelog management for ansible 2.10 (#112)
  • grafana_datasource ; adding additional_json_data param

Known Issues

  • grafana_datasource doesn't set password correctly (#113)

0.2.2

30 Mar 20:53
Compare
Choose a tag to compare

0.2.2

  • Bug fixes:
    • Fix an issue in grafana_dashboard that made dashboard import no more detecting changes and fail.
  • Improvements:
    • Refactor module grafana_datasource to ease its support.

0.2.1

18 Mar 12:25
Compare
Choose a tag to compare
  • Bug fixes:
    • Fix an issue with grafana_datasource idempotency

0.2.0

26 Feb 17:25
Compare
Choose a tag to compare
  • New content:
    • Add Thruk as Grafana Datasource
    • Add grafana_user module
    • Add grafana_folder module
  • Bug fixes:
    • Fix issue #45 in grafana_plugin
  • Improvements:
    • Use module_utils to allow code factorization

First release

27 Dec 11:58
Compare
Choose a tag to compare

First release with content ported from ansible/ansible repository.