From a3b68b438e2324dfdd685af2b040f7aadad8544c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20REY?= Date: Tue, 7 Feb 2023 18:28:28 +0100 Subject: [PATCH] Release 1.5.4 --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 16 ++++++++++++++++ galaxy.yml | 2 +- 3 files changed, 32 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index f5f60d67..426f3cdf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d2f9c332..6166fe7a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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' diff --git a/galaxy.yml b/galaxy.yml index 1a153cfa..3d70df7c 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: grafana -version: 1.5.3 +version: 1.5.4 readme: README.md authors: - RĂ©mi REY (@rrey)