diff options
Diffstat (limited to 'ansible_collections/community/grafana/changelogs/fragments')
37 files changed, 113 insertions, 0 deletions
diff --git a/ansible_collections/community/grafana/changelogs/fragments/0-copy_ignore_txt.yml b/ansible_collections/community/grafana/changelogs/fragments/0-copy_ignore_txt.yml new file mode 100644 index 000000000..ec804d278 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/0-copy_ignore_txt.yml @@ -0,0 +1,3 @@ +--- +trivial: + - Copy ignore.txt. diff --git a/ansible_collections/community/grafana/changelogs/fragments/0.1.0.yml b/ansible_collections/community/grafana/changelogs/fragments/0.1.0.yml new file mode 100644 index 000000000..f81c41c47 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/0.1.0.yml @@ -0,0 +1,2 @@ +release_summary: | + Initial migration of Grafana content from Ansible core (2.9/devel) diff --git a/ansible_collections/community/grafana/changelogs/fragments/0.2.0.yml b/ansible_collections/community/grafana/changelogs/fragments/0.2.0.yml new file mode 100644 index 000000000..2e7a83ea0 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/0.2.0.yml @@ -0,0 +1,7 @@ +bugfixes: +- Fix issue `#45` in `grafana_plugin` +minor_changes: +- Add Thruk as Grafana Datasource +- Add `grafana_user` module +- Add `grafana_folder` module +- Use `module_utils` to allow code factorization diff --git a/ansible_collections/community/grafana/changelogs/fragments/0.2.1.yml b/ansible_collections/community/grafana/changelogs/fragments/0.2.1.yml new file mode 100644 index 000000000..d4ff484d8 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/0.2.1.yml @@ -0,0 +1,2 @@ +bugfixes: +- Fix an issue with `grafana_datasource` idempotency diff --git a/ansible_collections/community/grafana/changelogs/fragments/0.2.2.yml b/ansible_collections/community/grafana/changelogs/fragments/0.2.2.yml new file mode 100644 index 000000000..c74c97695 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/0.2.2.yml @@ -0,0 +1,3 @@ +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. diff --git a/ansible_collections/community/grafana/changelogs/fragments/00_drop_eol_ansible.yml b/ansible_collections/community/grafana/changelogs/fragments/00_drop_eol_ansible.yml new file mode 100644 index 000000000..3d4f79451 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/00_drop_eol_ansible.yml @@ -0,0 +1,2 @@ +trivial: +- Removing Ansible 2.9 and 2.10 from test workflow as they reached EOL diff --git a/ansible_collections/community/grafana/changelogs/fragments/01_grafana_bump.yml b/ansible_collections/community/grafana/changelogs/fragments/01_grafana_bump.yml new file mode 100644 index 000000000..693650d62 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/01_grafana_bump.yml @@ -0,0 +1,2 @@ +trivial: +- Grafana versions tested on the repo are now automatically retrieved to be always up to date diff --git a/ansible_collections/community/grafana/changelogs/fragments/1.0.0.yml b/ansible_collections/community/grafana/changelogs/fragments/1.0.0.yml new file mode 100644 index 000000000..d121711b8 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/1.0.0.yml @@ -0,0 +1,6 @@ +release_summary: Stable release for Ansible 2.10 and beyond +major_changes: +- grafana_datasource ; adding additional_json_data param +- Add changelog management for ansible 2.10 (#112) +known_issues: +- grafana_datasource doesn't set password correctly (#113) diff --git a/ansible_collections/community/grafana/changelogs/fragments/1.2.0.yml b/ansible_collections/community/grafana/changelogs/fragments/1.2.0.yml new file mode 100644 index 000000000..3d84e7ced --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/1.2.0.yml @@ -0,0 +1,5 @@ +bugfixes: +- Fix issue with url when grafana_url has a trailing slash (#135) +- grafana_dashboard, Fix reference before assignment issue (#146) +major_changes: +- introduce "skip_version_check" parameter in grafana_teams and grafana_folder modules (#147) diff --git a/ansible_collections/community/grafana/changelogs/fragments/1.2.1.yml b/ansible_collections/community/grafana/changelogs/fragments/1.2.1.yml new file mode 100644 index 000000000..fddcfe66e --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/1.2.1.yml @@ -0,0 +1,2 @@ +bugfixes: +- Fix issue with grafana_user that failed to create admin user (#142) diff --git a/ansible_collections/community/grafana/changelogs/fragments/1.2.2.yml b/ansible_collections/community/grafana/changelogs/fragments/1.2.2.yml new file mode 100644 index 000000000..53cfe4be4 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/1.2.2.yml @@ -0,0 +1,7 @@ +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) diff --git a/ansible_collections/community/grafana/changelogs/fragments/1.2.3.yml b/ansible_collections/community/grafana/changelogs/fragments/1.2.3.yml new file mode 100644 index 000000000..f63de707c --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/1.2.3.yml @@ -0,0 +1,2 @@ +bugfixes: +- Fix issue with trailing '/' in provided grafana_url. The modules now support values with trailing slashes. diff --git a/ansible_collections/community/grafana/changelogs/fragments/1.3.1.yml b/ansible_collections/community/grafana/changelogs/fragments/1.3.1.yml new file mode 100644 index 000000000..3dec29869 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/1.3.1.yml @@ -0,0 +1,2 @@ +minor_changes: +- community.grafana.grafana_datasource supports aws_auth_type of default. diff --git a/ansible_collections/community/grafana/changelogs/fragments/1.5.3.yml b/ansible_collections/community/grafana/changelogs/fragments/1.5.3.yml new file mode 100644 index 000000000..043a3d929 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/1.5.3.yml @@ -0,0 +1,2 @@ +bugfixes: +- Fixed validate_certs missing parameter for --insecure option in grafana plugins diff --git a/ansible_collections/community/grafana/changelogs/fragments/136_add_grafana_action_groups.yml b/ansible_collections/community/grafana/changelogs/fragments/136_add_grafana_action_groups.yml new file mode 100644 index 000000000..65b919b71 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/136_add_grafana_action_groups.yml @@ -0,0 +1,2 @@ +minor_changes: +- add `grafana` action group in `meta/runtime.yml` to support for module group defaults diff --git a/ansible_collections/community/grafana/changelogs/fragments/158-grafana_dashboard-lookup-api-key.yml b/ansible_collections/community/grafana/changelogs/fragments/158-grafana_dashboard-lookup-api-key.yml new file mode 100644 index 000000000..6bafdd607 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/158-grafana_dashboard-lookup-api-key.yml @@ -0,0 +1,6 @@ +deprecated_features: +- grafana_dashboard lookup - Providing a mangled version of the API key is no + longer preferred. +bugfixes: +- grafana_dashboard lookup - All valid API keys can be used, not just keys + ending in '=='. diff --git a/ansible_collections/community/grafana/changelogs/fragments/170_remove_requirement_ds_type_ds_url.yml b/ansible_collections/community/grafana/changelogs/fragments/170_remove_requirement_ds_type_ds_url.yml new file mode 100644 index 000000000..135c73e39 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/170_remove_requirement_ds_type_ds_url.yml @@ -0,0 +1,2 @@ +minor_changes: +- Remove requirement for `ds_type` and `ds_url` parameters when deleting a datasource diff --git a/ansible_collections/community/grafana/changelogs/fragments/172_support_azure_datasource.yml b/ansible_collections/community/grafana/changelogs/fragments/172_support_azure_datasource.yml new file mode 100644 index 000000000..9b839a48d --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/172_support_azure_datasource.yml @@ -0,0 +1,2 @@ +minor_changes: +- community.grafana.grafana_datasource supports grafana-azure-monitor-datasource. diff --git a/ansible_collections/community/grafana/changelogs/fragments/186_check_fragments.yml b/ansible_collections/community/grafana/changelogs/fragments/186_check_fragments.yml new file mode 100644 index 000000000..d36e0c7f0 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/186_check_fragments.yml @@ -0,0 +1,2 @@ +trivial: + - GH Actions now checks that all PR contains a changelog fragment. diff --git a/ansible_collections/community/grafana/changelogs/fragments/191.yml b/ansible_collections/community/grafana/changelogs/fragments/191.yml new file mode 100644 index 000000000..67eb1303c --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/191.yml @@ -0,0 +1,2 @@ +bugfixes: + - grafana_dashboard, now opens json files with utf-8 encoding (#191) diff --git a/ansible_collections/community/grafana/changelogs/fragments/230-uid-datasource.yml b/ansible_collections/community/grafana/changelogs/fragments/230-uid-datasource.yml new file mode 100644 index 000000000..e1f78a346 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/230-uid-datasource.yml @@ -0,0 +1,2 @@ +minor_changes: +- able to set `uid` for datasources in grafana via module grafana_datasource diff --git a/ansible_collections/community/grafana/changelogs/fragments/239_keyerror_grafana_url.yml b/ansible_collections/community/grafana/changelogs/fragments/239_keyerror_grafana_url.yml new file mode 100644 index 000000000..7ee2288d0 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/239_keyerror_grafana_url.yml @@ -0,0 +1,3 @@ +bugfixes: +- Fix a bug that causes a fatal error when using `url` parameter in + `grafana_dashboard` and `grafana_notification_channel` modules. diff --git a/ansible_collections/community/grafana/changelogs/fragments/248_ds_update_error_grafana_9.yml b/ansible_collections/community/grafana/changelogs/fragments/248_ds_update_error_grafana_9.yml new file mode 100644 index 000000000..ea4cab8bc --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/248_ds_update_error_grafana_9.yml @@ -0,0 +1,3 @@ +bugfixes: +- 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). diff --git a/ansible_collections/community/grafana/changelogs/fragments/257_pretty_printed_dashboard_export.yml b/ansible_collections/community/grafana/changelogs/fragments/257_pretty_printed_dashboard_export.yml new file mode 100644 index 000000000..3ea9ca4f0 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/257_pretty_printed_dashboard_export.yml @@ -0,0 +1,2 @@ +minor_changes: +- Export dashboard with pretty printed JSON so that it becomes easier to compare changes with the previous version (#257) diff --git a/ansible_collections/community/grafana/changelogs/fragments/265-url-encode-user.yml b/ansible_collections/community/grafana/changelogs/fragments/265-url-encode-user.yml new file mode 100644 index 000000000..30d6b1a3e --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/265-url-encode-user.yml @@ -0,0 +1,4 @@ +bugfixes: +- Ensure user email/login is url encoded when searching for the user (#264) +trivial: +- Add integration tests with encoded characters in name/login (#264) diff --git a/ansible_collections/community/grafana/changelogs/fragments/270-gha--ansible-test--integration.yml b/ansible_collections/community/grafana/changelogs/fragments/270-gha--ansible-test--integration.yml new file mode 100644 index 000000000..456689858 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/270-gha--ansible-test--integration.yml @@ -0,0 +1,10 @@ +--- + +trivial: + - >- + Simplify the GitHub workflow to use the ansible-test Action + for running the integration tests. This is a maintainability + improvement that is aiming at reducing burden of keeping the + CI workflows up-to-date. + +... diff --git a/ansible_collections/community/grafana/changelogs/fragments/277-gha-ansible-test-versions.yml b/ansible_collections/community/grafana/changelogs/fragments/277-gha-ansible-test-versions.yml new file mode 100644 index 000000000..08e12f953 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/277-gha-ansible-test-versions.yml @@ -0,0 +1,6 @@ +--- + +trivial: + - Update Python and Ansible versions used in test matrix. + +... diff --git a/ansible_collections/community/grafana/changelogs/fragments/288_get_actual_org_encode.yml b/ansible_collections/community/grafana/changelogs/fragments/288_get_actual_org_encode.yml new file mode 100644 index 000000000..62212231c --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/288_get_actual_org_encode.yml @@ -0,0 +1,2 @@ +bugfixes: + - URL encode issue in grafana_organization.py (method get_actual_org ) fixed. diff --git a/ansible_collections/community/grafana/changelogs/fragments/add-units-datasource.yml b/ansible_collections/community/grafana/changelogs/fragments/add-units-datasource.yml new file mode 100644 index 000000000..fca72403a --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/add-units-datasource.yml @@ -0,0 +1,2 @@ +trivial: + - Add unit tests coverage for datasource module. diff --git a/ansible_collections/community/grafana/changelogs/fragments/ci.yml b/ansible_collections/community/grafana/changelogs/fragments/ci.yml new file mode 100644 index 000000000..52092366d --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/ci.yml @@ -0,0 +1,2 @@ +trivial: + - Update Github workflow to use the ansible-test Action for sanity and units tests execution. diff --git a/ansible_collections/community/grafana/changelogs/fragments/datasource-issue-204.yml b/ansible_collections/community/grafana/changelogs/fragments/datasource-issue-204.yml new file mode 100644 index 000000000..5982d29d6 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/datasource-issue-204.yml @@ -0,0 +1,2 @@ +bugfixes: +- Fix an issue with grafana_datasource for Prometheus with basic auth credential management. (#204) diff --git a/ansible_collections/community/grafana/changelogs/fragments/fix-263.yaml b/ansible_collections/community/grafana/changelogs/fragments/fix-263.yaml new file mode 100644 index 000000000..7ad03b9b7 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/fix-263.yaml @@ -0,0 +1,2 @@ +bugfixes: + - Add support for more elasticsearch version as datasource (#263) diff --git a/ansible_collections/community/grafana/changelogs/fragments/fix_slashes_in_datasources.yml b/ansible_collections/community/grafana/changelogs/fragments/fix_slashes_in_datasources.yml new file mode 100644 index 000000000..e677ba6a7 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/fix_slashes_in_datasources.yml @@ -0,0 +1,2 @@ +bugfixes: +- Fix issue with datasource names that could not contain slashes (#125) diff --git a/ansible_collections/community/grafana/changelogs/fragments/grafana_users_note.yaml b/ansible_collections/community/grafana/changelogs/fragments/grafana_users_note.yaml new file mode 100644 index 000000000..70ea84617 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/grafana_users_note.yaml @@ -0,0 +1,2 @@ +trivial: +- Added a note in `grafana_user` module documentation about `grafana_api_key` being unsupported. diff --git a/ansible_collections/community/grafana/changelogs/fragments/notifi_channel_refacto.yml b/ansible_collections/community/grafana/changelogs/fragments/notifi_channel_refacto.yml new file mode 100644 index 000000000..525b25ee4 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/notifi_channel_refacto.yml @@ -0,0 +1,2 @@ +minor_changes: +- refactor grafana_notification_channel module diff --git a/ansible_collections/community/grafana/changelogs/fragments/threema.yml b/ansible_collections/community/grafana/changelogs/fragments/threema.yml new file mode 100644 index 000000000..1705bb3eb --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/threema.yml @@ -0,0 +1,2 @@ +bugfixes: +- Fix an issue with threema notification channel that was not creating gateway, recipient and api_secret in Grafana. (#208) diff --git a/ansible_collections/community/grafana/changelogs/fragments/update_deprecation.yml b/ansible_collections/community/grafana/changelogs/fragments/update_deprecation.yml new file mode 100644 index 000000000..7489327ed --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/fragments/update_deprecation.yml @@ -0,0 +1,2 @@ +minor_changes: +- Update the version where `message` alias will disappear from `grafana_dashboard`. (Now 2.0.0) |