blob: 2d7fa2d5297d6f7909a13da2af3461e66ad99bf7 (
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
|
================================
Grafana Collection Release Notes
================================
.. contents:: Topics
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)
|