summaryrefslogtreecommitdiffstats
path: root/collections-debian-merged/ansible_collections/cisco/ios/changelogs
diff options
context:
space:
mode:
Diffstat (limited to 'collections-debian-merged/ansible_collections/cisco/ios/changelogs')
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/CHANGELOG.rst162
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/changelog.yaml189
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/config.yaml30
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/103_fix_l2_interfaces_traceback_error.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/124_resolved_ios_acls_issue.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/132_update_ios_l3_doc_issue.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/135_accept_list_of_dict_for_ospfv2_network.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/137_ios_static_routes_idempotency_issue.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/141_add_int_virt_template_issue.yml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/144_add_interface_tunnel_issue.yml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/146_add_cdp_platform_info_to_ios_facts.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/148_add_bgp_global_resource_module.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/148_add_ospv3_resource_module.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/161_static_route_facts_cmd_update.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/165_enable_ospfv3_integration_tests.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/175_fix_ios_vlans_when_name_had_remote.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/192_add_ospf_interfaces_resource_module.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/209_fix_ios_ospf_interfaces_authentication_param.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/211_update_ios_acls_module_to_use_resource_module_approach.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/216_fix_command_rejected_issue.yml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/223_fix_static_routes_facts_parsing.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/228_ios_ping.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/51-virtual-switch-system-detection.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/63_support_for_very_long_vlan_name.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/65_fixes_ios_interfaces_rm_where_interface_in_description_resulted_in_failure.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/command-dicts.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/galaxy-version.yaml3
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/ios_config_diff_doc_update.yaml4
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/upcap_ansible.yaml4
-rw-r--r--collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/update_resource_module_doc_discrepancy.yaml3
30 files changed, 464 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/CHANGELOG.rst b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/CHANGELOG.rst
new file mode 100644
index 00000000..a4fbb9ff
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/CHANGELOG.rst
@@ -0,0 +1,162 @@
+==================================
+Cisco Ios Collection Release Notes
+==================================
+
+.. contents:: Topics
+
+v1.3.0
+======
+
+Minor Changes
+-------------
+
+- Add ios_bgp_global module.
+
+Bugfixes
+--------
+- IOS resource modules minor doc updates (https://github.com/ansible-collections/cisco.ios/pull/233).
+- To fix ios_static_routes facts parsing in presence of interface (https://github.com/ansible-collections/cisco.ios/pull/225).
+- Add support size and df_bit options for ios_ping (https://github.com/ansible-collections/cisco.ios/pull/228).
+- IOS_CONFIG, incorrectly claims success when Command Rejected (https://github.com/ansible-collections/cisco.ios/pull/215).
+- Update doc to clarify on input config pattern (https://github.com/ansible-collections/cisco.ios/pull/220).
+- Updating ios acls module to use newer CLI RM approach to resolve all of the ACL related bugs (https://github.com/ansible-collections/cisco.ios/pull/211).
+
+New Modules
+-----------
+
+- ios_bgp_global - BGP Global resource module
+
+v1.2.1
+======
+
+Bugfixes
+--------
+
+- To fix ios_ospf_interfaces resource module authentication param behaviour (https://github.com/ansible-collections/cisco.ios/issues/209).
+- Add version key to galaxy.yaml to work around ansible-galaxy bug.
+
+v1.2.0
+======
+
+Minor Changes
+-------------
+
+- Add ios_ospf_interfaces module.
+
+Bugfixes
+--------
+
+- To enable ios ospfv3 integration tests (https://github.com/ansible-collections/cisco.ios/pull/165).
+- To fix ios_static_routes where interface ip route-cache config was being parsed and resulted traceback (https://github.com/ansible-collections/cisco.ios/pull/176).
+- To fix IOS static routes idempotency issue coz of netmask to cidr conversion (https://github.com/ansible-collections/cisco.ios/pull/177).
+- To fix ios_vlans traceback bug when the name had Remote in it and added unit TC for the module (https://github.com/ansible-collections/cisco.ios/pull/179).
+- To fix the traceback issue for longer vlan name having more than 32 characters (https://github.com/ansible-collections/cisco.ios/pull/182).
+
+New Modules
+-----------
+
+- ios_ospf_interfaces - OSPF Interfaces resource module
+
+v1.1.0
+======
+
+Minor Changes
+-------------
+
+- Add ios_ospfv3 module.
+
+Bugfixes
+--------
+
+- Fix element type of ios_command's command parameter (https://github.com/ansible-collections/cisco.ios/pull/151).
+- Add support for interface type Virtual-Template (https://github.com/ansible-collections/cisco.ios/pull/154).
+- Added support for interface Tunnel (https://github.com/ansible-collections/cisco.ios/pull/145).
+- To fix the incorrect command displayed under ios_l3_interfaces resource module docs (https://github.com/ansible-collections/cisco.ios/pull/149).
+
+New Modules
+-----------
+
+- ios_ospfv3 - OSPFv3 resource module
+
+v1.0.3
+======
+
+Release Summary
+---------------
+
+- Releasing 1.0.3 with updated readme with changelog link, galaxy description, and bugfix.
+
+Bugfixes
+--------
+
+- To fix the issue where ios acls was complaining in absence of protocol option value (https://github.com/ansible-collections/cisco.ios/pull/124).
+- To fix IOS l2 interfaces for traceback error and merge operation not working as expected (https://github.com/ansible-collections/cisco.ios/pull/103).
+
+v1.0.2
+======
+
+Release Summary
+---------------
+
+- Re-releasing 1.0.1 with updated changelog.
+
+v1.0.1
+======
+
+Minor Changes
+-------------
+
+- Removes IOS sanity ignores and sync for argspec and docstring (https://github.com/ansible-collections/cisco.ios/pull/114).
+- Updated docs.
+
+Bugfixes
+--------
+
+- Make `src`, `backup` and `backup_options` in ios_config work when module alias is used (https://github.com/ansible-collections/cisco.ios/pull/107).
+
+
+v1.0.0
+======
+
+New Plugins
+-----------
+
+Cliconf
+~~~~~~~
+
+- ios - Use ios cliconf to run command on Cisco IOS platform
+
+New Modules
+-----------
+
+- ios_acl_interfaces - ACL interfaces resource module
+- ios_acls - ACLs resource module
+- ios_banner - Manage multiline banners on Cisco IOS devices
+- ios_bgp - Configure global BGP protocol settings on Cisco IOS.
+- ios_command - Run commands on remote devices running Cisco IOS
+- ios_config - Manage Cisco IOS configuration sections
+- ios_facts - Collect facts from remote devices running Cisco IOS
+- ios_interface - (deprecated, removed after 2022-06-01) Manage Interface on Cisco IOS network devices
+- ios_interfaces - Interfaces resource module
+- ios_l2_interface - (deprecated, removed after 2022-06-01) Manage Layer-2 interface on Cisco IOS devices.
+- ios_l2_interfaces - L2 interfaces resource module
+- ios_l3_interface - (deprecated, removed after 2022-06-01) Manage Layer-3 interfaces on Cisco IOS network devices.
+- ios_l3_interfaces - L3 interfaces resource module
+- ios_lacp - LACP resource module
+- ios_lacp_interfaces - LACP interfaces resource module
+- ios_lag_interfaces - LAG interfaces resource module
+- ios_linkagg - Manage link aggregation groups on Cisco IOS network devices
+- ios_lldp - Manage LLDP configuration on Cisco IOS network devices.
+- ios_lldp_global - LLDP resource module
+- ios_lldp_interfaces - LLDP interfaces resource module
+- ios_logging - Manage logging on network devices
+- ios_ntp - Manages core NTP configuration.
+- ios_ospfv2 - OSPFv2 resource module
+- ios_ping - Tests reachability using ping from Cisco IOS network devices
+- ios_static_route - (deprecated, removed after 2022-06-01) Manage static IP routes on Cisco IOS network devices
+- ios_static_routes - Static routes resource module
+- ios_system - Manage the system attributes on Cisco IOS devices
+- ios_user - Manage the aggregate of local users on Cisco IOS device
+- ios_vlan - (deprecated, removed after 2022-06-01) Manage VLANs on IOS network devices
+- ios_vlans - VLANs resource module
+- ios_vrf - Manage the collection of VRF definitions on Cisco IOS devices
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/changelog.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/changelog.yaml
new file mode 100644
index 00000000..8e072044
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/changelog.yaml
@@ -0,0 +1,189 @@
+ancestor: null
+releases:
+ 1.0.0:
+ modules:
+ - description: ACL interfaces resource module
+ name: ios_acl_interfaces
+ namespace: ''
+ - description: ACLs resource module
+ name: ios_acls
+ namespace: ''
+ - description: Manage multiline banners on Cisco IOS devices
+ name: ios_banner
+ namespace: ''
+ - description: Configure global BGP protocol settings on Cisco IOS.
+ name: ios_bgp
+ namespace: ''
+ - description: Run commands on remote devices running Cisco IOS
+ name: ios_command
+ namespace: ''
+ - description: Manage Cisco IOS configuration sections
+ name: ios_config
+ namespace: ''
+ - description: Collect facts from remote devices running Cisco IOS
+ name: ios_facts
+ namespace: ''
+ - description: (deprecated, removed after 2022-06-01) Manage Interface on Cisco
+ IOS network devices
+ name: ios_interface
+ namespace: ''
+ - description: Interfaces resource module
+ name: ios_interfaces
+ namespace: ''
+ - description: (deprecated, removed after 2022-06-01) Manage Layer-2 interface
+ on Cisco IOS devices.
+ name: ios_l2_interface
+ namespace: ''
+ - description: L2 interfaces resource module
+ name: ios_l2_interfaces
+ namespace: ''
+ - description: (deprecated, removed after 2022-06-01) Manage Layer-3 interfaces
+ on Cisco IOS network devices.
+ name: ios_l3_interface
+ namespace: ''
+ - description: L3 interfaces resource module
+ name: ios_l3_interfaces
+ namespace: ''
+ - description: LACP resource module
+ name: ios_lacp
+ namespace: ''
+ - description: LACP interfaces resource module
+ name: ios_lacp_interfaces
+ namespace: ''
+ - description: LAG interfaces resource module
+ name: ios_lag_interfaces
+ namespace: ''
+ - description: Manage link aggregation groups on Cisco IOS network devices
+ name: ios_linkagg
+ namespace: ''
+ - description: Manage LLDP configuration on Cisco IOS network devices.
+ name: ios_lldp
+ namespace: ''
+ - description: LLDP resource module
+ name: ios_lldp_global
+ namespace: ''
+ - description: LLDP interfaces resource module
+ name: ios_lldp_interfaces
+ namespace: ''
+ - description: Manage logging on network devices
+ name: ios_logging
+ namespace: ''
+ - description: Manages core NTP configuration.
+ name: ios_ntp
+ namespace: ''
+ - description: OSPFv2 resource module
+ name: ios_ospfv2
+ namespace: ''
+ - description: Tests reachability using ping from Cisco IOS network devices
+ name: ios_ping
+ namespace: ''
+ - description: (deprecated, removed after 2022-06-01) Manage static IP routes
+ on Cisco IOS network devices
+ name: ios_static_route
+ namespace: ''
+ - description: Static routes resource module
+ name: ios_static_routes
+ namespace: ''
+ - description: Manage the system attributes on Cisco IOS devices
+ name: ios_system
+ namespace: ''
+ - description: Manage the aggregate of local users on Cisco IOS device
+ name: ios_user
+ namespace: ''
+ - description: (deprecated, removed after 2022-06-01) Manage VLANs on IOS network
+ devices
+ name: ios_vlan
+ namespace: ''
+ - description: VLANs resource module
+ name: ios_vlans
+ namespace: ''
+ - description: Manage the collection of VRF definitions on Cisco IOS devices
+ name: ios_vrf
+ namespace: ''
+ plugins:
+ cliconf:
+ - description: Use ios cliconf to run command on Cisco IOS platform
+ name: ios
+ namespace: null
+ release_date: '2020-06-23'
+ 1.0.1:
+ changes:
+ bugfixes:
+ - Make `src`, `backup` and `backup_options` in ios_config work when module alias is used
+ (https://github.com/ansible-collections/cisco.ios/pull/107).
+ minor_changes:
+ - Removes IOS sanity ignores and sync for argspec and docstring
+ (https://github.com/ansible-collections/cisco.ios/pull/114).
+ - Updated docs.
+ fragments:
+ - 90-add-change-log-1.0.0.yaml
+ - 1.1.0_update_docs.yaml
+ - handle_src_backup_with_module_alias.yaml
+ - remove_ios_ignore.yaml
+ release_date: '2020-08-03'
+ 1.0.2:
+ changes:
+ release_summary:
+ - Re-releasing 1.0.1 with updated changelog.
+ fragments:
+ - 1.0.2.yaml
+ release_date: '2020-08-07'
+ 1.0.3:
+ changes:
+ release_summary:
+ - Releasing 1.0.3 with updated readme with changelog link, galaxy description, and bugfix.
+ release_date: '2020-08-28'
+ 1.1.0:
+ changes:
+ bugfixes:
+ - Fix element type of ios_command's command parameter (https://github.com/ansible-collections/cisco.ios/pull/151).
+ - Add support for interface type Virtual-Template (https://github.com/ansible-collections/cisco.ios/pull/154).
+ - Added support for interface Tunnel (https://github.com/ansible-collections/cisco.ios/pull/145).
+ - To fix the incorrect command displayed under ios_l3_interfaces resource module docs (https://github.com/ansible-collections/cisco.ios/pull/149).
+ minor_changes:
+ - Add ios_ospfv3 module.
+ modules:
+ - description: OSPFv3 resource module
+ name: ios_ospfv3
+ namespace: ''
+ release_date: '2020-10-01'
+ 1.2.0:
+ changes:
+ bugfixes:
+ - To enable ios ospfv3 integration tests (https://github.com/ansible-collections/cisco.ios/pull/165).
+ - To fix ios_static_routes where interface ip route-cache config was being parsed and resulted traceback (https://github.com/ansible-collections/cisco.ios/pull/176).
+ - To fix IOS static routes idempotency issue coz of netmask to cidr conversion (https://github.com/ansible-collections/cisco.ios/pull/177).
+ - To fix ios_vlans traceback bug when the name had Remote in it and added unit TC for the module (https://github.com/ansible-collections/cisco.ios/pull/179).
+ - To fix the traceback issue for longer vlan name having more than 32 characters (https://github.com/ansible-collections/cisco.ios/pull/182).
+ minor_changes:
+ - Add ios_ospf_interfaces module.
+ modules:
+ - description: OSPF Interfaces resource module
+ name: ios_ospf_interfaces
+ namespace: ''
+ release_date: '2020-11-01'
+ 1.2.1:
+ changes:
+ bugfixes:
+ - To fix ios_ospf_interfaces resource module authentication param behaviour (https://github.com/ansible-collections/cisco.ios/issues/209).
+ - Add version key to galaxy.yaml to work around ansible-galaxy bug.
+ fragments:
+ - 209_fix_ios_ospf_interfaces_authentication_param.yaml
+ - galaxy-version.yaml
+ release_date: '2020-11-26'
+ 1.3.0:
+ changes:
+ bugfixes:
+ - IOS resource modules minor doc updates (https://github.com/ansible-collections/cisco.ios/pull/233).
+ - To fix ios_static_routes facts parsing in presence of interface (https://github.com/ansible-collections/cisco.ios/pull/225).
+ - Add support size and df_bit options for ios_ping (https://github.com/ansible-collections/cisco.ios/pull/228).
+ - IOS_CONFIG, incorrectly claims success when Command Rejected (https://github.com/ansible-collections/cisco.ios/pull/215).
+ - Update doc to clarify on input config pattern (https://github.com/ansible-collections/cisco.ios/pull/220).
+ - Updating ios acls module to use newer CLI RM approach to resolve all of the ACL related bugs (https://github.com/ansible-collections/cisco.ios/pull/211).
+ minor_changes:
+ - Add ios_bgp_global module.
+ modules:
+ - description: BGP Global resource module
+ name: ios_bgp_global
+ namespace: ''
+ release_date: '2021-1-29'
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/config.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/config.yaml
new file mode 100644
index 00000000..fa19846e
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/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: Cisco Ios Collection
+trivial_section_name: trivial
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/103_fix_l2_interfaces_traceback_error.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/103_fix_l2_interfaces_traceback_error.yaml
new file mode 100644
index 00000000..fc236267
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/103_fix_l2_interfaces_traceback_error.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - To fix IOS l2 interfaces for traceback error and merge operation not working as expected(https://github.com/ansible-collections/cisco.ios/pull/103).
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/124_resolved_ios_acls_issue.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/124_resolved_ios_acls_issue.yaml
new file mode 100644
index 00000000..c8f85c95
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/124_resolved_ios_acls_issue.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - To fix the issue where ios acls was complaining in absence of protocol option value(https://github.com/ansible-collections/cisco.ios/pull/124).
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/132_update_ios_l3_doc_issue.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/132_update_ios_l3_doc_issue.yaml
new file mode 100644
index 00000000..c6d83d85
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/132_update_ios_l3_doc_issue.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - To update the IOS L3 doc issue raised in issue(https://github.com/ansible-collections/cisco.ios/issue/132).
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/135_accept_list_of_dict_for_ospfv2_network.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/135_accept_list_of_dict_for_ospfv2_network.yaml
new file mode 100644
index 00000000..f244b057
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/135_accept_list_of_dict_for_ospfv2_network.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - To accept list of dict for OSPFv2 network param(https://github.com/ansible-collections/cisco.ios/issues/152)
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/137_ios_static_routes_idempotency_issue.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/137_ios_static_routes_idempotency_issue.yaml
new file mode 100644
index 00000000..1937c2ce
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/137_ios_static_routes_idempotency_issue.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - To fix IOS static routes idempotency issue coz of netmask to cidr conversion(https://github.com/ansible-collections/cisco.ios/issues/137).
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/141_add_int_virt_template_issue.yml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/141_add_int_virt_template_issue.yml
new file mode 100644
index 00000000..c85d5f88
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/141_add_int_virt_template_issue.yml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - To provide support for interface Virtual-Template raised in issue(https://github.com/ansible-collections/cisco.ios/issues/141)
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/144_add_interface_tunnel_issue.yml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/144_add_interface_tunnel_issue.yml
new file mode 100644
index 00000000..7cb508f8
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/144_add_interface_tunnel_issue.yml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - To provide support for interface Tunnel in IOS raised in issue(https://github.com/ansible-collections/cisco.ios/issues/144)
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/146_add_cdp_platform_info_to_ios_facts.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/146_add_cdp_platform_info_to_ios_facts.yaml
new file mode 100644
index 00000000..4c5d821d
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/146_add_cdp_platform_info_to_ios_facts.yaml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - Add CDP platform information to ios_facts module output.
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/148_add_bgp_global_resource_module.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/148_add_bgp_global_resource_module.yaml
new file mode 100644
index 00000000..3ffbf986
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/148_add_bgp_global_resource_module.yaml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - Add ios_bgp_global resource module (fixes - https://github.com/ansible-collections/cisco.ios/issues/97).
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/148_add_ospv3_resource_module.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/148_add_ospv3_resource_module.yaml
new file mode 100644
index 00000000..6e07984e
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/148_add_ospv3_resource_module.yaml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - Add ios_ospfv3 resource module (fixes - https://github.com/ansible-collections/cisco.ios/issues/95).
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/161_static_route_facts_cmd_update.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/161_static_route_facts_cmd_update.yaml
new file mode 100644
index 00000000..de50229d
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/161_static_route_facts_cmd_update.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - To fix ios_static_routes where interface ip route-cache config was being parsed and resulted traceback
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/165_enable_ospfv3_integration_tests.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/165_enable_ospfv3_integration_tests.yaml
new file mode 100644
index 00000000..57ca6aa4
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/165_enable_ospfv3_integration_tests.yaml
@@ -0,0 +1,3 @@
+---
+trivial:
+ - To enable ios ospfv3 integration tests for zuul ios instance.
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/175_fix_ios_vlans_when_name_had_remote.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/175_fix_ios_vlans_when_name_had_remote.yaml
new file mode 100644
index 00000000..a09943af
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/175_fix_ios_vlans_when_name_had_remote.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - To fix ios_vlans traceback bug when the name had Remote in it(https://github.com/ansible-collections/cisco.ios/issues/175).
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/192_add_ospf_interfaces_resource_module.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/192_add_ospf_interfaces_resource_module.yaml
new file mode 100644
index 00000000..010a3515
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/192_add_ospf_interfaces_resource_module.yaml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - Adding ios_ospf_interfaces resource module.
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/209_fix_ios_ospf_interfaces_authentication_param.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/209_fix_ios_ospf_interfaces_authentication_param.yaml
new file mode 100644
index 00000000..22185b73
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/209_fix_ios_ospf_interfaces_authentication_param.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - To fix ios_ospf_interfaces resource module authentication param behaviour (https://github.com/ansible-collections/cisco.ios/issues/209).
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/211_update_ios_acls_module_to_use_resource_module_approach.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/211_update_ios_acls_module_to_use_resource_module_approach.yaml
new file mode 100644
index 00000000..ab75efbd
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/211_update_ios_acls_module_to_use_resource_module_approach.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - Updating ios acls module to use newer CLI RM approach to resolve all of the ACL related bugs(https://github.com/ansible-collections/cisco.ios/pulls/211).
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/216_fix_command_rejected_issue.yml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/216_fix_command_rejected_issue.yml
new file mode 100644
index 00000000..cf5da650
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/216_fix_command_rejected_issue.yml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - To provide support return for "Command Rejected" (https://github.com/ansible-collections/cisco.ios/issues/216)
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/223_fix_static_routes_facts_parsing.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/223_fix_static_routes_facts_parsing.yaml
new file mode 100644
index 00000000..7544800e
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/223_fix_static_routes_facts_parsing.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - 223_fix_static_routes_facts_parsing_with_interface_present(https://github.com/ansible-collections/cisco.ios/issues/223).
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/228_ios_ping.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/228_ios_ping.yaml
new file mode 100644
index 00000000..5d613563
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/228_ios_ping.yaml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - Add support df-bit and size option for ios_ping (https://github.com/ansible-collections/cisco.ios/pull/228).
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/51-virtual-switch-system-detection.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/51-virtual-switch-system-detection.yaml
new file mode 100644
index 00000000..aac0b7e9
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/51-virtual-switch-system-detection.yaml
@@ -0,0 +1,3 @@
+---
+minor_changes:
+ - Adding Detection of Virtual Switch System to facts (https://github.com/ansible-collections/cisco.ios/pull/51)
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/63_support_for_very_long_vlan_name.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/63_support_for_very_long_vlan_name.yaml
new file mode 100644
index 00000000..3a5d558e
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/63_support_for_very_long_vlan_name.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - To add support for accepting vlan name more than 32 characters(https://github.com/ansible-collections/cisco.ios/issues/63).
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/65_fixes_ios_interfaces_rm_where_interface_in_description_resulted_in_failure.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/65_fixes_ios_interfaces_rm_where_interface_in_description_resulted_in_failure.yaml
new file mode 100644
index 00000000..e2a0fbf9
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/65_fixes_ios_interfaces_rm_where_interface_in_description_resulted_in_failure.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - fixes ios interfaces rm where interface in description resulted in failure (https://github.com/ansible-collections/cisco.ios/issues/65).
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/command-dicts.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/command-dicts.yaml
new file mode 100644
index 00000000..b8273850
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/command-dicts.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - ios_command - set command type to "raw" to support complex commands (with prompt and answer, for example)
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/galaxy-version.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/galaxy-version.yaml
new file mode 100644
index 00000000..6d5e47ea
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/galaxy-version.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - Add version key to galaxy.yaml to work around ansible-galaxy bug
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/ios_config_diff_doc_update.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/ios_config_diff_doc_update.yaml
new file mode 100644
index 00000000..a8d26e9b
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/ios_config_diff_doc_update.yaml
@@ -0,0 +1,4 @@
+---
+bugfixes:
+ - Update docs to clarify the idemptonecy releated caveat and add it in the output warnings
+ (https://github.com/ansible-collections/ansible.netcommon/pull/189)
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/upcap_ansible.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/upcap_ansible.yaml
new file mode 100644
index 00000000..97d1217d
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/upcap_ansible.yaml
@@ -0,0 +1,4 @@
+---
+trivial:
+ - uncap ansible in meta/runtime.yaml
+ - address default documentation mismatch issues
diff --git a/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/update_resource_module_doc_discrepancy.yaml b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/update_resource_module_doc_discrepancy.yaml
new file mode 100644
index 00000000..eb23a028
--- /dev/null
+++ b/collections-debian-merged/ansible_collections/cisco/ios/changelogs/fragments/update_resource_module_doc_discrepancy.yaml
@@ -0,0 +1,3 @@
+---
+bugfixes:
+ - To fix few ios resource module discrepancy