From 1fd392ddf3166888ba60689897239e487c4cbbe2 Mon Sep 17 00:00:00 2001 From: ishanjainn Date: Mon, 13 May 2024 13:13:52 +0530 Subject: [PATCH] Release 5.2.0 --- CHANGELOG.rst | 12 +++++++++++- changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 7 +++++++ galaxy.yml | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 605e99f9..e1d9762c 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,10 +4,20 @@ Grafana.Grafana Release Notes .. contents:: Topics +v5.2.0 +====== + +Major Changes +------------- + +- Bump ansible-lint from 24.2.2 to 24.2.3 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/195 +- Add promtail role by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/197 +- Add a new config part to configure KeyCloak based auth by @he0s in https://github.com/grafana/grafana-ansible-collection/pull/191 + v5.1.0 ====== -Minor Changes +Major Changes ------------- - fix: Uninstall Step for Loki and Mimir by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/193 diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 5c853c6a..1d78dc03 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -56,4 +56,4 @@ plugins: strategy: {} test: {} vars: {} -version: 5.1.0 +version: 5.2.0 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 6a4178c7..bdf0debd 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -276,3 +276,10 @@ releases: major_changes: - fix: Uninstall Step for Loki and Mimir by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/193 release_date: '2024-05-07' + 5.2.0: + changes: + major_changes: + - Bump ansible-lint from 24.2.2 to 24.2.3 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/195 + - Add promtail role by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/197 + - Add a new config part to configure KeyCloak based auth by @he0s in https://github.com/grafana/grafana-ansible-collection/pull/191 + release_date: '2024-05-13' diff --git a/galaxy.yml b/galaxy.yml index 59c74ef6..03b74ccf 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: grafana name: grafana -version: 5.1.0 +version: 5.2.0 readme: README.md authors: - Grafana Labs