Skip to content

Commit 77360aa

Browse files
authored
setup changes for 4.0.0 release (#181)
1 parent 6a232c4 commit 77360aa

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

CHANGELOG.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ Grafana.Grafana Release Notes
44

55
.. contents:: Topics
66

7+
v4.0.0
8+
======
9+
10+
Major Changes
11+
-------------
12+
13+
- Add an Ansible role for Grafana Alloy by @ishanjainn in https://github.com/grafana/grafana-ansible-collection/pull/169
14+
15+
Minor Changes
16+
-------------
17+
18+
- Bump ansible-lint from 24.2.0 to 24.2.1 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/164
19+
- Update description to match module by @brmurphy in https://github.com/grafana/grafana-ansible-collection/pull/179
20+
- Clarify grafana-server configuration in README by @VGerris in https://github.com/grafana/grafana-ansible-collection/pull/177
21+
- Bump ansible-lint from 24.2.0 to 24.2.1 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/168
22+
- Bump black from 24.1.1 to 24.3.0 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/165
23+
- fix: Apply correct uid + gid for imported dashboards by @hypery2k in https://github.com/grafana/grafana-ansible-collection/pull/167
724

825
v3.0.0
926
======

changelogs/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,3 +253,15 @@ releases:
253253
in https://github.com/grafana/grafana-ansible-collection/pull/157
254254
- datasources url parameter fix by @dergudzon in https://github.com/grafana/grafana-ansible-collection/pull/162
255255
release_date: '2024-03-12'
256+
4.0.0:
257+
changes:
258+
major_changes:
259+
- Add an Ansible role for Grafana Alloy by @ishanjainn in https://github.com/grafana/grafana-ansible-collection/pull/169
260+
minor_changes:
261+
- Bump ansible-lint from 24.2.0 to 24.2.1 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/164
262+
- Update description to match module by @brmurphy in https://github.com/grafana/grafana-ansible-collection/pull/179
263+
- Clarify grafana-server configuration in README by @VGerris in https://github.com/grafana/grafana-ansible-collection/pull/177
264+
- Bump ansible-lint from 24.2.0 to 24.2.1 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/168
265+
- Bump black from 24.1.1 to 24.3.0 by @dependabot in https://github.com/grafana/grafana-ansible-collection/pull/165
266+
- fix: Apply correct uid + gid for imported dashboards by @hypery2k in https://github.com/grafana/grafana-ansible-collection/pull/167
267+
release_date: '2024-04-10'

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
namespace: grafana
33
name: grafana
4-
version: 3.0.0
4+
version: 4.0.0
55
readme: README.md
66
authors:
77
- Grafana Labs <grafana.com>

0 commit comments

Comments
 (0)