Skip to content

Commit fa4084d

Browse files
committed
Release 1.6.0
1 parent 50966a8 commit fa4084d

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

CHANGELOG.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Grafana Collection Release Notes
55
.. contents:: Topics
66

77

8+
v1.6.0
9+
======
10+
11+
Minor Changes
12+
-------------
13+
14+
- Add `grafana_organization_user` module
15+
16+
New Modules
17+
-----------
18+
19+
- community.grafana.grafana_organization_user - Manage Grafana Organization Users.
20+
821
v1.5.4
922
======
1023

changelogs/changelog.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,3 +207,14 @@ releases:
207207
- 277-gha-ansible-test-versions.yml
208208
- 288_get_actual_org_encode.yml
209209
release_date: '2023-02-07'
210+
1.6.0:
211+
changes:
212+
minor_changes:
213+
- Add `grafana_organization_user` module
214+
fragments:
215+
- 242_add_grafana_organization_user_module.yml
216+
modules:
217+
- description: Manage Grafana Organization Users.
218+
name: grafana_organization_user
219+
namespace: ''
220+
release_date: '2023-02-19'

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: community
22
name: grafana
3-
version: 1.5.4
3+
version: 1.6.0
44
readme: README.md
55
authors:
66
- Rémi REY (@rrey)

0 commit comments

Comments
 (0)