diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:41 +0000 |
commit | 975f66f2eebe9dadba04f275774d4ab83f74cf25 (patch) | |
tree | 89bd26a93aaae6a25749145b7e4bca4a1e75b2be /ansible_collections/community/grafana/changelogs | |
parent | Initial commit. (diff) | |
download | ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.tar.xz ansible-975f66f2eebe9dadba04f275774d4ab83f74cf25.zip |
Adding upstream version 7.7.0+dfsg.upstream/7.7.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/community/grafana/changelogs')
39 files changed, 353 insertions, 0 deletions
diff --git a/ansible_collections/community/grafana/changelogs/changelog.yaml b/ansible_collections/community/grafana/changelogs/changelog.yaml new file mode 100644 index 000000000..6166fe7a3 --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/changelog.yaml @@ -0,0 +1,209 @@ +ancestor: null +releases: + 0.1.0: + changes: + release_summary: 'Initial migration of Grafana content from Ansible core (2.9/devel) + + ' + fragments: + - 0.1.0.yml + release_date: '2019-12-27' + 0.2.0: + changes: + bugfixes: + - Fix issue `#45` in `grafana_plugin` + minor_changes: + - Add Thruk as Grafana Datasource + - Add `grafana_folder` module + - Add `grafana_user` module + - Use `module_utils` to allow code factorization + fragments: + - 0.2.0.yml + release_date: '2020-02-26' + 0.2.1: + changes: + bugfixes: + - Fix an issue with `grafana_datasource` idempotency + fragments: + - 0.2.1.yml + release_date: '2020-03-18' + 0.2.2: + changes: + 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. + fragments: + - 0.2.2.yml + release_date: '2020-03-30' + 1.0.0: + changes: + known_issues: + - grafana_datasource doesn't set password correctly (#113) + major_changes: + - Add changelog management for ansible 2.10 (#112) + - grafana_datasource ; adding additional_json_data param + release_summary: Stable release for Ansible 2.10 and beyond + fragments: + - 1.0.0.yml + release_date: '2020-08-16' + 1.1.0: + changes: + minor_changes: + - Update the version where `message` alias will disappear from `grafana_dashboard`. + (Now 2.0.0) + fragments: + - update_deprecation.yml + modules: + - description: Manage Grafana Notification Channels + name: grafana_notification_channel + namespace: '' + release_date: '2020-11-16' + 1.2.0: + changes: + 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) + fragments: + - 1.2.0.yml + release_date: '2021-02-15' + 1.2.1: + changes: + bugfixes: + - Fix issue with grafana_user that failed to create admin user (#142) + fragments: + - 1.2.1.yml + release_date: '2021-04-11' + 1.2.2: + changes: + 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) + deprecated_features: + - grafana_dashboard lookup - Providing a mangled version of the API key is no + longer preferred. + fragments: + - 1.2.2.yml + - 158-grafana_dashboard-lookup-api-key.yml + release_date: '2021-09-08' + 1.2.3: + changes: + bugfixes: + - Fix issue with trailing '/' in provided grafana_url. The modules now support + values with trailing slashes. + fragments: + - 1.2.3.yml + release_date: '2021-09-14' + 1.3.0: + changes: + bugfixes: + - Fix issue with datasource names that could not contain slashes (#125) + fragments: + - 0-copy_ignore_txt.yml + - fix_slashes_in_datasources.yml + modules: + - description: Manage Grafana Organization + name: grafana_organization + namespace: '' + release_date: '2021-11-26' + 1.3.1: + changes: + minor_changes: + - community.grafana.grafana_datasource supports aws_auth_type of default. + fragments: + - 1.3.1.yml + release_date: '2022-02-20' + 1.3.2: + changes: + bugfixes: + - Fix an issue with threema notification channel that was not creating gateway, + recipient and api_secret in Grafana. (#208) + fragments: + - threema.yml + release_date: '2022-02-20' + 1.3.3: + changes: + bugfixes: + - Fix an issue with grafana_datasource for Prometheus with basic auth credential + management. (#204) + fragments: + - datasource-issue-204.yml + release_date: '2022-02-27' + 1.4.0: + changes: + 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 + fragments: + - 136_add_grafana_action_groups.yml + - 170_remove_requirement_ds_type_ds_url.yml + - grafana_users_note.yaml + - notifi_channel_refacto.yml + release_date: '2022-04-18' + 1.5.0: + changes: + 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). + minor_changes: + - community.grafana.grafana_datasource supports grafana-azure-monitor-datasource. + fragments: + - 172_support_azure_datasource.yml + - 186_check_fragments.yml + - 239_keyerror_grafana_url.yml + - 248_ds_update_error_grafana_9.yml + release_date: '2022-06-25' + 1.5.1: + changes: + minor_changes: + - Export dashboard with pretty printed JSON so that it becomes easier to compare + changes with the previous version (#257) + fragments: + - 00_drop_eol_ansible.yml + - 01_grafana_bump.yml + - 257_pretty_printed_dashboard_export.yml + release_date: '2022-07-17' + 1.5.2: + changes: + bugfixes: + - Ensure user email/login is url encoded when searching for the user (#264) + fragments: + - 265-url-encode-user.yml + release_date: '2022-08-19' + 1.5.3: + changes: + bugfixes: + - Add support for more elasticsearch version as datasource (#263) + fragments: + - add-units-datasource.yml + - ci.yml + - fix-263.yaml + release_date: '2022-10-06' + 1.5.4: + changes: + 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) + minor_changes: + - able to set `uid` for datasources in grafana via module grafana_datasource + fragments: + - 1.5.3.yml + - 191.yml + - 230-uid-datasource.yml + - 270-gha--ansible-test--integration.yml + - 277-gha-ansible-test-versions.yml + - 288_get_actual_org_encode.yml + release_date: '2023-02-07' diff --git a/ansible_collections/community/grafana/changelogs/config.yaml b/ansible_collections/community/grafana/changelogs/config.yaml new file mode 100644 index 000000000..86afd70bf --- /dev/null +++ b/ansible_collections/community/grafana/changelogs/config.yaml @@ -0,0 +1,31 @@ +changelog_filename_template: ../CHANGELOG.rst +changelog_filename_version_depth: 0 +changes_file: changelog.yaml +changes_format: combined +ignore_other_fragment_extensions: true +keep_fragments: true +mention_ancestor: true +new_plugins_after_name: removed_features +notesdir: fragments +prelude_section_name: release_summary +prelude_section_title: Release Summary +sections: +- - major_changes + - Major Changes +- - minor_changes + - Minor Changes +- - breaking_changes + - Breaking Changes / Porting Guide +- - deprecated_features + - Deprecated Features +- - removed_features + - Removed Features (previously deprecated) +- - security_fixes + - Security Fixes +- - bugfixes + - Bugfixes +- - known_issues + - Known Issues +title: Grafana Collection +trivial_section_name: trivial +use_fqcn: true 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) |