diff options
Diffstat (limited to 'ansible_collections/splunk/es/changelogs')
3 files changed, 99 insertions, 0 deletions
diff --git a/ansible_collections/splunk/es/changelogs/changelog.yaml b/ansible_collections/splunk/es/changelogs/changelog.yaml new file mode 100644 index 000000000..4ac8caeb8 --- /dev/null +++ b/ansible_collections/splunk/es/changelogs/changelog.yaml @@ -0,0 +1,69 @@ +ancestor: null +releases: + 1.0.0: + modules: + - description: Manage Splunk Enterprise Security Notable Event Adaptive Responses + name: splunk.es.adaptive_response_notable_event + namespace: '' + - description: Manage Splunk Enterprise Security Correlation Searches + name: splunk.es.correlation_search + namespace: '' + - description: Manage Splunk Enterprise Security Correlation Searches + name: splunk.es.correlation_search_info + namespace: '' + - description: Manage Splunk Data Inputs of type Monitor + name: splunk.es.data_input_monitor + namespace: '' + - description: Manage Splunk Data Inputs of type TCP or UDP + name: splunk.es.data_input_network + namespace: '' + release_date: '2020-06-22' + 1.0.1: + changes: + release_summary: + - Releasing 1.0.1 with updated changelog. + release_date: '2020-08-28' + 1.0.2: + changes: + release_summary: + - Re-releasing 1.0.1 with updated galaxy file. + release_date: '2020-09-1' + 2.0.0: + changes: + bugfixes: + - Fix ansible test sanity failures and fix flake8 issues. + major_changes: + - Minimum required ansible.netcommon version is 2.5.1. + - Updated base plugin references to ansible.netcommon. + fragments: + - fix_sanity_issues.yaml + - netcommon_ref_update.yaml + - update_tests_unit_black_requirements.yaml + release_date: '2022-04-29' + 2.1.0: + changes: + minor_changes: + - Added adaptive_response_notable_events resource module + - Added data_inputs_monitors resource module + - Added data_inputs_networks resource module + - Added correlation_searches resource module + fragments: + - data_inputs_monitors.yaml + - data_inputs_networks.yaml + - fix_adaptive_response_ne_description.yaml + - fix_doc_for_sanity_failures.yaml + - splunk_adaptive_response_notable_events.yaml + modules: + - description: Manage Adaptive Responses notable events resource module + name: splunk_adaptive_response_notable_events + namespace: ansible_collections.splunk.es.plugins.modules + - description: Splunk Enterprise Security Correlation searches resource module + name: splunk_correlation_searches + namespace: ansible_collections.splunk.es.plugins.modules + - description: Splunk Data Inputs of type Monitor resource module + name: splunk_data_inputs_monitor + namespace: ansible_collections.splunk.es.plugins.modules + - description: Manage Splunk Data Inputs of type TCP or UDP resource module + name: splunk_data_inputs_network + namespace: ansible_collections.splunk.es.plugins.modules + release_date: '2022-09-07' diff --git a/ansible_collections/splunk/es/changelogs/config.yaml b/ansible_collections/splunk/es/changelogs/config.yaml new file mode 100644 index 000000000..3988ea9bc --- /dev/null +++ b/ansible_collections/splunk/es/changelogs/config.yaml @@ -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: Splunk Enterprise Security Collection +trivial_section_name: trivial diff --git a/ansible_collections/splunk/es/changelogs/fragments/.keep b/ansible_collections/splunk/es/changelogs/fragments/.keep new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/ansible_collections/splunk/es/changelogs/fragments/.keep |