summaryrefslogtreecommitdiffstats
path: root/ansible_collections/ibm/qradar/changelogs/changelog.yaml
blob: 35d4205261738eaf3802932fb0fecde8806c4d93 (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
ancestor: null
releases:
  1.0.0:
    modules:
    - description: Trigger a qradar configuration deployment
      name: ibm.qradar.deploy
      namespace: ''
    - description: Manage Log Sources in QRadar
      name: ibm.qradar.log_source_management
      namespace: ''
    - description: Take action on a QRadar Offense
      name: ibm.qradar.offense_action
      namespace: ''
    - description: Obtain information about one or many QRadar Offenses, with filter
        options
      name: ibm.qradar.offense_info
      namespace: ''
    - description: Create or update a QRadar Offense Note
      name: ibm.qradar.offense_note
      namespace: ''
    - description: Manage state of QRadar Rules, with filter options
      name: ibm.qradar.rule
      namespace: ''
    - description: Obtain information about one or many QRadar Rules, with filter
        options
      name: ibm.qradar.rule_info
      namespace: ''
    release_date: '2020-06-22'
  1.0.1:
    changes:
      release_summary: Removed tech preview from collection Readme file.
    release_date: '2020-06-23'
  1.0.2:
    changes:
      release_summary: Releasing 1.0.2 with updated changelog.
    release_date: '2020-08-27'
  1.0.3:
    changes:
      release_summary: Re-releasing 1.0.2 with updated galaxy file.
    release_date: '2020-09-1'
  2.0.0:
    changes:
      major_changes:
      - Minimum required ansible.netcommon version is 2.5.1.
      - Updated base plugin references to ansible.netcommon.
    fragments:
    - netcommon_ref_update.yaml
    - update_tests_unit_black_requirements.yaml
    release_date: '2022-04-29'
  2.1.0:
    changes:
      minor_changes:
      - Add Qradar Analytics rules resource module.
      - Add Qradar Log Sources Management resource module.
    fragments:
    - add_qradar_analytics_rules_module.yaml
    - add_qradar_log_sources_management_module.yaml
    - doc_update_for_deprecation.yaml
    - fix_doc_for_sanity_failures.yaml
    - doc_update_with_correct_version.yaml
    - undo_changelog_override.yaml
    modules:
    - description: Qradar Analytics Rules Management resource module
      name: qradar_analytics_rules
      namespace: private.var.folders._0.m716s5gx1g3d5j1dw_s2w1ph0000gn.T.antsibull-changelog9yvlq4ax.collections.ansible_collections.ibm.qradar.plugins.modules
    - description: Qradar Log Sources Management resource module
      name: qradar_log_sources_management
      namespace: private.var.folders._0.m716s5gx1g3d5j1dw_s2w1ph0000gn.T.antsibull-changelog9yvlq4ax.collections.ansible_collections.ibm.qradar.plugins.modules
    release_date: '2022-09-07'