From 8fb1f5660c7e8fec129090293950bc83651b2f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20REY?= Date: Sun, 17 Jul 2022 10:54:53 +0200 Subject: [PATCH] Release v1.5.1 --- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 10 ++++++++++ galaxy.yml | 2 +- 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ef8e6c7e..5cec5e1c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,14 @@ Grafana Collection Release Notes .. contents:: Topics +v1.5.1 +====== + +Minor Changes +------------- + +- Export dashboard with pretty printed JSON so that it becomes easier to compare changes with the previous version (#257) + v1.5.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 82da0779..9b16c57e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -165,3 +165,13 @@ releases: - 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' diff --git a/galaxy.yml b/galaxy.yml index b9eb865a..cc7c779f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: community name: grafana -version: 1.5.0 +version: 1.5.1 readme: README.md authors: - RĂ©mi REY (@rrey)