From 25ca88e7d085b453594f18e2c5862675cdf0e579 Mon Sep 17 00:00:00 2001 From: Ishan Jain <51803183+ishanjainn@users.noreply.github.com> Date: Tue, 27 Jun 2023 11:20:52 -0400 Subject: [PATCH] Release 2.1.2 (#72) --- CHANGELOG.rst | 18 +++++++++++++++++- README.md | 2 +- changelogs/.plugin-cache.yaml | 2 +- changelogs/changelog.yaml | 11 ++++++++++- galaxy.yml | 2 +- package.json | 2 +- 6 files changed, 31 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9a09138d..f1202ad2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,22 @@ Grafana.Grafana Release Notes .. contents:: Topics +v2.1.2 +====== + +Release Summary +--------------- + +Idempotency Updates and minor api_url fixes + +Minor Changes +------------- + +- Remove trailing slash automatically from grafana_url +- Fix alert_notification_policy failing on fresh instance +- Fix Deleting datasources +- Making Deleting folders idempotent + v2.1.1 ====== @@ -31,7 +47,7 @@ Major Changes - Addition of Grafana Server role by @gardar - Grafana Plugins support on-prem Grafana installation by @ishanjainn - Updated Service for flow mode by @bentonam -- Configurable agent user groups by @NormanJS +- Configurable agent user groups by @NormanJS Minor Changes ------------- diff --git a/README.md b/README.md index 1e700732..1bab4090 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ Before the [GitHub Release Workflow](https://github.com/grafana/grafana-ansible- is run, Contributors should push the new version on Ansible Galaxy Manually. We currently are not planning any deprecations or new major releases. The current landscape includes minor version updates for -module's documentation in `2.1.2`. +module's documentation in `2.1.3`. To generate changelogs for a new release, Refer [Generating Changelogs](https://docs.ansible.com/ansible/latest/dev_guide/developing_collections_changelogs.html#generating-changelogs) diff --git a/changelogs/.plugin-cache.yaml b/changelogs/.plugin-cache.yaml index cd43706f..921450e1 100644 --- a/changelogs/.plugin-cache.yaml +++ b/changelogs/.plugin-cache.yaml @@ -56,4 +56,4 @@ plugins: strategy: {} test: {} vars: {} -version: 2.0.0 +version: 2.1.2 diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9af804bb..60d0ba15 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -102,7 +102,7 @@ releases: - Addition of Grafana Server role by @gardar - Grafana Plugins support on-prem Grafana installation by @ishanjainn - Updated Service for flow mode by @bentonam - - Configurable agent user groups by @NormanJS + - Configurable agent user groups by @NormanJS minor_changes: - Ability to configure date format in grafana server role by @RomainMou - Avoid using shell for fetching latest version in Grafana Agent Role by @gardar @@ -117,3 +117,12 @@ releases: - Update Download tasks in Grafana Agent Role release_summary: Update Download tasks in Grafana Agent Role release_date: '2023-06-26' + 2.1.2: + changes: + minor_changes: + - Remove trailing slash automatically from grafana_url + - Fix alert_notification_policy failing on fresh instance + - Fix Deleting datasources + - Making Deleting folders idempotent + release_summary: Idempotency Updates and minor api_url fixes + release_date: '2023-06-27' diff --git a/galaxy.yml b/galaxy.yml index 7d7c64fb..2ae4b360 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: grafana name: grafana -version: 2.1.1 +version: 2.1.2 readme: README.md authors: - Grafana Labs diff --git a/package.json b/package.json index d376e905..0310424e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grafana-ansible-collection", - "version": "1.0.0", + "version": "2.1.2", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"