Init: mediaserver

This commit is contained in:
2023-02-08 12:13:28 +01:00
parent 848bc9739c
commit f7c23d4ba9
31914 changed files with 6175775 additions and 0 deletions

View File

@@ -0,0 +1,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'

View File

@@ -0,0 +1,30 @@
changelog_filename_template: CHANGELOG.rst
changelog_filename_version_depth: 0
changes_file: changelog.yaml
changes_format: combined
keep_fragments: false
mention_ancestor: true
new_plugins_after_name: removed_features
notesdir: fragments
prelude_section_name: release_summary
prelude_section_title: Release Summary
flatmap: true
sections:
- - major_changes
- Major Changes
- - minor_changes
- Minor Changes
- - breaking_changes
- Breaking Changes / Porting Guide
- - deprecated_features
- Deprecated Features
- - removed_features
- Removed Features (previously deprecated)
- - security_fixes
- Security Fixes
- - bugfixes
- Bugfixes
- - known_issues
- Known Issues
title: IBM Qradar Collection
trivial_section_name: trivial