Skip to content

Commit 1fd392d

Browse files
committed
Release 5.2.0
1 parent 6442f7a commit 1fd392d

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,20 @@ Grafana.Grafana Release Notes
44

55
.. contents:: Topics
66

7+
v5.2.0
8+
======
9+
10+
Major Changes
11+
-------------
12+
13+
- Bump ansible-lint from 24.2.2 to 24.2.3 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/195
14+
- Add promtail role by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/197
15+
- Add a new config part to configure KeyCloak based auth by @he0s in https://github.com/grafana/grafana-ansible-collection/pull/191
16+
717
v5.1.0
818
======
919

10-
Minor Changes
20+
Major Changes
1121
-------------
1222

1323
- fix: Uninstall Step for Loki and Mimir by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/193

changelogs/.plugin-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ plugins:
5656
strategy: {}
5757
test: {}
5858
vars: {}
59-
version: 5.1.0
59+
version: 5.2.0

changelogs/changelog.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,3 +276,10 @@ releases:
276276
major_changes:
277277
- fix: Uninstall Step for Loki and Mimir by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/193
278278
release_date: '2024-05-07'
279+
5.2.0:
280+
changes:
281+
major_changes:
282+
- Bump ansible-lint from 24.2.2 to 24.2.3 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/195
283+
- Add promtail role by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/197
284+
- Add a new config part to configure KeyCloak based auth by @he0s in https://github.com/grafana/grafana-ansible-collection/pull/191
285+
release_date: '2024-05-13'

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: grafana
33
name: grafana
4-
version: 5.1.0
4+
version: 5.2.0
55
readme: README.md
66
authors:
77
- Grafana Labs <grafana.com>

0 commit comments

Comments
 (0)