summaryrefslogtreecommitdiffstats
path: root/ansible_collections/splunk/es/changelogs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ansible_collections/splunk/es/changelogs/changelog.yaml111
-rw-r--r--ansible_collections/splunk/es/changelogs/config.yaml34
2 files changed, 77 insertions, 68 deletions
diff --git a/ansible_collections/splunk/es/changelogs/changelog.yaml b/ansible_collections/splunk/es/changelogs/changelog.yaml
index 4ac8caeb8..dab3d4f80 100644
--- a/ansible_collections/splunk/es/changelogs/changelog.yaml
+++ b/ansible_collections/splunk/es/changelogs/changelog.yaml
@@ -2,68 +2,77 @@ 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'
+ - 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'
+ 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'
+ release_summary: Re-releasing 1.0.1 with updated galaxy file.
2.0.0:
changes:
bugfixes:
- - Fix ansible test sanity failures and fix flake8 issues.
+ - 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.
+ - 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'
+ - 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
+ - Added adaptive_response_notable_events resource module
+ - Added correlation_searches resource module
+ - Added data_inputs_monitors resource module
+ - Added data_inputs_networks 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
+ - 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'
+ - 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"
+ 2.1.1:
+ changes:
+ release_summary: Releasing version 2.1.1, featuring various maintenance updates.
+ release_date: "2023-11-17"
+ 2.1.2:
+ changes:
+ bugfixes:
+ - Fixed argspec validation for plugins with empty task attributes when run with
+ Ansible 2.9.
+ fragments:
+ - module_plugins_bug_fix.yml
+ release_date: "2023-11-29"
diff --git a/ansible_collections/splunk/es/changelogs/config.yaml b/ansible_collections/splunk/es/changelogs/config.yaml
index 3988ea9bc..f403e83c7 100644
--- a/ansible_collections/splunk/es/changelogs/config.yaml
+++ b/ansible_collections/splunk/es/changelogs/config.yaml
@@ -1,4 +1,4 @@
-changelog_filename_template: CHANGELOG.rst
+changelog_filename_template: ../CHANGELOG.rst
changelog_filename_version_depth: 0
changes_file: changelog.yaml
changes_format: combined
@@ -10,21 +10,21 @@ 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
+ - - 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