You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,19 @@ Grafana.Grafana Release Notes
4
4
5
5
.. contents:: Topics
6
6
7
+
v5.7.0
8
+
======
9
+
10
+
Major Changes
11
+
-------------
12
+
- Fix 'dict object' has no attribute 'path' when running with --check by @JMLX42 in https://github.com/grafana/grafana-ansible-collection/pull/283
13
+
- Ability to set custom directory path for *.alloy config files by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/294
14
+
- grafana.ini yaml syntax by @intermittentnrg in https://github.com/grafana/grafana-ansible-collection/pull/232
15
+
- Update grafana template by @santilococo in https://github.com/grafana/grafana-ansible-collection/pull/300
16
+
- OpenTelemetry Collector: Add tests and support version latest by @pieterlexis-tomtom in https://github.com/grafana/grafana-ansible-collection/pull/299
17
+
- add loki bloom support by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/298
Copy file name to clipboardExpand all lines: changelogs/changelog.yaml
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -340,3 +340,12 @@ releases:
340
340
- fix ansible-lint warnings on Forbidden implicit octal value "0640" by @copolycube in https://github.com/grafana/grafana-ansible-collection/pull/279
341
341
- add option to populate google_analytics_4_id value by @copolycube in https://github.com/grafana/grafana-ansible-collection/pull/249
342
342
- Adding "distributor" section support to mimir config file by @HamzaKhait in https://github.com/grafana/grafana-ansible-collection/pull/247
343
+
5.7.0:
344
+
changes:
345
+
major_changes:
346
+
- Fix 'dict object' has no attribute 'path' when running with --check by @JMLX42 in https://github.com/grafana/grafana-ansible-collection/pull/283
347
+
- Ability to set custom directory path for *.alloy config files by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/294
348
+
- grafana.ini yaml syntax by @intermittentnrg in https://github.com/grafana/grafana-ansible-collection/pull/232
349
+
- Update grafana template by @santilococo in https://github.com/grafana/grafana-ansible-collection/pull/300
350
+
- OpenTelemetry Collector: Add tests and support version latest by @pieterlexis-tomtom in https://github.com/grafana/grafana-ansible-collection/pull/299
351
+
- add loki bloom support by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/298
0 commit comments