diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b0ef96fb..be06a604 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,19 @@ Grafana.Grafana Release Notes .. contents:: Topics +v2.2.3 +====== + +Release Summary +--------------- + +Remove dependency on local-fs.target from Grafana Agent role + +Minor Changes +------------- + +- Remove dependency on local-fs.target from Grafana Agent role + v2.2.2 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 197d358b..36bd41d9 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -56,4 +56,4 @@ plugins: strategy: {} test: {} vars: {} -version: 2.2.2 +version: 2.2.3 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index aaacc697..339413bc 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -202,3 +202,9 @@ releases: - Remove check_mode from create local directory task in Grafana Role release_summary: Grafana Role bug fixes and security updates release_date: '2023-09-29' + 2.2.3: + changes: + minor_changes: + - Remove dependency on local-fs.target from Grafana Agent role + release_summary: Remove dependency on local-fs.target from Grafana Agent role + release_date: '2023-10-05' diff --git a/galaxy.yml b/galaxy.yml index 37061e50..4e92463b 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: grafana name: grafana -version: 2.2.2 +version: 2.2.3 readme: README.md authors: - Grafana Labs