Files
offline_kubespray/collection/community/grafana/changelogs/fragments/1.2.2.yml
ByeonJungHun 360c6eef4a offline 작업
2024-02-19 16:02:29 +09:00

8 lines
465 B
YAML

bugfixes:
- grafana_dashboard now explicitely fails if the folder doesn't exist upon creation.
It would previously silently pass but not create the dashboard.
(https://github.com/ansible-collections/community.grafana/issues/153)
- grafana_team now able to handle spaces and other utf-8 chars in the name parameter.
(https://github.com/ansible-collections/community.grafana/issues/164)
- Fix an issue with datasource uid now returned by the Grafana API (#176)