Skip to content

Commit

Permalink
Release 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rrey committed Feb 7, 2023
1 parent 437f41a commit a3b68b4
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ Grafana Collection Release Notes
.. contents:: Topics


v1.5.4
======

Minor Changes
-------------

- able to set `uid` for datasources in grafana via module grafana_datasource

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)

v1.5.3
======

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,19 @@ releases:
- 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'
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.5.3
version: 1.5.4
readme: README.md
authors:
- Rémi REY (@rrey)
Expand Down

0 comments on commit a3b68b4

Please sign in to comment.