blob: 426f3cdf54adbe356c406f1132530a10c62de46d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
|
================================
Grafana Collection Release Notes
================================
.. contents:: Topics
v1.5.4
======
Minor Changes
-------------
- able to set `uid` for datasources in grafana via module grafana_datasource
Bugfixes
--------
- Fixed validate_certs missing parameter for --insecure option in grafana plugins
- URL encode issue in grafana_organization.py (method get_actual_org ) fixed.
- grafana_dashboard, now opens json files with utf-8 encoding (#191)
v1.5.3
======
Bugfixes
--------
- Add support for more elasticsearch version as datasource (#263)
v1.5.2
======
Bugfixes
--------
- Ensure user email/login is url encoded when searching for the user (#264)
v1.5.1
======
Minor Changes
-------------
- Export dashboard with pretty printed JSON so that it becomes easier to compare changes with the previous version (#257)
v1.5.0
======
Minor Changes
-------------
- community.grafana.grafana_datasource supports grafana-azure-monitor-datasource.
Bugfixes
--------
- Fix a bug that causes a fatal error when using `url` parameter in `grafana_dashboard` and `grafana_notification_channel` modules.
- Fix a bug that causes an update error when using the `grafana_datasource` module on Grafana >=9.0.0 (https://github.com/ansible-collections/community.grafana/issues/248).
v1.4.0
======
Minor Changes
-------------
- Remove requirement for `ds_type` and `ds_url` parameters when deleting a datasource
- add `grafana` action group in `meta/runtime.yml` to support for module group defaults
- refactor grafana_notification_channel module
v1.3.3
======
Bugfixes
--------
- Fix an issue with grafana_datasource for Prometheus with basic auth credential management. (#204)
v1.3.2
======
Bugfixes
--------
- Fix an issue with threema notification channel that was not creating gateway, recipient and api_secret in Grafana. (#208)
v1.3.1
======
Minor Changes
-------------
- community.grafana.grafana_datasource supports aws_auth_type of default.
v1.3.0
======
Bugfixes
--------
- Fix issue with datasource names that could not contain slashes (#125)
New Modules
-----------
- community.grafana.grafana_organization - Manage Grafana Organization
v1.2.3
======
Bugfixes
--------
- Fix issue with trailing '/' in provided grafana_url. The modules now support values with trailing slashes.
v1.2.2
======
Deprecated Features
-------------------
- grafana_dashboard lookup - Providing a mangled version of the API key is no longer preferred.
Bugfixes
--------
- Fix an issue with datasource uid now returned by the Grafana API (#176)
- grafana_dashboard lookup - All valid API keys can be used, not just keys ending in '=='.
- grafana_dashboard now explicitely fails if the folder doesn't exist upon creation. It would previously silently pass but not create the dashboard. (https://github.com/ansible-collections/community.grafana/issues/153)
- grafana_team now able to handle spaces and other utf-8 chars in the name parameter. (https://github.com/ansible-collections/community.grafana/issues/164)
v1.2.1
======
Bugfixes
--------
- Fix issue with grafana_user that failed to create admin user (#142)
v1.2.0
======
Major Changes
-------------
- introduce "skip_version_check" parameter in grafana_teams and grafana_folder modules (#147)
Bugfixes
--------
- Fix issue with url when grafana_url has a trailing slash (#135)
- grafana_dashboard, Fix reference before assignment issue (#146)
v1.1.0
======
Minor Changes
-------------
- Update the version where `message` alias will disappear from `grafana_dashboard`. (Now 2.0.0)
New Modules
-----------
- community.grafana.grafana_notification_channel - Manage Grafana Notification Channels
v1.0.0
======
Release Summary
---------------
Stable release for Ansible 2.10 and beyond
Major Changes
-------------
- Add changelog management for ansible 2.10 (#112)
- grafana_datasource ; adding additional_json_data param
Known Issues
------------
- grafana_datasource doesn't set password correctly (#113)
v0.2.2
======
Bugfixes
--------
- Fix an issue in `grafana_dashboard` that made dashboard import no more detecting changes and fail.
- Refactor module `grafana_datasource` to ease its support.
v0.2.1
======
Bugfixes
--------
- Fix an issue with `grafana_datasource` idempotency
v0.2.0
======
Minor Changes
-------------
- Add Thruk as Grafana Datasource
- Add `grafana_folder` module
- Add `grafana_user` module
- Use `module_utils` to allow code factorization
Bugfixes
--------
- Fix issue `#45` in `grafana_plugin`
v0.1.0
======
Release Summary
---------------
Initial migration of Grafana content from Ansible core (2.9/devel)
|