diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e874d18f..a48ee713 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,14 @@ Grafana.Grafana Release Notes .. contents:: Topics +v5.5.1 +====== + +Bugfixes +------------- + +- Add check_mode: false to Loki "Scrape GitHub" Task by @winsmith in https://github.com/grafana/grafana-ansible-collection/pull/262 + v5.4.2 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 432c7b7b..8100cfdc 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -319,3 +319,7 @@ releases: - fix:mimir molecule should use ansible core 2.16 by @GVengelen in https://github.com/grafana/grafana-ansible-collection/pull/254 - promtail: add support for extra args by @harryfinbow in https://github.com/grafana/grafana-ansible-collection/pull/259 release_date: '2024-08-16' + 5.5.1: + changes: + bugfixes: + - Add check_mode: false to Loki "Scrape GitHub" Task by @winsmith in https://github.com/grafana/grafana-ansible-collection/pull/262 diff --git a/galaxy.yml b/galaxy.yml index 2a6b57af..4c6fae18 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: grafana name: grafana -version: 5.5.0 +version: 5.5.1 readme: README.md authors: - Grafana Labs