summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/grafana/changelogs/changelog.yaml
blob: 465b42bc3346b6567aff0cb81df9ff6b27d2c573 (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
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
ancestor: null
releases:
  0.1.0:
    changes:
      release_summary: 'Initial migration of Grafana content from Ansible core (2.9/devel)

        '
    fragments:
    - 0.1.0.yml
    release_date: '2019-12-27'
  0.2.0:
    changes:
      bugfixes:
      - Fix issue `#45` in `grafana_plugin`
      minor_changes:
      - Add Thruk as Grafana Datasource
      - Add `grafana_folder` module
      - Add `grafana_user` module
      - Use `module_utils` to allow code factorization
    fragments:
    - 0.2.0.yml
    release_date: '2020-02-26'
  0.2.1:
    changes:
      bugfixes:
      - Fix an issue with `grafana_datasource` idempotency
    fragments:
    - 0.2.1.yml
    release_date: '2020-03-18'
  0.2.2:
    changes:
      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.
    fragments:
    - 0.2.2.yml
    release_date: '2020-03-30'
  1.0.0:
    changes:
      known_issues:
      - grafana_datasource doesn't set password correctly (#113)
      major_changes:
      - Add changelog management for ansible 2.10 (#112)
      - grafana_datasource ; adding additional_json_data param
      release_summary: Stable release for Ansible 2.10 and beyond
    fragments:
    - 1.0.0.yml
    release_date: '2020-08-16'
  1.1.0:
    changes:
      minor_changes:
      - Update the version where `message` alias will disappear from `grafana_dashboard`.
        (Now 2.0.0)
    fragments:
    - update_deprecation.yml
    modules:
    - description: Manage Grafana Notification Channels
      name: grafana_notification_channel
      namespace: ''
    release_date: '2020-11-16'
  1.2.0:
    changes:
      bugfixes:
      - Fix issue with url when grafana_url has a trailing slash (#135)
      - grafana_dashboard, Fix reference before assignment issue (#146)
      major_changes:
      - introduce "skip_version_check" parameter in grafana_teams and grafana_folder
        modules (#147)
    fragments:
    - 1.2.0.yml
    release_date: '2021-02-15'
  1.2.1:
    changes:
      bugfixes:
      - Fix issue with grafana_user that failed to create admin user (#142)
    fragments:
    - 1.2.1.yml
    release_date: '2021-04-11'
  1.2.2:
    changes:
      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)
      deprecated_features:
      - grafana_dashboard lookup - Providing a mangled version of the API key is no
        longer preferred.
    fragments:
    - 1.2.2.yml
    - 158-grafana_dashboard-lookup-api-key.yml
    release_date: '2021-09-08'
  1.2.3:
    changes:
      bugfixes:
      - Fix issue with trailing '/' in provided grafana_url. The modules now support
        values with trailing slashes.
    fragments:
    - 1.2.3.yml
    release_date: '2021-09-14'
  1.3.0:
    changes:
      bugfixes:
      - Fix issue with datasource names that could not contain slashes (#125)
    fragments:
    - 0-copy_ignore_txt.yml
    - fix_slashes_in_datasources.yml
    modules:
    - description: Manage Grafana Organization
      name: grafana_organization
      namespace: ''
    release_date: '2021-11-26'
  1.3.1:
    changes:
      minor_changes:
      - community.grafana.grafana_datasource supports aws_auth_type of default.
    fragments:
    - 1.3.1.yml
    release_date: '2022-02-20'
  1.3.2:
    changes:
      bugfixes:
      - Fix an issue with threema notification channel that was not creating gateway,
        recipient and api_secret in Grafana. (#208)
    fragments:
    - threema.yml
    release_date: '2022-02-20'
  1.3.3:
    changes:
      bugfixes:
      - Fix an issue with grafana_datasource for Prometheus with basic auth credential
        management. (#204)
    fragments:
    - datasource-issue-204.yml
    release_date: '2022-02-27'
  1.4.0:
    changes:
      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
    fragments:
    - 136_add_grafana_action_groups.yml
    - 170_remove_requirement_ds_type_ds_url.yml
    - grafana_users_note.yaml
    - notifi_channel_refacto.yml
    release_date: '2022-04-18'
  1.5.0:
    changes:
      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).
      minor_changes:
      - community.grafana.grafana_datasource supports grafana-azure-monitor-datasource.
    fragments:
    - 172_support_azure_datasource.yml
    - 186_check_fragments.yml
    - 239_keyerror_grafana_url.yml
    - 248_ds_update_error_grafana_9.yml
    release_date: '2022-06-25'
  1.5.1:
    changes:
      minor_changes:
      - Export dashboard with pretty printed JSON so that it becomes easier to compare
        changes with the previous version (#257)
    fragments:
    - 00_drop_eol_ansible.yml
    - 01_grafana_bump.yml
    - 257_pretty_printed_dashboard_export.yml
    release_date: '2022-07-17'
  1.5.2:
    changes:
      bugfixes:
      - Ensure user email/login is url encoded when searching for the user (#264)
    fragments:
    - 265-url-encode-user.yml
    release_date: '2022-08-19'
  1.5.3:
    changes:
      bugfixes:
      - Add support for more elasticsearch version as datasource (#263)
    fragments:
    - add-units-datasource.yml
    - ci.yml
    - fix-263.yaml
    release_date: '2022-10-06'
  1.5.4:
    changes:
      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)
      minor_changes:
      - able to set `uid` for datasources in grafana via module grafana_datasource
    fragments:
    - 1.5.3.yml
    - 191.yml
    - 230-uid-datasource.yml
    - 270-gha--ansible-test--integration.yml
    - 277-gha-ansible-test-versions.yml
    - 288_get_actual_org_encode.yml
    release_date: '2023-02-07'
  1.6.0:
    changes:
      minor_changes:
      - Add `grafana_organization_user` module
    fragments:
    - 242_add_grafana_organization_user_module.yml
    modules:
    - description: Manage Grafana Organization Users.
      name: grafana_organization_user
      namespace: ''
    release_date: '2023-02-19'
  1.6.1:
    changes:
      bugfixes:
      - Fix error with datasources configured without basicAuth
      - grafana_folder, fix an issue during delete (starting Grafana 9.3)
      minor_changes:
      - Bump version of Python used in tests to 3.10
      - Enable datasource option `time_interval` for prometheus
      - Fix documentation url for Ansible doc website
      - Now testing against Grafana 9.5.13, 8.5.27, 10.2.0
    fragments:
    - 285_fix_doc.yml
    - 294-bump-grafana-version.yml
    - 300_datasource_prometheus_time_interval.yml
    - fix-316.yml
    release_date: '2023-11-05'
  1.7.0:
    changes:
      bugfixes:
      - Add `grafana_organiazion_user` to `action_groups.grafana`
      - Fixed orgId handling in diff comparison for `grafana_datasource` if using
        org_name
      minor_changes:
      - Add Quickwit search engine datasource (https://quickwit.io).
      - Add parameter `org_name` to `grafana_dashboard`
      - Add parameter `org_name` to `grafana_datasource`
      - Add parameter `org_name` to `grafana_organization_user`
      - Add support for Grafana Tempo datasource type (https://grafana.com/docs/grafana/latest/datasources/tempo/)
      - default to true/false in docs and code
    fragments:
    - 238_checkmode.yml
    - 308_datasource_quickwit.yml
    - 318-org_users_by_org_name.yml
    - 321-action-groups-org-users.yml
    - 324_formatting.yml
    - 325_linting.yml
    - 325_true_false.yml
    - 331-dashboard-by-org-name.yml
    - 332-datasource-by-org-name.yml
    - 335-add-datasource-type-tempo.yml
    - 339-lint-black.yml
    - 341-lint-ruff.yml
    - 342-ruff-findings.yml
    - 345-datasource-compare-diff-orgid.yml
    release_date: '2024-01-17'
  1.8.0:
    changes:
      bugfixes:
      - 'test: replace deprecated `TestCase.assertEquals` to support Python 3.12'
      minor_changes:
      - Manage `grafana_folder` for organizations
      - Merged ansible role telekom-mms/ansible-role-grafana into ansible-collections/community.grafana
      - added `community.grafana.notification_channel` to role
      - grafana_dashboard - add check_mode support
    fragments:
    - 311_dashboard_check_mode.yml
    - 343-telekom-mms-role.yml
    - 347-folder-for-orgs.yml
    - 349-role-notification-channel.yml
    - 350-python3.12.yml
    release_date: '2024-02-21'