Releases: ansible-collections/community.grafana
Releases · ansible-collections/community.grafana
v2.3.0
v2.2.0
Minor Changes
- Add argument
tls_servernameforgrafana_datasource - Support
alertmanageras type forgrafana_datasource - grafana_dashboard - allow creating dashboards in subfolders
Bugfixes
- Remove field
apiVersionfrom return of currentgrafana_datasourcefor working diff - grafana_dashboard - add uid to payload
- test: replace more deprecated
TestCase.assertEqualsto support Python 3.12
v2.1.0
Minor Changes
- Manage subfolders for
grafana_folderand 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_pointfor org handling - Fix var prefixes in silence-task in role
- Fixed check if grafana_api_key is defined for
grafana_dashboardlookup
v2.0.0
Minor Changes
- Add
grafana_contact_pointmodule - Add support of
grafana_contact_pointin grafana role - add org switch by
org_idandorg_nameingrafana_silence
Removed Features (previously deprecated)
- removed check and handling of mangled api key in
grafana_dashboardlookup - removed deprecated
messageargument ingrafana_dashboard
New Modules
- community.grafana.grafana_contact_point - Manage Grafana Contact Points
v1.9.1
v1.9.0
Minor Changes
- Add new module
grafana_silenceto create and delete silences through the API - Add role components for
grafana_silencemodule - lookup - grafana_dashboards - add
validate_certsandca_pathoptions to plugin for custom certs validation
Removed Features (previously deprecated)
- removed deprecated
messageargument ingrafana_dashboard
Bugfixes
- Handling of desired default state for first
grafana_datasource - Ignore
typeargument for diff comparison ifgrafana-postgresq-datasourcealiaspostgresis used - Set umask for
grafana_plugincommand
v1.8.0
Minor Changes
- Manage
grafana_folderfor organizations - Merged ansible role telekom-mms/ansible-role-grafana into ansible-collections/community.grafana
- added
community.grafana.notification_channelto role - grafana_dashboard - add check_mode support
Bugfixes
- test: replace deprecated
TestCase.assertEqualsto support Python 3.12
v1.7.0
Minor Changes
- Add Quickwit search engine datasource (https://quickwit.io).
- Add parameter
org_nametografana_dashboard - Add parameter
org_nametografana_datasource - Add parameter
org_nametografana_organization_user - Add support for Grafana Tempo datasource type (https://grafana.com/docs/grafana/latest/datasources/tempo/)
- default to true/false in docs and code
Bugfixes
- Add
grafana_organiazion_usertoaction_groups.grafana - Fixed orgId handling in diff comparison for
grafana_datasourceif using org_name
v1.6.1
Minor Changes
- Bump version of Python used in tests to 3.10
- Enable datasource option
time_intervalfor 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)