diff --git a/README.md b/README.md index 9d88f4433..03e0b2769 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,3 @@ created a new API. * [robot](pkgs/robot-pkg/changelog/CHANGELOG.md) > Copyright (c) 2020 Cisco Systems, Inc. and/or its affiliates -# Trigger pipeline diff --git a/pkgs/clean-pkg/changelog/2024/august.rst b/pkgs/clean-pkg/changelog/2024/august.rst index e69de29bb..977f049ab 100644 --- a/pkgs/clean-pkg/changelog/2024/august.rst +++ b/pkgs/clean-pkg/changelog/2024/august.rst @@ -0,0 +1,26 @@ +-------------------------------------------------------------------------------- + New +-------------------------------------------------------------------------------- + +* iosxe + * connect stage + * add password recovery for connect stage. + +* clean-pkg + * updated the default keep configuration + + +-------------------------------------------------------------------------------- + Fix +-------------------------------------------------------------------------------- + +* iosxe + * set controller mode stage + * the stage is now working properly fix the issue with stage and reload stage + * Modified install_image + * Added new flag skip_save_running_config to skip the step to save the the running configuration to the startup config. + +* generic + * Modified configure_management + * Added `alias_as_hostname` argument + * Allows user to use the alias as the device hostname diff --git a/pkgs/clean-pkg/changelog/2024/september.rst b/pkgs/clean-pkg/changelog/2024/september.rst new file mode 100644 index 000000000..92fd24de8 --- /dev/null +++ b/pkgs/clean-pkg/changelog/2024/september.rst @@ -0,0 +1,25 @@ +-------------------------------------------------------------------------------- + Fix +-------------------------------------------------------------------------------- + +* clean + * Modified iosxe.stage.Connect.connect + * Set learn hostname to False after hostname learned + * Modified tftp_device_recovery + * If username and password are not provided, use default username and password + +* utils + * Modified validate_clean to not raise any exceptions on passing image_management to clean yaml file + + +-------------------------------------------------------------------------------- + New +-------------------------------------------------------------------------------- + +* iosxe + * Modified + * Allowing a config_register option in RommonBoot stage, with a default of 0x0 + * Added + * Added support for quad sup devices in clean to connect the active and standby + * Modified Clean Connect + * Added check for console speed being incorrect as well as a fix diff --git a/pkgs/conf-pkg/changelog/2024/september.rst b/pkgs/conf-pkg/changelog/2024/september.rst new file mode 100644 index 000000000..65a10b77b --- /dev/null +++ b/pkgs/conf-pkg/changelog/2024/september.rst @@ -0,0 +1,13 @@ +-------------------------------------------------------------------------------- + New +-------------------------------------------------------------------------------- + +* iosxr + * Added lldp conf model + +* nxos + * Added lldp conf model + +* device + * Add learn_interfaces to device object + * use the learn(interface) ops to find all the interfaces and add them to device.interfaces diff --git a/pkgs/filetransferutils-pkg/changelog/2024/september.rst b/pkgs/filetransferutils-pkg/changelog/2024/september.rst new file mode 100644 index 000000000..5048738bd --- /dev/null +++ b/pkgs/filetransferutils-pkg/changelog/2024/september.rst @@ -0,0 +1,6 @@ +-------------------------------------------------------------------------------- + New +-------------------------------------------------------------------------------- + +* iosxr + * check the version for validate_and_update_url since the behaviour changed from 7.x.x.x version diff --git a/pkgs/health-pkg/changelog/2024/september.rst b/pkgs/health-pkg/changelog/2024/september.rst new file mode 100644 index 000000000..e69de29bb diff --git a/pkgs/ops-pkg/changelog/2024/august.rst b/pkgs/ops-pkg/changelog/2024/august.rst index e69de29bb..b60c3bcc7 100644 --- a/pkgs/ops-pkg/changelog/2024/august.rst +++ b/pkgs/ops-pkg/changelog/2024/august.rst @@ -0,0 +1,7 @@ +-------------------------------------------------------------------------------- + New +-------------------------------------------------------------------------------- + +* iosxe + * cat9k + * Use the cmd string format instead of importing the module. \ No newline at end of file diff --git a/pkgs/ops-pkg/changelog/2024/september.rst b/pkgs/ops-pkg/changelog/2024/september.rst new file mode 100644 index 000000000..26a196e5e --- /dev/null +++ b/pkgs/ops-pkg/changelog/2024/september.rst @@ -0,0 +1,16 @@ +-------------------------------------------------------------------------------- + New +-------------------------------------------------------------------------------- + +* iosxe + * added a new brief argument to the interface model + * asr1k + * added kwargs to the interface model + * aat3k + * added kwargs to the interface model + +* nxos + * added a new brief argument to the interface model + +* iosxr + * added kwargs to the interface model diff --git a/pkgs/robot-pkg/changelog/2024/september.rst b/pkgs/robot-pkg/changelog/2024/september.rst new file mode 100644 index 000000000..e69de29bb diff --git a/pkgs/sdk-pkg/changelog/2024/august.rst b/pkgs/sdk-pkg/changelog/2024/august.rst index e69de29bb..14cae6107 100644 --- a/pkgs/sdk-pkg/changelog/2024/august.rst +++ b/pkgs/sdk-pkg/changelog/2024/august.rst @@ -0,0 +1,119 @@ +-------------------------------------------------------------------------------- + New +-------------------------------------------------------------------------------- + +* iosxe + * Added configure_macro_name + * API to configure 'macro name {macro_name}'. + * Enhanced existing api configure_macro_global_apply + * Modified API to configure 'macro global apply {macro_name} {variables} {values} '. + * Added configure_ip_pim_vrf_ssm_range + * API to configure ip pim vrf ssm range + * Added unconfigure_ip_pim_vrf_ssm_range + * API to unconfigure ip pim vrf ssm range + * Added configure_ip_msdp_vrf_peer + * API to configure msdp vrf peer + * Added unconfigure_ip_msdp_vrf_peer + * API to unconfigure msdp vrf peer + * Added config_prp_sup_vlan_aware + * prp channel-group 1 supervisionFrameOption vlan-aware-enable + * Added unconfig_prp_sup_vlan_aware + * no prp channel-group 1 supervisionFrameOption vlan-aware-enable + * Added config_prp_sup_vlan_aware_allowed_vlan_list + * prp channel-group 1 supervisionFrameOption vlan-aware-allowed-vlan 30,40 + * Added unconfig_prp_sup_vlan_aware_allowed_vlan_list + * no prp channel-group 1 supervisionFrameOption vlan-aware-allowed-vlan + * Added config_prp_static_vdan_entry + * prp channel-group 1 vdanMacaddress 000001000011 vlan-id 10 + * Added unconfig_prp_static_vdan_entry + * no prp channel-group 1 vdanMacaddress 000001000011 + * Added config_prp_sup_vlan_aware_reject_untagged + * prp channel-group 1 supervisionFrameOption vlan-aware-reject-untagged + * Added def unconfig_prp_sup_vlan_aware_reject_untagged(device, interface) + * no prp channel-group 1 supervisionFrameOption vlan-aware-reject-untagged + * Added config_prp_sup_vlan_id + * prp channel-group 1 supervisionFrameoption vlan-id 10 + * Added unconfig_prp_sup_vlan_id + * no prp channel-group 1 supervisionFrameoption vlan-id 10 + * Added config_prp_sup_vlan_tagged + * prp channel-group 1 supervisionFrameOption vlan-tagged + * Added unconfig_prp_sup_vlan_tagged + * no prp channel-group 1 supervisionFrameOption vlan-tagged + * Updated the config using f-strings + * config = f"prp channel-group {interface} supervisionFrameOption vlan-aware-enable" + * Updated api config_prp_static_vdan_entry as configure_prp_static_vdan_entry_with_vlan + * prp channel-group 1 vdanMacaddress 000001000011 vlan-id 10 + * Added configure_prp_static_vdan_entry + * prp channel-group 1 vdanMacaddress 000001000012 + * Added configure_interface_cts_role_based_sgt_map + * API to configure interface cts role based sgt map + * Added unconfigure_interface_cts_role_based_sgt_map + * API to unconfigure interface cts role based sgt map + * Added debug_platform_software_fed_drop_capture + * added api to debug_platform_software_fed_drop_capture + * Added debug_platform_software_fed_drop_capture_action + * added api to debug_platform_software_fed_drop_capture_action + * Added debug_platform_software_fed_drop_capture_buffer + * added api to debug_platform_software_fed_drop_capture_buffer + * Added configure_ignore_startup_config + * added api to configure_ignore_startup_config + * Added unconfigure_ignore_startup_config + * added api to unconfigure_ignore_startup_config + * Added verify_ignore_startup_config + * added api to verify_ignore_startup_config + * Added new API get_interfaces_switchport_state + * get_interfaces_switchport_state - Get switchport state for interfaces + * Added configure_radius_attribute_policy_name_globally + * Added unconfigure_radius_attribute_policy_name_globally + * Added configure_radius_attribute_policy_name_under_server + * Added unconfigure_radius_attribute_policy_name_under_server + * Added configure_radius_attribute_policy_name_under_servergroup + * Added unconfigure_radius_attribute_policy_name_under_servergroup + +* iosxe/cat9k + * Added send_break_boot + * send break boot command for cat9k devices + +* sdk/triggers + * blitz + * Added new action check_yang_subscribe + + +-------------------------------------------------------------------------------- + Fix +-------------------------------------------------------------------------------- + +* iosxe + * send_break_boot + * update the pattern for break boot for iosxe + * Fixed clear_logging_onboard_rp_active_standby + * added optional variable 'log_name' + * Fixed confirm_iox_enabled_requested_storage_media + * Added mod_storage_string and sso_storage_strings to support modular + * Fixed configure_app_management_networking + * Fixed returns True or False instead of none + * Fixed issue with 'verify_interface_config_duplex' API + * API not working fine when any other config present under interface for auto duplex. + * Fixed issue with 'verify_interface_config_speed' API + * API not working fine when any other config present under interface for auto speed. + * Modified verify_current_image + * Added provision to compare images based on regex if regex_search parameter is True + * ASR1K + * Added verify_current_image + * Passing regex_search as True to compare images based on regex + * Modified configure_management + * Added `alias_as_hostname` argument + * Allows user to use the alias as the device hostname + * Modified health_logging + * Fixed logic error with log count + +* execute + * execute power cycle + * add try except for destroying device object. + +* abstracted_libs + * Modified __init__.py file to import all modules available in the abstracted_libs folder + +* power cycler + * snmp client + * update the logic to work with tuple instead of iterator. \ No newline at end of file diff --git a/pkgs/sdk-pkg/changelog/2024/september.rst b/pkgs/sdk-pkg/changelog/2024/september.rst new file mode 100644 index 000000000..b649f107d --- /dev/null +++ b/pkgs/sdk-pkg/changelog/2024/september.rst @@ -0,0 +1,105 @@ +-------------------------------------------------------------------------------- + New +-------------------------------------------------------------------------------- + +* iosxe + * Added configure_spanning_tree_bridge_assurance + * API for configure spanning tree bridge assurance + * Added unconfigure_spanning_tree_bridge_assurance + * API for unconfigure spanning tree bridge assurance + * Added configure_spanning_tree_portfast_bridge_assurance + * API for configure spanning tree portfast bridge assurance + * Added unconfigure_spanning_tree_portfast_bridge_assurance + * API for unconfigure spanning tree portfast bridge assurance + * Added configure_spanning_tree_portfast_bridge_assurance_on_interface + * API for configure spanning tree portfast bridge assurance on interface + * Added unconfigure_spanning_tree_portfast_bridge_assurance_on_interface + * API for unconfigure spanning tree portfast bridge assurance on interface + * Added configure_vlan_dot1q_tag_native + * API to configure vlan dot1q tag native + * Added unconfigure_vlan_dot1q_tag_native + * API to unconfigure vlan dot1q tag native + * Added configure_switchport_trunk_native_vlan_tag + * API to configure switchport trunk native vlan tag + * Added configure_auto_off_optics + * Added configure_auto_off_optics + * Added unconfigure_auto_off_optics + * Added unconfigure_auto_off_optics + * Added test_platform_software_fru_fake_insert_remove + * New API to execute test platform software fed switch {switch_num} fru {action} + * Added new API to not set config register value in IOT devices + * This is done to avoid this setting in clean install of IOT devices. + * Added configure_medium_p2p_interface + * Configure medium p2p on interface + * Added unconfigure_medium_p2p_interface + * Unconfigure medium p2p on interface + * Added configure_access_list_extend_with_dst_address_and_port + * New API to configures access-list extend with destination address and ports on device + * Added configure_access_list_extend_with_port + * New API to configures access-list extend with port on device + * Added configure_access_list_extend_with_dst_address_and_gt_port + * New API to configures access-list extend with destination address and gt port on device + * Added configure_access_list_extend_with_range_and_eq_port + * New API to configures access-list extend with range and eq port on device + * Added configure_access_list_extend + * New API to configures access-list extend on device + * Added configure_ipv6_address_on_hsrp_interface + * Added configure_ipv6_address_on_hsrp_interface + * Added configure_spanning_tree_portfast under c9610 + * New API to configures spanning-tree portfast under c9610 + * Added configure_fnf_flow_record_match_flow + * added api to configure flow record match flow + * Added configure_ip_sgacl + * API for configure the ip agacl rules + * Added unconfigure_ip_sgacl + * API for unconfigure ip sgacl + * Added clear_platform_qos_statistics_iif_id + * added clear platform hardware qos statistics internal cpu policer API + * Added monitor_capture_start_capture_filter + * Execute monitor_capture_start_capture_filter + * Added monitor_capture_file_location_flash + * Execute monitor_capture_file_location_flash + * Added monitor_capture_class_map + * Execute monitor_capture_class_map + * Added monitor_capture_clear + * Execute monitor_capture_clear + * Added unconfigure_aaa_accounting_dot1x_default_start_stop_group + * New API to unconfigure "no aaa accounting dot1x default start-stop group {server_group_name}" + +* added unconfigure_switchport_trunk_native_vlan_tag + * API to unconfigure switchport trunk native vlan tag + +* generic/nxos + * Added configure_hostname + * New API to configure hostname on device. + + +-------------------------------------------------------------------------------- + Fix +-------------------------------------------------------------------------------- + +* iosxe + * Fixed configure_hw_module_switch_number_auto_off_led + * Changed ecomode to auto-off + * Fixed unconfigure_hw_module_switch_number_auto_off_led + * Changed ecomode to auto-off + * Fixed configure_stack_power_auto_off + * Changed ecomode to auto-off + * Fixed unconfigure_stack_power_auto_off + * Changed ecomode to auto-off + * Fixed configure_default_stack_power_auto_off + * Changed ecomode to auto-off + * Modified API configure_ikev2_profile_pre_share + * Added local_interface parameter + * Added logic and command to execute if local_interface parameter is provided + * Fixed configure_boot_level_licence + * Added optional agruments advantage and essentials + * Removed duplicate entry of configure_interface_monitor_session_shutdown_erspan_dest, configure_interface_monitor_session_mtu and configure_interface_monitor_session_no_mtu + * Modified configure_management_vty_lines API + * Added stackable check for configure_management_vty_lines API using stackable parameter + * Fixed configure_ipv6_address_on_hsrp_interface + * Changed version to groupnumber + +* nxos + * Removed duplicate TriggerAddRemoveBgpNetworkIPv4 trigger from trigger_datafile_nxos.yaml file + * Removed duplicate iteration attribute under Verify_BgpIpMvpnRouteType_vrf_all_route_type_4 from verification_datafile_nxos.yaml file \ No newline at end of file diff --git a/pkgs/sdk-pkg/changelog/changelog_add_and_fix_api_dhcp_202402081316.rst b/pkgs/sdk-pkg/changelog/changelog_add_and_fix_api_dhcp_202402081316.rst deleted file mode 100644 index a7b78971a..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_add_and_fix_api_dhcp_202402081316.rst +++ /dev/null @@ -1,21 +0,0 @@ --------------------------------------------------------------------------------- - New --------------------------------------------------------------------------------- - -* IOSXE - * Added configure_ip_dhcp_pool_address - * API to configure dhcp client address and client-id mapping - --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- - - * Modified configure_dhcp_pool - * API to configure dhcp pool - - * Modified unconfigure_dhcp_pool - * API to unconfigure dhcp pool - - * Modified unconfigure_exclude_ip_dhcp - * API to unconfigure ip dhcp exclude address - diff --git a/pkgs/sdk-pkg/changelog/changelog_add_and_fix_api_evpn_mcast_202407121802.rst b/pkgs/sdk-pkg/changelog/changelog_add_and_fix_api_evpn_mcast_202407121802.rst deleted file mode 100644 index 91fae70d5..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_add_and_fix_api_evpn_mcast_202407121802.rst +++ /dev/null @@ -1,23 +0,0 @@ --------------------------------------------------------------------------------- - New --------------------------------------------------------------------------------- - -* IOSXE - * Added configure_pim_autorp_listener - * API to configure autorp listener - -* IOSXE - * Added unconfigure_pim_autorp_listener - * API to unconfigure pim autorp listener - -* IOSXE - * Added configure_l2vpn_evpn_advertise_sync - * API to configure l2vpn evpn advertise sync-only - -* IOSXE - * Added configure_pim_vrf_ssm_default - * API to configure pim vrf ssm default - -* IOSXE - * Added unconfigure_pim_vrf_ssm_default - * API to unconfigure pim vrf ssm default diff --git a/pkgs/sdk-pkg/changelog/changelog_add_and_fix_iosxe_api_sudi_certificate_20240201105605.rst b/pkgs/sdk-pkg/changelog/changelog_add_and_fix_iosxe_api_sudi_certificate_20240201105605.rst deleted file mode 100644 index 7ed718323..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_add_and_fix_iosxe_api_sudi_certificate_20240201105605.rst +++ /dev/null @@ -1,80 +0,0 @@ --------------------------------------------------------------------------------- - New --------------------------------------------------------------------------------- - -* IOSXE - * Added configure_dhcp_option43 - * API to configure dhcp option 43 with DNAC - - * Added configure_pnp_startup_vlan - * API to configure PnP startup vlan - - * Added unconfigure_pnp_startup_vlan - * API to unconfigure PnP startup vlan - - * Added unconfigure_management_credentials - * API to unconfigure management credentials - - * Added configure_ssh_certificate_profile - * API to configure ssh certificate profile - - * Added unconfigure_ssh_certificate_profile - * API to unconfigure ssh certificate profile - - * Added unconfigure_ntp_server - * API to unconfigure ntp server - - * Added configure_policy_map_control_service_temp - * API to configure policy map control service temp - - * Added unconfigure_policy_map_control_service_temp - * API to unconfigure policy map control service temp - - * Added configure_http_client_secure_trustpoint - * API to configure http client secure trustpoint - - * Added unconfigure_http_client_secure_trustpoint - * API to unconfigure http client secure trustpoint - - * Added configure_license_smart_proxy - * API to configure license smart proxy - - * Added unconfigure_license_smart_proxy - * API to unconfigure license smart proxy - - * Added configure_http_secure_trustpoint - * API to configure http secure trustpoint - - * Added unconfigure_http_secure_trustpoint - * API to unconfigure http secure trustpoint - --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- - - * Modified configure_aaa_local_auth - * API to configure aaa local auth - - * Modified configure_ip_domain_lookup - * API to configure ip domain lookup - - * Modified unconfigure_ip_domain_lookup - * API to unconfigure ip domain lookup - - * Modified configure_ip_name_server - * API to configure ip name server - - * Modified unconfigure_ip_name_server - * API to unconfigure ip name server - - * Modified config_identity_ibns - * API to config identity ibns - - * Modified configure_enable_secret_password - * API to configure enable secret password - - * Modified unconfigure_enable_secret_password - * API to unconfigure enable secret password - - * Modified perform_ssh - * API to perform ssh diff --git a/pkgs/sdk-pkg/changelog/changelog_add_api_ssh_server_algorithm_202404302338.rst b/pkgs/sdk-pkg/changelog/changelog_add_api_ssh_server_algorithm_202404302338.rst deleted file mode 100644 index 25e148524..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_add_api_ssh_server_algorithm_202404302338.rst +++ /dev/null @@ -1,11 +0,0 @@ --------------------------------------------------------------------------------- - New --------------------------------------------------------------------------------- - -* IOSXE - * Added configure_ssh_server_algorithm - * API to configure ssh server kex and mac algorithm - - * Added unconfigure_ssh_server_algorithm - * API to unconfigure ssh server kex and mac algorithm - diff --git a/pkgs/sdk-pkg/changelog/changelog_add_eigrp_get.py_apis_202329121901.rst b/pkgs/sdk-pkg/changelog/changelog_add_eigrp_get.py_apis_202329121901.rst deleted file mode 100644 index a3b74fb1b..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_add_eigrp_get.py_apis_202329121901.rst +++ /dev/null @@ -1,13 +0,0 @@ --------------------------------------------------------------------------------- - New --------------------------------------------------------------------------------- -* IOSXE - * Added get.py in eigrp containing 06 APIs supporting IPv4 and IPv6: - * get_eigrp_interfaces - * get_eigrp_interfaces_as - * get_eigrp_interfaces_peers - * get_eigrp_interfaces_timers - * get_eigrp_neighbors - * get_eigrp_router_id - - diff --git a/pkgs/sdk-pkg/changelog/changelog_add_eigrp_verify.py_apis_202405031904.rst b/pkgs/sdk-pkg/changelog/changelog_add_eigrp_verify.py_apis_202405031904.rst deleted file mode 100644 index 5556c2acd..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_add_eigrp_verify.py_apis_202405031904.rst +++ /dev/null @@ -1,7 +0,0 @@ --------------------------------------------------------------------------------- - New --------------------------------------------------------------------------------- -* IOSXE - * Added verify.py in eigrp containing 02 APIs supporting IPv4 and IPv6: - * verify_eigrp_interfaces - * verify_eigrp_neighbors diff --git a/pkgs/sdk-pkg/changelog/changelog_add_iosxe_configure_scp_ssh_20231017.rst b/pkgs/sdk-pkg/changelog/changelog_add_iosxe_configure_scp_ssh_20231017.rst deleted file mode 100644 index ff5d0eb76..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_add_iosxe_configure_scp_ssh_20231017.rst +++ /dev/null @@ -1,13 +0,0 @@ --------------------------------------------------------------------------------- - New --------------------------------------------------------------------------------- -* IOSXE - * Added configure_ip_scp_server_enable - * New API to configure ip scp server enable - * Added unconfigure_ip_scp_server_enable - * New API to unconfigure ip scp server enable - * Added configure_ip_ssh_source_interface - * New API to configure ip ssh source-interface - * Added unconfigure_ip_ssh_source_interface - * New API to unconfigure ip ssh source-interface - diff --git a/pkgs/sdk-pkg/changelog/changelog_add_iosxe_configure_terminal_settings_20240111051330.rst b/pkgs/sdk-pkg/changelog/changelog_add_iosxe_configure_terminal_settings_20240111051330.rst deleted file mode 100644 index 3b349f86c..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_add_iosxe_configure_terminal_settings_20240111051330.rst +++ /dev/null @@ -1,6 +0,0 @@ --------------------------------------------------------------------------------- - New --------------------------------------------------------------------------------- -* IOSXE - * Added configure_terminal_settings - * New API to configure terminal length/width \ No newline at end of file diff --git a/pkgs/sdk-pkg/changelog/changelog_add_iosxr_management_clear_console_20240401113230.rst b/pkgs/sdk-pkg/changelog/changelog_add_iosxr_management_clear_console_20240401113230.rst deleted file mode 100644 index 40c4529d7..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_add_iosxr_management_clear_console_20240401113230.rst +++ /dev/null @@ -1,12 +0,0 @@ --------------------------------------------------------------------------------- - New --------------------------------------------------------------------------------- -* IOSXE - * sdk-pkg - * Add API `is_management_interface` -* IOSXR - * sdk-pkg - * Add API `clear_standby_console` - * Add API `is_management_interface` - * ops-pkg - * Added management ops support \ No newline at end of file diff --git a/pkgs/sdk-pkg/changelog/changelog_add_verify_eigrp_interfaces_peers_apis_202417071905.rst b/pkgs/sdk-pkg/changelog/changelog_add_verify_eigrp_interfaces_peers_apis_202417071905.rst deleted file mode 100644 index b048adc44..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_add_verify_eigrp_interfaces_peers_apis_202417071905.rst +++ /dev/null @@ -1,6 +0,0 @@ --------------------------------------------------------------------------------- - New --------------------------------------------------------------------------------- -* IOSXE - * Added verify_eigrp_interfaces_peers to verify.py: - * New API supporting IPv4 and IPv6 to verify EIGRP interfaces peers \ No newline at end of file diff --git a/pkgs/sdk-pkg/changelog/changelog_add_verify_eigrp_interfaces_timers_apis_202413051436.rst b/pkgs/sdk-pkg/changelog/changelog_add_verify_eigrp_interfaces_timers_apis_202413051436.rst deleted file mode 100644 index de2947695..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_add_verify_eigrp_interfaces_timers_apis_202413051436.rst +++ /dev/null @@ -1,6 +0,0 @@ --------------------------------------------------------------------------------- - New --------------------------------------------------------------------------------- -* IOSXE - * Added verify_eigrp_interfaces_timers to verify.py: - * New API supporting IPv4 and IPv6 to verify EIGRP interfaces timers \ No newline at end of file diff --git a/pkgs/sdk-pkg/changelog/changelog_add_verify_eigrp_router_id_202421031402.rst b/pkgs/sdk-pkg/changelog/changelog_add_verify_eigrp_router_id_202421031402.rst deleted file mode 100644 index 1ac86c4ae..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_add_verify_eigrp_router_id_202421031402.rst +++ /dev/null @@ -1,6 +0,0 @@ --------------------------------------------------------------------------------- - New --------------------------------------------------------------------------------- -* IOSXE - * Added verify_eigrp_router_id to verify.py: - * New API supporting IPv4 and IPv6 to verify EIGRP router IDs diff --git a/pkgs/sdk-pkg/changelog/changelog_configure_crypto_pki_profile_20240826.rst b/pkgs/sdk-pkg/changelog/changelog_configure_crypto_pki_profile_20240826.rst deleted file mode 100644 index dbc780f38..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_configure_crypto_pki_profile_20240826.rst +++ /dev/null @@ -1,11 +0,0 @@ --------------------------------------------------------------------------------- - NEW --------------------------------------------------------------------------------- -* IOSXE - * Created new api configure_crypto_pki_profile. - * API to create a pki enrollment profile. - * Created new api unconfigure_crypto_pki_profile. - * API to deleted an enrollment profile. - * Created new api to delete an inprogress pki trustpoint enrollment. - * API to deleted an enrollment of trustpoint. - diff --git a/pkgs/sdk-pkg/changelog/changelog_configure_no_instance_lisp_20240228.rst b/pkgs/sdk-pkg/changelog/changelog_configure_no_instance_lisp_20240228.rst deleted file mode 100644 index 611236e16..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_configure_no_instance_lisp_20240228.rst +++ /dev/null @@ -1,6 +0,0 @@ --------------------------------------------------------------------------------- - NEW --------------------------------------------------------------------------------- -* IOSXE - * Created new api configure_no_instance_lisp. - * API to deleted the instance on current device configure_no_instance_lisp. diff --git a/pkgs/sdk-pkg/changelog/changelog_fix_cheetah_ap_execute_archive_download_20240125121356.rst b/pkgs/sdk-pkg/changelog/changelog_fix_cheetah_ap_execute_archive_download_20240125121356.rst deleted file mode 100644 index 13100fbb7..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_fix_cheetah_ap_execute_archive_download_20240125121356.rst +++ /dev/null @@ -1,6 +0,0 @@ --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- -* CHEETAH - * Modified execute_archive_download: - * Changed if-else logic to make api generic \ No newline at end of file diff --git a/pkgs/sdk-pkg/changelog/changelog_fix_intf_option_verify_ip_mac_binding_in_network_20240620200612.rst b/pkgs/sdk-pkg/changelog/changelog_fix_intf_option_verify_ip_mac_binding_in_network_20240620200612.rst deleted file mode 100644 index db66dfe9b..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_fix_intf_option_verify_ip_mac_binding_in_network_20240620200612.rst +++ /dev/null @@ -1,5 +0,0 @@ --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- -* IOSXE - * Add option to check interface and vlan for verify_ip_mac_binding_in_network diff --git a/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_configure_duplicate_keywords_issue_20230801145504.rst b/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_configure_duplicate_keywords_issue_20230801145504.rst deleted file mode 100644 index 9985fbd7f..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_configure_duplicate_keywords_issue_20230801145504.rst +++ /dev/null @@ -1,6 +0,0 @@ --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- -* IOSXE - * Removed duplicate keywords configure_boot_system_switch_all_flash, configure_stack_power_switch, configure_service_performance, unconfigure_service_performance, configure_key_config_key_password_encrypt, unconfigure_key_config_key_password_encrypt, unconfigure_snmp_mib_bulkstat, configure_stackpower_stack, unconfigure_stackpower_stack, unconfig_cns_agent_password and configure_boot_system_image_file from configure.py file. - * Removed unused import time diff --git a/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_configure_snmp_server_user_20231012.rst b/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_configure_snmp_server_user_20231012.rst deleted file mode 100644 index 64dd681c3..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_configure_snmp_server_user_20231012.rst +++ /dev/null @@ -1,5 +0,0 @@ --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- -* IOSXE - * Updated configure_snmp_server_user diff --git a/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_get_boot_variables_20241535.rst b/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_get_boot_variables_20241535.rst deleted file mode 100644 index d6b06dd13..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_get_boot_variables_20241535.rst +++ /dev/null @@ -1,5 +0,0 @@ --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- -* IOSXE - * Updated get_boot_variables diff --git a/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_get_hardware_version_20231128164628.rst b/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_get_hardware_version_20231128164628.rst deleted file mode 100644 index ca25509f7..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_get_hardware_version_20231128164628.rst +++ /dev/null @@ -1,5 +0,0 @@ --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- -* IOSXE - * Added the keyword argument to get_hardware_version diff --git a/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_sisf_get_ip_theft_syslogs_20240205194641.rst b/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_sisf_get_ip_theft_syslogs_20240205194641.rst deleted file mode 100644 index 55a61539f..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_sisf_get_ip_theft_syslogs_20240205194641.rst +++ /dev/null @@ -1,5 +0,0 @@ --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- -* IOSXE - * Updated regex to consider interface shorthand without the "/" character diff --git a/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_unconfigure_ipv6_flow_monitor_20230915170839.rst b/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_unconfigure_ipv6_flow_monitor_20230915170839.rst deleted file mode 100644 index ab42e7775..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_fix_iosxe_unconfigure_ipv6_flow_monitor_20230915170839.rst +++ /dev/null @@ -1,6 +0,0 @@ --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- -* IOSXE - * Modified unconfigure_ipv6_flow_monitor: - * Added "no" in front of 'ipv6 flow monitor' command \ No newline at end of file diff --git a/pkgs/sdk-pkg/changelog/changelog_fix_ut_request_system_shell_20231127104030.rst b/pkgs/sdk-pkg/changelog/changelog_fix_ut_request_system_shell_20231127104030.rst deleted file mode 100644 index 3ba451865..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_fix_ut_request_system_shell_20231127104030.rst +++ /dev/null @@ -1,6 +0,0 @@ --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- -* sdk-pkg - * iosxe - * Fix UT in request_system_shell \ No newline at end of file diff --git a/pkgs/sdk-pkg/changelog/changelog_lshiekal_update_powercycler_20240312141121.rst b/pkgs/sdk-pkg/changelog/changelog_lshiekal_update_powercycler_20240312141121.rst deleted file mode 100644 index 4583a3c26..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_lshiekal_update_powercycler_20240312141121.rst +++ /dev/null @@ -1,9 +0,0 @@ --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- -* apis - * Modified change_power_cycler_state API: - * updated logic to disconnect from powercycler. -* powercycler/base - * Added support for proxy connection and socat relay. - * Added disconnect logic for powercycler base class. diff --git a/pkgs/sdk-pkg/changelog/changelog_remove_markupsafe_jinja_version_pinning_20231201121830.rst b/pkgs/sdk-pkg/changelog/changelog_remove_markupsafe_jinja_version_pinning_20231201121830.rst deleted file mode 100644 index f255a27fd..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_remove_markupsafe_jinja_version_pinning_20231201121830.rst +++ /dev/null @@ -1,5 +0,0 @@ --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- -* Makefile - * Remove Markupsafe(since we removed aiohttp-swagger we no longer require Markupsafe) and jinja version pinning. \ No newline at end of file diff --git a/pkgs/sdk-pkg/changelog/changelog_tahigash_fix_tgn_action_20231031093800.rst b/pkgs/sdk-pkg/changelog/changelog_tahigash_fix_tgn_action_20231031093800.rst deleted file mode 100644 index 73181935b..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_tahigash_fix_tgn_action_20231031093800.rst +++ /dev/null @@ -1,5 +0,0 @@ --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- -* Blitz - * Fixed `tgn` action for Blitz \ No newline at end of file diff --git a/pkgs/sdk-pkg/changelog/changelog_tahigash_get_outgoing_20231002091400.rst b/pkgs/sdk-pkg/changelog/changelog_tahigash_get_outgoing_20231002091400.rst deleted file mode 100644 index 6faad326f..000000000 --- a/pkgs/sdk-pkg/changelog/changelog_tahigash_get_outgoing_20231002091400.rst +++ /dev/null @@ -1,8 +0,0 @@ --------------------------------------------------------------------------------- - Fix --------------------------------------------------------------------------------- -* IOSXE - * Modified get_outgoing_interface_with_vrf API: - * updated logic to prevent recursive endless loop - * Modified get_next_hops_with_vrf API: - * Updated logic to find nexthop address even for binding label \ No newline at end of file