From fc03f95e3e8d1910c1c1c2b1b6e7bc363d20650e Mon Sep 17 00:00:00 2001 From: ishanjainn Date: Wed, 10 Apr 2024 15:13:39 +0530 Subject: [PATCH] setup changes for 4.0.0 release --- CHANGELOG.rst | 17 +++++++++++++++++ changelogs/changelog.yaml | 12 ++++++++++++ galaxy.yml | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ff274722..988d59b7 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,23 @@ Grafana.Grafana Release Notes .. contents:: Topics +v4.0.0 +====== + +Major Changes +------------- + +- Add an Ansible role for Grafana Alloy by @ishanjainn in https://github.com/grafana/grafana-ansible-collection/pull/169 + +Minor Changes +------------- + +- Bump ansible-lint from 24.2.0 to 24.2.1 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/164 +- Update description to match module by @brmurphy in https://github.com/grafana/grafana-ansible-collection/pull/179 +- Clarify grafana-server configuration in README by @VGerris in https://github.com/grafana/grafana-ansible-collection/pull/177 +- Bump ansible-lint from 24.2.0 to 24.2.1 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/168 +- Bump black from 24.1.1 to 24.3.0 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/165 +- fix: Apply correct uid + gid for imported dashboards by @hypery2k in https://github.com/grafana/grafana-ansible-collection/pull/167 v3.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 298dcbe3..51dbbac4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -253,3 +253,15 @@ releases: in https://github.com/grafana/grafana-ansible-collection/pull/157 - datasources url parameter fix by @dergudzon in https://github.com/grafana/grafana-ansible-collection/pull/162 release_date: '2024-03-12' + 4.0.0: + changes: + major_changes: + - Add an Ansible role for Grafana Alloy by @ishanjainn in https://github.com/grafana/grafana-ansible-collection/pull/169 + minor_changes: + - Bump ansible-lint from 24.2.0 to 24.2.1 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/164 + - Update description to match module by @brmurphy in https://github.com/grafana/grafana-ansible-collection/pull/179 + - Clarify grafana-server configuration in README by @VGerris in https://github.com/grafana/grafana-ansible-collection/pull/177 + - Bump ansible-lint from 24.2.0 to 24.2.1 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/168 + - Bump black from 24.1.1 to 24.3.0 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/165 + - fix: Apply correct uid + gid for imported dashboards by @hypery2k in https://github.com/grafana/grafana-ansible-collection/pull/167 + release_date: '2024-04-10' diff --git a/galaxy.yml b/galaxy.yml index 870d867c..b942e237 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: grafana name: grafana -version: 3.0.0 +version: 4.0.0 readme: README.md authors: - Grafana Labs