blob: 210b0f1d07e46553498c1149865671bd07886485 (
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
|
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'
|