Releases: ansible-collections/community.grafana
Releases · ansible-collections/community.grafana
v1.2.1
v1.2.1
Bugfixes
- Fix issue with grafana_user that failed to create admin user (#142)
1.2.0
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
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
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
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
- Bug fixes:
- Fix an issue with
grafana_datasource
idempotency
0.2.0
- 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
First release with content ported from ansible/ansible
repository.