From f7ba7d32954a70f2c9872446d2f3603822771953 Mon Sep 17 00:00:00 2001 From: Ishan Jain Date: Wed, 17 Aug 2022 11:25:48 +0530 Subject: [PATCH] Updating changelog --- CHANGELOG.rst | 70 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7cd4df8..a211059 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,5 +8,75 @@ Grafana.Grafana Release Notes v1.0.0 ====== +Minor Changes +------------- + +- CI and testing improvements. + v0.0.7 ====== + +Release Summary +--------------- + +v0.6.0 +====== + +Minor Changes +------------- + +- Idempotency updates to cloud_api_key and datasource modules + + + +v0.5.0 +====== + +Release Summary +--------------- + +Documenation update and code cleanup + +v0.4.0 +====== + +Bugfixes +-------- + +- Fix an issue with `cloud_stack` idempotency + +v0.3.0 +====== + +Release Summary +--------------- + +Documenation update and code cleanup + +v0.2.0 +====== + +Release Summary +--------------- + +Updated input parameters description for all modules + +v0.0.1 +====== + +Release Summary +--------------- + +It's a release! First version to publish to Ansible Galaxy. + +New Modules +----------- + +- alert_contact_point - Manage Alerting Contact points in Grafana. +- alert_notification_policy - Sets the notification policy tree in Grafana Alerting +- cloud_api_key - Manage Grafana Cloud API keys +- cloud_plugin - Configures a SQL Agent job step. +- cloud_stack - Manage Grafana Cloud Plugins. +- dashboard - Manage Dashboards in Grafana +- datasource - Manage Data sources in Grafana +- folder - Manage Folders in Grafana \ No newline at end of file