blob: 117d5fc777bb92ccec6d312ca298180c9f76eff6 (
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
|
===================================
IBM Qradar Collection Release Notes
===================================
.. contents:: Topics
v3.0.0
======
Release Summary
---------------
Starting from this release, the minimum `ansible-core` version this collection requires is `2.14.0`. The last known version compatible with ansible-core<2.14 is `v2.1.0`.
Major Changes
-------------
- Bumping `requires_ansible` to `>=2.14.0`, since previous ansible-core versions are EoL now.
Bugfixes
--------
- A bunch of ansible-lint and ansible-test sanity issues have been fixed.
v2.1.0
======
Minor Changes
-------------
- Add Qradar Analytics rules resource module.
- Add Qradar Log Sources Management resource module.
New Modules
-----------
- qradar_analytics_rules - Qradar Analytics Rules Management resource module
- qradar_log_sources_management - Qradar Log Sources Management resource module
v2.0.0
======
Major Changes
-------------
- Minimum required ansible.netcommon version is 2.5.1.
- Updated base plugin references to ansible.netcommon.
v1.0.3
======
Release Summary
---------------
- Re-releasing the 1.0.2 with updated galaxy file
v1.0.2
======
Release Summary
---------------
- Releasing 1.0.2 with updated changelog.
v1.0.1
======
Release Summary
---------------
- Releasing 1.0.2 with updated Readme file after removing tech preview description
v1.0.0
======
New Modules
-----------
- ibm.qradar.deploy - Trigger a qradar configuration deployment
- ibm.qradar.log_source_management - Manage Log Sources in QRadar
- ibm.qradar.offense_action - Take action on a QRadar Offense
- ibm.qradar.offense_info - Obtain information about one or many QRadar Offenses, with filter options
- ibm.qradar.offense_note - Create or update a QRadar Offense Note
- ibm.qradar.rule - Manage state of QRadar Rules, with filter options
- ibm.qradar.rule_info - Obtain information about one or many QRadar Rules, with filter options
|