Skip to content

Commit

Permalink
Release Collection version 2.1.5 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
ishanjainn authored Aug 10, 2023
1 parent df05fce commit 09e955a
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 21 deletions.
31 changes: 23 additions & 8 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,33 @@ Grafana.Grafana Release Notes

.. contents:: Topics

v2.1.33

v2.1.5
======

Release Summary
---------------

Update modules for Datasource Tests and minor fixes
Update Grafana Agent Download varibale and ZIP file

Minor Changes
-------------

- Update modules for datasource tests and minor fixes
- Add Grafana Agent Version and CPU Arch to Downloaded ZIP in Grafana Agent Role
- Move _grafana_agent_base_download_url from /vars to /defaults in Grafana Agent Role

v2.1.4
======

Release Summary
---------------

Update Datasource Tests and minor fixes

Minor Changes
-------------

- Datasource test updates and minor fixes

v2.1.3
======
Expand All @@ -41,23 +56,23 @@ 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
- Fix alert_notification_policy failing on fresh instance
- Making Deleting folders idempotent
- Remove trailing slash automatically from grafana_url

v2.1.1
======

Release Summary
---------------

Update Download Tasks in Grafana Agent Role
Update Download tasks in Grafana Agent Role

Minor Changes
-------------

- Update Download Tasks in Grafana Agent Role
- Update Download tasks in Grafana Agent Role

v2.1.0
======
Expand All @@ -71,9 +86,9 @@ Major Changes
-------------

- Addition of Grafana Server role by @gardar
- Configurable agent user groups by @NormanJS
- Grafana Plugins support on-prem Grafana installation by @ishanjainn
- Updated Service for flow mode by @bentonam
- Configurable agent user groups by @NormanJS

Minor Changes
-------------
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,6 @@ Releasing the current major version on GitHub happens from the `main` branch by
Before the [GitHub Release Workflow](https://github.com/grafana/grafana-ansible-collection/blob/main/.github/workflows/release.yml)
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.5`.

To generate changelogs for a new release, Refer [Generating Changelogs](https://docs.ansible.com/ansible/latest/dev_guide/developing_collections_changelogs.html#generating-changelogs)

To generate the tarball to be uploaded on Ansible Galaxy, Refer [Building collection tarball](https://docs.ansible.com/ansible/latest/dev_guide/developing_collections_distributing.html#building-your-collection-tarball)
Expand Down
12 changes: 6 additions & 6 deletions changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ plugins:
lookup: {}
module:
alert_contact_point:
description: Manage Alerting Contact points in Grafana Cloud
description: Manage Alerting Contact points in Grafana
name: alert_contact_point
namespace: ''
version_added: 0.0.1
alert_notification_policy:
description: Sets the notification policy tree in Alerting on Grafana Cloud
description: Manage Alerting Policies points in Grafana
name: alert_notification_policy
namespace: ''
version_added: 0.0.1
Expand All @@ -37,17 +37,17 @@ plugins:
namespace: ''
version_added: 0.0.1
dashboard:
description: Manage Dashboards in Grafana Cloud
description: Manage Dashboards in Grafana
name: dashboard
namespace: ''
version_added: 0.0.1
datasource:
description: Manage Data sources in Grafana Cloud
description: Manage Data sources in Grafana
name: datasource
namespace: ''
version_added: 0.0.1
folder:
description: Manage Folders in Grafana Cloud
description: Manage Folders in Grafana
name: folder
namespace: ''
version_added: 0.0.1
Expand All @@ -56,4 +56,4 @@ plugins:
strategy: {}
test: {}
vars: {}
version: 2.1.4
version: 2.1.5
15 changes: 12 additions & 3 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ releases:
changes:
major_changes:
- Addition of Grafana Server role by @gardar
- Configurable agent user groups by @NormanJS
- Grafana Plugins support on-prem Grafana installation by @ishanjainn
- Updated Service for flow mode by @bentonam
- 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 @@ -120,10 +120,10 @@ releases:
2.1.2:
changes:
minor_changes:
- Remove trailing slash automatically from grafana_url
- Fix alert_notification_policy failing on fresh instance
- Fix Deleting datasources
- Fix alert_notification_policy failing on fresh instance
- Making Deleting folders idempotent
- Remove trailing slash automatically from grafana_url
release_summary: Idempotency Updates and minor api_url fixes
release_date: '2023-06-27'
2.1.3:
Expand All @@ -138,3 +138,12 @@ releases:
- Datasource test updates and minor fixes
release_summary: Update Datasource Tests and minor fixes
release_date: '2023-06-27'
2.1.5:
changes:
minor_changes:
- Add Grafana Agent Version and CPU Arch to Downloaded ZIP in Grafana Agent
Role
- Move _grafana_agent_base_download_url from /vars to /defaults in Grafana Agent
Role
release_summary: Update Grafana Agent Download varibale and ZIP file
release_date: '2023-08-10'
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.4
version: 2.1.5
readme: README.md
authors:
- Grafana Labs <grafana.com>
Expand Down

0 comments on commit 09e955a

Please sign in to comment.