From d620a78c14f05d59c2d7b0c051e503d6400ea5f1 Mon Sep 17 00:00:00 2001 From: Ishan Jain <51803183+ishanjainn@users.noreply.github.com> Date: Thu, 5 Dec 2024 14:35:08 +0000 Subject: [PATCH] Release 5.7.0 (#301) --- CHANGELOG.rst | 13 +++++++++++++ changelogs/changelog.yaml | 9 +++++++++ galaxy.yml | 2 +- 3 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 809c7be2..4c5f46e8 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 465f813b..3414fac3 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -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 - 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 + - 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 diff --git a/galaxy.yml b/galaxy.yml index 331550a2..80bb86cd 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: grafana name: grafana -version: 5.6.0 +version: 5.7.0 readme: README.md authors: - Grafana Labs