From 9108a8cdba4ae13d3580ceb4b5b9bf7d08dbde64 Mon Sep 17 00:00:00 2001 From: ishanjainn Date: Fri, 9 Aug 2024 14:01:42 +0530 Subject: [PATCH] Update version --- CHANGELOG.rst | 8 ++++++++ changelogs/changelog.yaml | 5 +++++ galaxy.yml | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5d36543b..91367ffd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,14 @@ Grafana.Grafana Release Notes .. contents:: Topics +v5.4.0 +====== + +Major Changes +------------- + +- fix: Use a variable to control uninstall behavior instead of tags by @dobbi84 in https://github.com/grafana/grafana-ansible-collection/pull/253 + v5.3.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e3a34000..8a38bfd9 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -303,3 +303,8 @@ releases: - Bump pylint from 3.2.3 to 3.2.5 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/234 - Fix Grafana Configuration for Unified and Legacy Alerting Based on Version by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/215 release_date: '2024-07-12' + 5.4.0: + changes: + major_changes: + - fix: Use a variable to control uninstall behavior instead of tags by @dobbi84 in https://github.com/grafana/grafana-ansible-collection/pull/253 + release_date: '2024-08-09' diff --git a/galaxy.yml b/galaxy.yml index a3b780fd..2464d6cd 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: grafana name: grafana -version: 5.3.0 +version: 5.4.0 readme: README.md authors: - Grafana Labs