Skip to content

Commit d620a78

Browse files
authored
Release 5.7.0 (#301)
1 parent 87e1b96 commit d620a78

File tree

3 files changed

+23
-1
lines changed

3 files changed

+23
-1
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@ Grafana.Grafana Release Notes
44

55
.. contents:: Topics
66

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
18+
19+
720
v5.6.0
821
======
922

changelogs/changelog.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -340,3 +340,12 @@ releases:
340340
- fix ansible-lint warnings on Forbidden implicit octal value "0640" by @copolycube in https://github.com/grafana/grafana-ansible-collection/pull/279
341341
- add option to populate google_analytics_4_id value by @copolycube in https://github.com/grafana/grafana-ansible-collection/pull/249
342342
- 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

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.6.0
4+
version: 5.7.0
55
readme: README.md
66
authors:
77
- Grafana Labs <grafana.com>

0 commit comments

Comments
 (0)