Server IP : 85.214.239.14 / Your IP : 3.15.144.162 Web Server : Apache/2.4.62 (Debian) System : Linux h2886529.stratoserver.net 4.9.0 #1 SMP Tue Jan 9 19:45:01 MSK 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.18 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /proc/2/root/usr/lib/python3/dist-packages/ansible_collections/community/grafana/ |
Upload File : |
================================ Grafana Collection Release Notes ================================ .. contents:: Topics v1.5.4 ====== Minor Changes ------------- - able to set `uid` for datasources in grafana via module grafana_datasource Bugfixes -------- - Fixed validate_certs missing parameter for --insecure option in grafana plugins - URL encode issue in grafana_organization.py (method get_actual_org ) fixed. - grafana_dashboard, now opens json files with utf-8 encoding (#191) v1.5.3 ====== Bugfixes -------- - Add support for more elasticsearch version as datasource (#263) v1.5.2 ====== Bugfixes -------- - Ensure user email/login is url encoded when searching for the user (#264) v1.5.1 ====== Minor Changes ------------- - Export dashboard with pretty printed JSON so that it becomes easier to compare changes with the previous version (#257) v1.5.0 ====== Minor Changes ------------- - community.grafana.grafana_datasource supports grafana-azure-monitor-datasource. Bugfixes -------- - Fix a bug that causes a fatal error when using `url` parameter in `grafana_dashboard` and `grafana_notification_channel` modules. - Fix a bug that causes an update error when using the `grafana_datasource` module on Grafana >=9.0.0 (https://github.com/ansible-collections/community.grafana/issues/248). v1.4.0 ====== Minor Changes ------------- - 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 v1.3.3 ====== Bugfixes -------- - Fix an issue with grafana_datasource for Prometheus with basic auth credential management. (#204) v1.3.2 ====== Bugfixes -------- - Fix an issue with threema notification channel that was not creating gateway, recipient and api_secret in Grafana. (#208) v1.3.1 ====== Minor Changes ------------- - community.grafana.grafana_datasource supports aws_auth_type of default. v1.3.0 ====== Bugfixes -------- - Fix issue with datasource names that could not contain slashes (#125) New Modules ----------- - community.grafana.grafana_organization - Manage Grafana Organization v1.2.3 ====== Bugfixes -------- - Fix issue with trailing '/' in provided grafana_url. The modules now support values with trailing slashes. v1.2.2 ====== Deprecated Features ------------------- - grafana_dashboard lookup - Providing a mangled version of the API key is no longer preferred. Bugfixes -------- - 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. (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) v1.2.1 ====== Bugfixes -------- - Fix issue with grafana_user that failed to create admin user (#142) 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) v1.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 v1.0.0 ====== Release Summary --------------- 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) v0.2.2 ====== Bugfixes -------- - Fix an issue in `grafana_dashboard` that made dashboard import no more detecting changes and fail. - Refactor module `grafana_datasource` to ease its support. v0.2.1 ====== Bugfixes -------- - Fix an issue with `grafana_datasource` idempotency v0.2.0 ====== Minor Changes ------------- - Add Thruk as Grafana Datasource - Add `grafana_folder` module - Add `grafana_user` module - Use `module_utils` to allow code factorization Bugfixes -------- - Fix issue `#45` in `grafana_plugin` v0.1.0 ====== Release Summary --------------- Initial migration of Grafana content from Ansible core (2.9/devel)