Skip to content

Commit

Permalink
Release 2.1.2 (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanjainn authored Jun 27, 2023
1 parent c0b68fd commit 25ca88e
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 6 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down Expand Up @@ -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
-------------
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 2.0.0
version: 2.1.2
11 changes: 10 additions & 1 deletion changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
namespace: grafana
name: grafana
version: 2.1.1
version: 2.1.2
readme: README.md
authors:
- Grafana Labs <grafana.com>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 25ca88e

Please sign in to comment.