Skip to content

Commit

Permalink
build(1.6.1): release version
Browse files Browse the repository at this point in the history
  • Loading branch information
rrey committed Nov 5, 2023
1 parent b2efe0a commit d2a070d
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: community
name: grafana
version: 1.6.0
version: 1.6.1
readme: README.md
authors:
- Rémi REY (@rrey)
Expand Down

0 comments on commit d2a070d

Please sign in to comment.