From a453ac31f3428614cceb99027f8efbdb9258a40b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 22:03:01 +0200 Subject: Adding upstream version 2.10.7+merged+base+2.10.8+dfsg. Signed-off-by: Daniel Baumann --- .../splunk/es/changelogs/CHANGELOG.rst | 33 ++++++++++++++++++++++ .../splunk/es/changelogs/changelog.yaml | 30 ++++++++++++++++++++ .../splunk/es/changelogs/config.yaml | 30 ++++++++++++++++++++ 3 files changed, 93 insertions(+) create mode 100644 collections-debian-merged/ansible_collections/splunk/es/changelogs/CHANGELOG.rst create mode 100644 collections-debian-merged/ansible_collections/splunk/es/changelogs/changelog.yaml create mode 100644 collections-debian-merged/ansible_collections/splunk/es/changelogs/config.yaml (limited to 'collections-debian-merged/ansible_collections/splunk/es/changelogs') diff --git a/collections-debian-merged/ansible_collections/splunk/es/changelogs/CHANGELOG.rst b/collections-debian-merged/ansible_collections/splunk/es/changelogs/CHANGELOG.rst new file mode 100644 index 00000000..bffd0f31 --- /dev/null +++ b/collections-debian-merged/ansible_collections/splunk/es/changelogs/CHANGELOG.rst @@ -0,0 +1,33 @@ +================================== +Splunk ES Collection Release Notes +================================== + +.. contents:: Topics + +v1.0.2 +====== + +Release Summary +--------------- + +- Re-releasing the 1.0.2 with updated galaxy file + +v1.0.1 +====== + +Release Summary +--------------- + +- Releasing 1.0.1 with updated changelog. + +v1.0.0 +====== + +New Modules +----------- + +- adaptive_response_notable_event - Manage Splunk Enterprise Security Notable Event Adaptive Responses +- correlation_search - Manage Splunk Enterprise Security Correlation Searches +- correlation_search_info - Manage Splunk Enterprise Security Correlation Searches +- data_input_monitor - Manage Splunk Data Inputs of type Monitor +- data_input_network - Manage Splunk Data Inputs of type TCP or UDP diff --git a/collections-debian-merged/ansible_collections/splunk/es/changelogs/changelog.yaml b/collections-debian-merged/ansible_collections/splunk/es/changelogs/changelog.yaml new file mode 100644 index 00000000..2c79d14b --- /dev/null +++ b/collections-debian-merged/ansible_collections/splunk/es/changelogs/changelog.yaml @@ -0,0 +1,30 @@ +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' diff --git a/collections-debian-merged/ansible_collections/splunk/es/changelogs/config.yaml b/collections-debian-merged/ansible_collections/splunk/es/changelogs/config.yaml new file mode 100644 index 00000000..3988ea9b --- /dev/null +++ b/collections-debian-merged/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 -- cgit v1.2.3