From 7cec2e4c31f27caa8bc1db4238b7762e7af63fef Mon Sep 17 00:00:00 2001 From: ishanjainn Date: Fri, 29 Sep 2023 11:05:34 +0530 Subject: [PATCH] Release 2.2.2 --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 8 ++++++++ galaxy.yml | 2 +- 4 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index df57b376..b0ef96fb 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ Grafana.Grafana Release Notes .. contents:: Topics +v2.2.2 +====== + +Release Summary +--------------- + +Grafana Role bug fixes and security updates + +Minor Changes +------------- + +- Bump cryptography from 41.0.3 to 41.0.4 +- Create missing notification directory in Grafana Role +- Remove check_mode from create local directory task in Grafana Role + v2.2.1 ====== diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index 9edd9342..197d358b 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -56,4 +56,4 @@ plugins: strategy: {} test: {} vars: {} -version: 2.2.1 +version: 2.2.2 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 7ee72489..aaacc697 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -194,3 +194,11 @@ releases: - Allow alert resource provisioning in Grafana Role release_summary: Allow alert resource provisioning in Grafana Role release_date: '2023-09-27' + 2.2.2: + changes: + minor_changes: + - Bump cryptography from 41.0.3 to 41.0.4 + - Create missing notification directory in Grafana Role + - 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' diff --git a/galaxy.yml b/galaxy.yml index 4cc285d1..37061e50 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: grafana name: grafana -version: 2.2.1 +version: 2.2.2 readme: README.md authors: - Grafana Labs