From 84d6af3b1c3991d6c560a8fe9c09d8fc1811f520 Mon Sep 17 00:00:00 2001
From: ishanjainn <ishan.jain0099@gmail.com>
Date: Mon, 21 Oct 2024 10:21:06 -0400
Subject: [PATCH] Update Changelog

---
 CHANGELOG.rst             | 22 ++++++++++++++++++++++
 changelogs/changelog.yaml | 17 +++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index a48ee713..809c7be2 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -4,6 +4,28 @@ Grafana.Grafana Release Notes
 
 .. contents:: Topics
 
+v5.6.0
+======
+
+Major Changes
+-------------
+
+- Update Alloy variables to use the `grafana_alloy_` namespace so they are unique by @Aethylred in https://github.com/grafana/grafana-ansible-collection/pull/209
+- Allow alloy_user_groups variable again by @pjezek in https://github.com/grafana/grafana-ansible-collection/pull/276
+- Update README.md by @aioue in https://github.com/grafana/grafana-ansible-collection/pull/275
+- Update main.yml by @aioue in https://github.com/grafana/grafana-ansible-collection/pull/274
+- Update README.md by @aioue in https://github.com/grafana/grafana-ansible-collection/pull/272
+- Ensure check-mode works for otel collector by @pieterlexis-tomtom in https://github.com/grafana/grafana-ansible-collection/pull/264
+- Bump pylint from 3.2.5 to 3.3.1 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/273
+- Bump ansible-lint from 24.6.0 to 24.9.2 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/270
+- Alloy Role Improvements by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/281
+- Fix message argument of dashboard task by @Nemental in https://github.com/grafana/grafana-ansible-collection/pull/256
+- add grafana_plugins_ops to defaults and docs by @weakcamel in https://github.com/grafana/grafana-ansible-collection/pull/251
+- 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
+
+
 v5.5.1
 ======
 
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 8100cfdc..465f813b 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -323,3 +323,20 @@ releases:
     changes:
       bugfixes:
       - Add check_mode: false to Loki "Scrape GitHub" Task by @winsmith in https://github.com/grafana/grafana-ansible-collection/pull/262
+  5.6.0:
+    changes:
+      major_changes:
+      - Update Alloy variables to use the `grafana_alloy_` namespace so they are unique by @Aethylred in https://github.com/grafana/grafana-ansible-collection/pull/209
+      - Allow alloy_user_groups variable again by @pjezek in https://github.com/grafana/grafana-ansible-collection/pull/276
+      - Update README.md by @aioue in https://github.com/grafana/grafana-ansible-collection/pull/275
+      - Update main.yml by @aioue in https://github.com/grafana/grafana-ansible-collection/pull/274
+      - Update README.md by @aioue in https://github.com/grafana/grafana-ansible-collection/pull/272
+      - Ensure check-mode works for otel collector by @pieterlexis-tomtom in https://github.com/grafana/grafana-ansible-collection/pull/264
+      - Bump pylint from 3.2.5 to 3.3.1 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/273
+      - Bump ansible-lint from 24.6.0 to 24.9.2 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/270
+      - Alloy Role Improvements by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/281
+      - Fix message argument of dashboard task by @Nemental in https://github.com/grafana/grafana-ansible-collection/pull/256
+      - add grafana_plugins_ops to defaults and docs by @weakcamel in https://github.com/grafana/grafana-ansible-collection/pull/251
+      - 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