diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9181c9b9..5385a3f3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,23 @@ Grafana Collection Release Notes .. contents:: Topics +v1.6.1 +====== + +Minor Changes +------------- + +- Bump version of Python used in tests to 3.10 +- Enable datasource option `time_interval` for prometheus +- Fix documentation url for Ansible doc website +- Now testing against Grafana 9.5.13, 8.5.27, 10.2.0 + +Bugfixes +-------- + +- Fix error with datasources configured without basicAuth +- grafana_folder, fix an issue during delete (starting Grafana 9.3) + v1.6.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0c670bbc..0f1f2932 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -218,3 +218,19 @@ releases: name: grafana_organization_user namespace: '' release_date: '2023-02-19' + 1.6.1: + changes: + bugfixes: + - Fix error with datasources configured without basicAuth + - grafana_folder, fix an issue during delete (starting Grafana 9.3) + minor_changes: + - Bump version of Python used in tests to 3.10 + - Enable datasource option `time_interval` for prometheus + - Fix documentation url for Ansible doc website + - Now testing against Grafana 9.5.13, 8.5.27, 10.2.0 + fragments: + - 285_fix_doc.yml + - 294-bump-grafana-version.yml + - 300_datasource_prometheus_time_interval.yml + - fix-316.yml + release_date: '2023-11-05' diff --git a/galaxy.yml b/galaxy.yml index 8b482377..739c4c33 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: grafana -version: 1.6.0 +version: 1.6.1 readme: README.md authors: - RĂ©mi REY (@rrey)