diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 20:03:01 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-14 20:03:01 +0000 |
commit | a453ac31f3428614cceb99027f8efbdb9258a40b (patch) | |
tree | f61f87408f32a8511cbd91799f9cececb53e0374 /collections-debian-merged/ansible_collections/cisco/iosxr/changelogs | |
parent | Initial commit. (diff) | |
download | ansible-a453ac31f3428614cceb99027f8efbdb9258a40b.tar.xz ansible-a453ac31f3428614cceb99027f8efbdb9258a40b.zip |
Adding upstream version 2.10.7+merged+base+2.10.8+dfsg.upstream/2.10.7+merged+base+2.10.8+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'collections-debian-merged/ansible_collections/cisco/iosxr/changelogs')
3 files changed, 330 insertions, 0 deletions
diff --git a/collections-debian-merged/ansible_collections/cisco/iosxr/changelogs/CHANGELOG.rst b/collections-debian-merged/ansible_collections/cisco/iosxr/changelogs/CHANGELOG.rst new file mode 100644 index 00000000..b217dbb7 --- /dev/null +++ b/collections-debian-merged/ansible_collections/cisco/iosxr/changelogs/CHANGELOG.rst @@ -0,0 +1,133 @@ +==================================== +Cisco Iosxr Collection Release Notes +==================================== + +.. contents:: Topics + + +v1.2.1 +====== + +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) + +v1.2.0 +====== + +Minor Changes +------------- + +- Added iosxr ospf_interfaces resource module (https://github.com/ansible-collections/cisco.iosxr/pull/84). + +Bugfixes +-------- + +- Add version key to galaxy.yaml to work around ansible-galaxy bug +- Fix iosxr_acls throwing a traceback with overridden (https://github.com/ansible-collections/cisco.iosxr/issues/87). +- require one to specify a banner delimiter in order to fix a timeout when using multi-line strings + +New Modules +----------- + +- iosxr_ospf_interfaces - OSPF Interfaces Resource Module. + +v1.1.0 +====== + +Minor Changes +------------- + +- Added iosxr ospfv3 resource module (https://github.com/ansible-collections/cisco.iosxr/pull/81). +- Platform supported coments token to be provided when invoking the object. + +New Modules +----------- + +- iosxr_ospfv3 - ospfv3 resource module + +v1.0.5 +====== + +Bugfixes +-------- + +- Confirmed commit fails with TypeError in IOS XR netconf plugin (https://github.com/ansible-collections/cisco.iosxr/issues/74) +- running config data for interface split when substring interface starts with newline + +v1.0.4 +====== + +Release Summary +--------------- + +- Rereleased 1.0.3 with updated changelog. + +v1.0.3 +====== + +Release Summary +--------------- + +- Rereleased 1.0.2 with regenerated documentation. + +v1.0.2 +====== + +Bugfixes +-------- + +- Make `src`, `backup` and `backup_options` in iosxr_config work when module alias is used (https://github.com/ansible-collections/cisco.iosxr/pull/63). +- Makes sure that docstring and argspec are in sync and removes sanity ignores (https://github.com/ansible-collections/cisco.iosxr/pull/62). +- Update docs after sanity fixes to modules. + +v1.0.1 +====== + +Minor Changes +------------- + +- Bring plugin table to correct position (https://github.com/ansible-collections/cisco.iosxr/pull/44) + +v1.0.0 +====== + +New Plugins +----------- + +Cliconf +~~~~~~~ + +- iosxr - Use iosxr cliconf to run command on Cisco IOS XR platform + +Netconf +~~~~~~~ + +- iosxr - Use iosxr netconf plugin to run netconf commands on Cisco IOSXR platform + +New Modules +----------- + +- iosxr_acl_interfaces - ACL interfaces resource module +- iosxr_acls - ACLs resource module +- iosxr_banner - Manage multiline banners on Cisco IOS XR devices +- iosxr_bgp - Configure global BGP protocol settings on Cisco IOS-XR +- iosxr_command - Run commands on remote devices running Cisco IOS XR +- iosxr_config - Manage Cisco IOS XR configuration sections +- iosxr_facts - Get facts about iosxr devices. +- iosxr_interface - (deprecated, removed after 2022-06-01) Manage Interface on Cisco IOS XR network devices +- iosxr_interfaces - Interfaces resource module +- iosxr_l2_interfaces - L2 interfaces resource module +- iosxr_l3_interfaces - L3 interfaces resource module +- iosxr_lacp - LACP resource module +- iosxr_lacp_interfaces - LACP interfaces resource module +- iosxr_lag_interfaces - LAG interfaces resource module +- iosxr_lldp_global - LLDP resource module +- iosxr_lldp_interfaces - LLDP interfaces resource module +- iosxr_logging - Configuration management of system logging services on network devices +- iosxr_netconf - Configures NetConf sub-system service on Cisco IOS-XR devices +- iosxr_ospfv2 - OSPFv2 resource module +- iosxr_static_routes - Static routes resource module +- iosxr_system - Manage the system attributes on Cisco IOS XR devices +- iosxr_user - Manage the aggregate of local users on Cisco IOS XR device diff --git a/collections-debian-merged/ansible_collections/cisco/iosxr/changelogs/changelog.yaml b/collections-debian-merged/ansible_collections/cisco/iosxr/changelogs/changelog.yaml new file mode 100644 index 00000000..399b9b6e --- /dev/null +++ b/collections-debian-merged/ansible_collections/cisco/iosxr/changelogs/changelog.yaml @@ -0,0 +1,167 @@ +ancestor: null +releases: + 1.0.0: + modules: + - description: ACL interfaces resource module + name: iosxr_acl_interfaces + namespace: '' + - description: ACLs resource module + name: iosxr_acls + namespace: '' + - description: Manage multiline banners on Cisco IOS XR devices + name: iosxr_banner + namespace: '' + - description: Configure global BGP protocol settings on Cisco IOS-XR + name: iosxr_bgp + namespace: '' + - description: Run commands on remote devices running Cisco IOS XR + name: iosxr_command + namespace: '' + - description: Manage Cisco IOS XR configuration sections + name: iosxr_config + namespace: '' + - description: Get facts about iosxr devices. + name: iosxr_facts + namespace: '' + - description: (deprecated, removed after 2022-06-01) Manage Interface on Cisco + IOS XR network devices + name: iosxr_interface + namespace: '' + - description: Interfaces resource module + name: iosxr_interfaces + namespace: '' + - description: L2 interfaces resource module + name: iosxr_l2_interfaces + namespace: '' + - description: L3 interfaces resource module + name: iosxr_l3_interfaces + namespace: '' + - description: LACP resource module + name: iosxr_lacp + namespace: '' + - description: LACP interfaces resource module + name: iosxr_lacp_interfaces + namespace: '' + - description: LAG interfaces resource module + name: iosxr_lag_interfaces + namespace: '' + - description: LLDP resource module + name: iosxr_lldp_global + namespace: '' + - description: LLDP interfaces resource module + name: iosxr_lldp_interfaces + namespace: '' + - description: Configuration management of system logging services on network + devices + name: iosxr_logging + namespace: '' + - description: Configures NetConf sub-system service on Cisco IOS-XR devices + name: iosxr_netconf + namespace: '' + - description: OSPFv2 resource module + name: iosxr_ospfv2 + namespace: '' + - description: Static routes resource module + name: iosxr_static_routes + namespace: '' + - description: Manage the system attributes on Cisco IOS XR devices + name: iosxr_system + namespace: '' + - description: Manage the aggregate of local users on Cisco IOS XR device + name: iosxr_user + namespace: '' + plugins: + cliconf: + - description: Use iosxr cliconf to run command on Cisco IOS XR platform + name: iosxr + namespace: null + netconf: + - description: Use iosxr netconf plugin to run netconf commands on Cisco IOSXR + platform + name: iosxr + namespace: null + release_date: '2020-06-23' + 1.0.1: + changes: + minor_changes: + - Bring plugin table to correct position (https://github.com/ansible-collections/cisco.iosxr/pull/44) + fragments: + - 44-plugin-doc-fixes.yaml + release_date: '2020-06-23' + 1.0.2: + changes: + bugfixes: + - Make `src`, `backup` and `backup_options` in iosxr_config work when module + alias is used (https://github.com/ansible-collections/cisco.iosxr/pull/63). + - Makes sure that docstring and argspec are in sync and removes sanity ignores + (https://github.com/ansible-collections/cisco.iosxr/pull/62). + - Update docs after sanity fixes to modules. + fragments: + - handle_src_backup_with_module_alias.yaml + - remove_ignores_for_sanity.yaml + - update_docs.yaml + release_date: '2020-06-23' + 1.0.3: + changes: + release_summary: + - Rereleased 1.0.2 with regenerated documentation. + fragments: + - 1.0.3.yaml + release_date: '2020-07-31' + 1.0.4: + changes: + release_summary: + - Rereleased 1.0.3 with updated changelog. + fragments: + - 1.0.4.yaml + release_date: '2020-08-07' + 1.0.5: + changes: + bugfixes: + - Confirmed commit fails with TypeError in IOS XR netconf plugin (https://github.com/ansible-collections/cisco.iosxr/issues/74) + - running config data for interface split when substring interface starts with + newline + fragments: + - 64-incorrect-interface-decription-parsing-fix.yaml + - iosxr_netconf_config_commit_fix.yaml + release_date: '2020-08-28' + 1.1.0: + changes: + minor_changes: + - Added iosxr ospfv3 resource module (https://github.com/ansible-collections/cisco.iosxr/pull/81). + - Platform supported coments token to be provided when invoking the object. + fragments: + - 54_iosxr_ospfv3_module_added.yaml + - provide_fuctionality_to_utilize_remarks.yaml + modules: + - description: ospfv3 resource module + name: iosxr_ospfv3 + namespace: '' + release_date: '2020-10-01' + 1.2.0: + changes: + bugfixes: + - Add version key to galaxy.yaml to work around ansible-galaxy bug + - Fix iosxr_acls throwing a traceback with overridden (https://github.com/ansible-collections/cisco.iosxr/issues/87). + - require one to specify a banner delimiter in order to fix a timeout when using + multi-line strings + minor_changes: + - Added iosxr ospf_interfaces resource module (https://github.com/ansible-collections/cisco.iosxr/pull/84). + fragments: + - 79-iosxr-multi-line-banner-fix.yaml + - fix_iosxr_acls.yaml + - galaxy-version.yaml + - ospf_interfaces_resource_module_added.yaml + modules: + - description: OSPF Interfaces Resource Module. + name: iosxr_ospf_interfaces + namespace: '' + release_date: '2020-11-26' + 1.2.1: + changes: + 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) + fragments: + - iosxr_config_diff_doc_update.yaml + release_date: '2021-01-28' diff --git a/collections-debian-merged/ansible_collections/cisco/iosxr/changelogs/config.yaml b/collections-debian-merged/ansible_collections/cisco/iosxr/changelogs/config.yaml new file mode 100644 index 00000000..b5f824ee --- /dev/null +++ b/collections-debian-merged/ansible_collections/cisco/iosxr/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 Iosxr Collection +trivial_section_name: trivial |