File: //lib/python3.9/site-packages/ansible_collections/community/grafana/changelogs/changelog.yaml
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'