Skip to content

Commit

Permalink
Release 5.7.0 (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanjainn authored Dec 5, 2024
1 parent 87e1b96 commit d620a78
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Grafana.Grafana Release Notes

.. contents:: Topics

v5.7.0
======

Major Changes
-------------
- Fix 'dict object' has no attribute 'path' when running with --check by @JMLX42 in https://github.com/grafana/grafana-ansible-collection/pull/283
- Ability to set custom directory path for *.alloy config files by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/294
- grafana.ini yaml syntax by @intermittentnrg in https://github.com/grafana/grafana-ansible-collection/pull/232
- Update grafana template by @santilococo in https://github.com/grafana/grafana-ansible-collection/pull/300
- OpenTelemetry Collector: Add tests and support version latest by @pieterlexis-tomtom in https://github.com/grafana/grafana-ansible-collection/pull/299
- add loki bloom support by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/298

v5.6.0
======

Expand Down
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -340,3 +340,12 @@ releases:
- fix ansible-lint warnings on Forbidden implicit octal value "0640" by @copolycube in https://github.com/grafana/grafana-ansible-collection/pull/279

Check warning on line 340 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

340:151 [line-length] line too long (155 > 150 characters)
- add option to populate google_analytics_4_id value by @copolycube in https://github.com/grafana/grafana-ansible-collection/pull/249
- Adding "distributor" section support to mimir config file by @HamzaKhait in https://github.com/grafana/grafana-ansible-collection/pull/247
5.7.0:
changes:
major_changes:
- Fix 'dict object' has no attribute 'path' when running with --check by @JMLX42 in https://github.com/grafana/grafana-ansible-collection/pull/283

Check warning on line 346 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

346:151 [line-length] line too long (152 > 150 characters)
- Ability to set custom directory path for *.alloy config files by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/294
- grafana.ini yaml syntax by @intermittentnrg in https://github.com/grafana/grafana-ansible-collection/pull/232
- Update grafana template by @santilococo in https://github.com/grafana/grafana-ansible-collection/pull/300
- OpenTelemetry Collector: Add tests and support version latest by @pieterlexis-tomtom in https://github.com/grafana/grafana-ansible-collection/pull/299

Check warning on line 350 in changelogs/changelog.yaml

View workflow job for this annotation

GitHub Actions / Perform Linting

350:151 [line-length] line too long (158 > 150 characters)
- add loki bloom support by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/298
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: grafana
name: grafana
version: 5.6.0
version: 5.7.0
readme: README.md
authors:
- Grafana Labs <grafana.com>
Expand Down

0 comments on commit d620a78

Please sign in to comment.