diff options
Diffstat (limited to 'ansible_collections/cisco/iosxr/changelogs')
-rw-r--r-- | ansible_collections/cisco/iosxr/changelogs/changelog.yaml | 160 |
1 files changed, 160 insertions, 0 deletions
diff --git a/ansible_collections/cisco/iosxr/changelogs/changelog.yaml b/ansible_collections/cisco/iosxr/changelogs/changelog.yaml index b240582b9..6f1007dbb 100644 --- a/ansible_collections/cisco/iosxr/changelogs/changelog.yaml +++ b/ansible_collections/cisco/iosxr/changelogs/changelog.yaml @@ -528,3 +528,163 @@ releases: - fix_pre_commit.yaml - rm_base.yaml release_date: "2023-01-30" + 5.0.0: + changes: + bugfixes: + - Bgp_global, Bgp_neighbor_address_family, Bgp_address_family. Make all possible + option mutually exclusive. + - bgp_neighbor_address_family - mark ``soft_reconfiguration`` suboptions ``set``, + ``always``, and ``inheritance_disable`` as mutually exclusive. (https://github.com/ansible-collections/cisco.iosxr/issues/325) + - facts - fix ``ansible_net_model`` and ``ansible_net_seriulnum`` facts gathering + issue (https://github.com/ansible-collections/cisco.iosxr/issues/308) + major_changes: + - iosxr_l3_interfaces - fix issue in ipv4 address formatting. (https://github.com/ansible-collections/cisco.iosxr/issues/311). + minor_changes: + - bgp_global - Add ``no_prepend`` option and ``set`` and ``replace_as`` suboptions + under local_as option. (https://github.com/ansible-collections/cisco.iosxr/issues/336) + - bgp_global - Add ``password`` option and ``encrypted`` and ``inheritance_disable`` + suboptions. (https://github.com/ansible-collections/cisco.iosxr/issues/337) + - bgp_global - Add ``use`` option and ``neighbor_group`` and ``session_group`` + suboptions. (https://github.com/ansible-collections/cisco.iosxr/issues/312) + fragments: + - Bugfix_312.yaml + - Bugfix_325.yaml + - Bugfix_332.yaml + - Fix_integration_tests.yaml + - bugfix_336_337.yaml + - bugfix_facts.yaml + - bugfix_redirects.yaml + - bugix_l3_interface.yaml + - fix_galaxy.yaml + - fix_iosxr_config.yaml + - fix_upstream_tests.yaml + - revert_integration_tests.yaml + release_date: "2023-03-02" + 5.0.1: + changes: + bugfixes: + - Fixing L2 Interface recognition for resource modules. (https://github.com/ansible-collections/cisco.iosxr/issues/366) + - Iosxr_interfaces - Fix issue in interfaces with interface type. + doc_changes: + - Improve docs of static_routes Resource modules. + fragments: + - Bugfix_interfaces.yaml + - add_cleanup_script.yaml + - add_cleanup_script_l2.yaml + - add_cleanup_script_l3.yaml + - add_skip_label.yaml + - fix_docs_static_routes.yaml + - fix_integration_tests.yaml + - fix_l2_interfaces_resources.yml + - iosxr_add_skip_label.yaml + - revert_int_changes.yaml + - revert_intl2_l3_changes.yaml + release_date: "2023-04-03" + 5.0.2: + changes: + bugfixes: + - interfaces - Fix issue in ``overridden`` state of interfaces RM. (https://github.com/ansible-collections/cisco.iosxr/issues/377) + doc_changes: + - iosxr_bgp_global - add task output to module documentation examples. + fragments: + - fix_interfaces_overridden.yaml + - update_docs_with_examples.yaml + release_date: "2023-04-27" + 5.0.3: + changes: + bugfixes: + - Fixing Bundle-Ether/-POS recognition for resource modules. (https://github.com/ansible-collections/cisco.iosxr/issues/369) + - acls - Fix issue in ``replaced`` state of not replacing ace entries with remark + action. (https://github.com/ansible-collections/cisco.iosxr/issues/332) + - l3_interfaces - Fix issue in ``gather`` state of not gathering management + interface. (https://github.com/ansible-collections/cisco.iosxr/issues/381) + doc_changes: + - iosxr_interfaces - Fixed module documentation and examples. + - iosxr_l3_interfaces - Fixed module documentation and examples. + fragments: + - add_gha_periodic.yaml + - black.yaml + - bugfix_acl.yaml + - ci_codecov.yml + - fix_bundle_resources.yml + - fix_l3_interface.yaml + - healthcheck_pr_1.yml + release_date: "2023-05-29" + 6.0.0: + changes: + bugfixes: + - Add support to delete specific static route entry.(https://github.com/ansible-collections/cisco.iosxr/issues/375) + - l2_interfaces Fix issue in qvlan parsing.(https://github.com/ansible-collections/cisco.iosxr/issues/403) + deprecated_features: + - Deprecated iosxr_bgp module in favor of iosxr_bgp_global,iosxr_bgp_neighbor_address_family + and iosxr_bgp_address_family. + - iosxr_l2_interfaces - deprecate q_vlan with qvlan which allows vlans in str + format e.g "any" + doc_changes: + - iosxr_facts - Add ansible_net_cpu_utilization. + minor_changes: + - Add iosxr_bgp_templates module (https://github.com/ansible-collections/cisco.iosxr/issues/341). + - iosxr_facts - Add CPU utilization. + - iosxr_l2_interfaces - fix issue in supporting multiple iosxr version. (https://github.com/ansible-collections/cisco.iosxr/issues/379). + fragments: + - bgp_templates.yaml + - bugfix_l2_interface.yaml + - cpu_util.yaml + - delete_static_route.yaml + - fix_l2_interface.yaml + - fix_l2_interface_qvlan.yaml + - gha_release.yml + - remove_old_modules.yaml + modules: + - description: Manages BGP templates resource module. + name: iosxr_bgp_templates + namespace: "" + release_date: "2023-07-05" + 6.0.1: + changes: + bugfixes: + - Fix issue in deletion of ospf.(https://github.com/ansible-collections/cisco.iosxr/issues/425) + - Fix issue in facts gathering for Interfaces RM.(https://github.com/ansible-collections/cisco.iosxr/issues/417) + - Fix issue in lacp and lldp_global of local variable commands. + - Support overridden state in bgp_global,lacp and lldp_global module.(https://github.com/ansible-collections/cisco.iosxr/issues/386) + doc_changes: + - Fix grpc sub plugin documentation. + - Update ospf_interfaces examples + - Update ospfv2 examples + - Update ospfv3 examples + fragments: + - Fix_interface_facts.yaml + - codecov_pr.yml + - fix_ospfv3.yaml + - sub_plugin_doc.yml + - support_overridden.yaml + - update_ospfv2_docs.yaml + release_date: "2023-09-07" + 6.1.0: + changes: + doc_changes: + - Fix docs for prefix_lists RM. + - iosxr_acls - update examples and use YAML output in them for better readibility. + minor_changes: + - iosxr_config - Relax restrictions on I(src) parameter so it can be used more + like I(lines). (https://github.com/ansible-collections/cisco.iosxr/issues/343). + - iosxr_config Add updates option in return value(https://github.com/ansible-collections/cisco.iosxr/issues/438). + fragments: + - Fix_iosxr_user_tests.yaml + - acls.yaml + - fix_bindep.yaml + - fix_config_module.yaml + - fix_iosxr_config.yaml + - prefix_list_doc.yaml + release_date: "2023-10-30" + 6.1.1: + changes: + bugfixes: + - Fix issue in gathered state of interfaces and l3_interfaces RMs(https://github.com/ansible-collections/cisco.iosxr/issues/452, + https://github.com/ansible-collections/cisco.iosxr/issues/451) + fragments: + - bugfix_interfaces.yaml + - fix_acl_interfaces.yaml + - fix_python_version.yaml + - revert_pylibssh_depn.yaml + release_date: "2023-11-27" |