From ffb96c09c8519eea4eca54db9f564c32a465fc52 Mon Sep 17 00:00:00 2001 From: dcn-ecosystem Date: Sat, 4 Nov 2023 08:50:25 +0000 Subject: [PATCH] [ignore] Update Changelog for new release (v2.8.0) --- CHANGELOG.rst | 43 +++++++++++++++++++++++++++++++++ changelogs/changelog.yaml | 51 +++++++++++++++++++++++++++++++++++++++ galaxy.yml | 2 +- meta/runtime.yml | 20 +++++++++++++++ 4 files changed, 115 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2852117da..4f4887bb5 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,49 @@ Cisco ACI Ansible Collection Release Notes .. contents:: Topics +v2.8.0 +====== + +Release Summary +--------------- + +Release v2.8.0 of the ``ansible-aci`` collection on 2023-11-04. +This changelog describes all changes made to the modules and plugins included in this collection since v2.7.0. + + +Minor Changes +------------- + +- Add 8.0 option for dvs_version attribute in aci_vmm_controller +- Add Match Rules for aci_route_control_profile modules +- Add aci_bgp_timers_policy and aci_bgp_best_path_policy modules +- Add aci_fabric_interface_policy_group module +- Add aci_interface_policy_leaf_fc_policy_group and aci_interface_policy_spine_policy_group module +- Add aci_l3out_bgp_protocol_profile module +- Add aci_match_community_factor module. +- Add aci_route_control_context and aci_match_rule modules +- Add aci_route_control_profile module +- Add hmac-sha2-224, hmac-sha2-256, hmac-sha2-384, hmac-sha2-512 authentication types and description to aci_snmp_user module +- Add loopback interface profile as a child class for aci_l3out_logical_node. +- Add missing attributes in aci_interface_policy_leaf_policy_group +- Add missing attributes to aci_l3out_extepg module +- Add missing test cases, fix found issues and add missing attributes for aci_fabric_scheduler, aci_firmware_group, aci_firmware_group_node, aci_firmware_policy, aci_interface_policy_fc, aci_interface_policy_lldp, aci_interface_policy_mcp, aci_interface_policy_ospf, aci_interface_policy_port_channel, aci_maintenance_group, aci_maintenance_group_node, aci_maintenance_policy and aci_tenant_ep_retention_policy modules (#453) +- Add support for checkmode in aci_rest module +- Add support for configuration of fabric node control with aci_fabric_node_control module +- Add support for configuration of fabric pod selectors with aci_fabric_pod_selector module +- Add support for configuration of system banner and alias with aci_system_banner module +- Add support for configuration of system endpoint controls, ip aging, ep loop protection and roque endpoint control with aci_system_endpoint_controls module +- Add support for configuration of system fabric wide settings with aci_fabric_wide_settings module +- Add support for configuration of system global aes passphrase encryption with aci_system_global_aes_passphrase_encryption module +- Add support for global infra dhcp relay policy configuration in aci_dhcp_relay +- Add support for global infra dhcp relay policy configuration in aci_dhcp_relay_provider + +Bugfixes +-------- + +- Fixed issue with default values for ssl, proxy, timeout in aci.py and the display of host in the url when the plugin httpapi is used +- Modified aci_rest and aci_config_snapshot modules to display the correct URL output string (#487) + v2.7.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 6911179a7..ae1c6a3f5 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -408,3 +408,54 @@ releases: " release_date: "2023-08-04" + 2.8.0: + changes: + bugfixes: + - Fixed issue with default values for ssl, proxy, timeout in aci.py and the + display of host in the url when the plugin httpapi is used + - Modified aci_rest and aci_config_snapshot modules to display the correct + URL output string (#487) + minor_changes: + - Add 8.0 option for dvs_version attribute in aci_vmm_controller + - Add Match Rules for aci_route_control_profile modules + - Add aci_bgp_timers_policy and aci_bgp_best_path_policy modules + - Add aci_fabric_interface_policy_group module + - Add aci_interface_policy_leaf_fc_policy_group and aci_interface_policy_spine_policy_group + module + - Add aci_l3out_bgp_protocol_profile module + - Add aci_match_community_factor module. + - Add aci_route_control_context and aci_match_rule modules + - Add aci_route_control_profile module + - Add hmac-sha2-224, hmac-sha2-256, hmac-sha2-384, hmac-sha2-512 authentication + types and description to aci_snmp_user module + - Add loopback interface profile as a child class for aci_l3out_logical_node. + - Add missing attributes in aci_interface_policy_leaf_policy_group + - Add missing attributes to aci_l3out_extepg module + - Add missing test cases, fix found issues and add missing attributes for aci_fabric_scheduler, + aci_firmware_group, aci_firmware_group_node, aci_firmware_policy, aci_interface_policy_fc, + aci_interface_policy_lldp, aci_interface_policy_mcp, aci_interface_policy_ospf, + aci_interface_policy_port_channel, aci_maintenance_group, aci_maintenance_group_node, + aci_maintenance_policy and aci_tenant_ep_retention_policy modules (#453) + - Add support for checkmode in aci_rest module + - Add support for configuration of fabric node control with aci_fabric_node_control + module + - Add support for configuration of fabric pod selectors with aci_fabric_pod_selector + module + - Add support for configuration of system banner and alias with aci_system_banner + module + - Add support for configuration of system endpoint controls, ip aging, ep loop + protection and roque endpoint control with aci_system_endpoint_controls module + - Add support for configuration of system fabric wide settings with aci_fabric_wide_settings + module + - Add support for configuration of system global aes passphrase encryption with + aci_system_global_aes_passphrase_encryption module + - Add support for global infra dhcp relay policy configuration in aci_dhcp_relay + - Add support for global infra dhcp relay policy configuration in aci_dhcp_relay_provider + release_summary: + "Release v2.8.0 of the ``ansible-aci`` collection on 2023-11-04. + + This changelog describes all changes made to the modules and plugins included + in this collection since v2.7.0. + + " + release_date: "2023-11-04" diff --git a/galaxy.yml b/galaxy.yml index effe13be3..ba3401bf1 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -2,7 +2,7 @@ namespace: cisco name: aci # The version of the collection. Must be compatible with semantic versioning -version: 2.7.0 +version: 2.8.0 readme: README.md authors: - Dag Wieers (@dagwieers) diff --git a/meta/runtime.yml b/meta/runtime.yml index c16659433..9dcf11ce2 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -27,8 +27,10 @@ action_groups: - aci_bd_dhcp_label - aci_bd_subnet - aci_bd_to_l3out + - aci_bgp_best_path_policy - aci_bgp_rr_asn - aci_bgp_rr_node + - aci_bgp_timers_policy - aci_bulk_static_binding_to_epg - aci_cloud_ap - aci_cloud_aws_provider @@ -74,10 +76,13 @@ action_groups: - aci_esg_epg_selector - aci_esg_ip_subnet_selector - aci_esg_tag_selector + - aci_fabric_interface_policy_group - aci_fabric_leaf_profile - aci_fabric_leaf_switch_assoc - aci_fabric_node + - aci_fabric_node_control - aci_fabric_pod_policy_group + - aci_fabric_pod_selector - aci_fabric_scheduler - aci_fabric_span_dst_group - aci_fabric_span_src_group @@ -88,6 +93,7 @@ action_groups: - aci_fabric_spine_switch_assoc - aci_fabric_switch_block - aci_fabric_switch_policy_group + - aci_fabric_wide_settings - aci_file_remote_path - aci_filter - aci_filter_entry @@ -103,6 +109,7 @@ action_groups: - aci_interface_policy_fc - aci_interface_policy_l2 - aci_interface_policy_leaf_breakout_port_group + - aci_interface_policy_leaf_fc_policy_group - aci_interface_policy_leaf_policy_group - aci_interface_policy_leaf_profile - aci_interface_policy_leaf_profile_fex_policy_group @@ -113,6 +120,7 @@ action_groups: - aci_interface_policy_port_channel - aci_interface_policy_port_security - aci_interface_policy_spanning_tree + - aci_interface_policy_spine_policy_group - aci_interface_selector_to_switch_policy_leaf_profile - aci_l2out - aci_l2out_extepg @@ -122,6 +130,7 @@ action_groups: - aci_l2out_logical_node_profile - aci_l3out - aci_l3out_bgp_peer + - aci_l3out_bgp_protocol_profile - aci_l3out_extepg - aci_l3out_extepg_to_contract - aci_l3out_extsubnet @@ -138,10 +147,18 @@ action_groups: - aci_maintenance_group - aci_maintenance_group_node - aci_maintenance_policy + - aci_match_as_path_regex_term + - aci_match_community_factor + - aci_match_community_regex_term + - aci_match_community_term + - aci_match_route_destination + - aci_match_rule - aci_node_mgmt_epg - aci_ntp_policy - aci_ntp_server - aci_rest + - aci_route_control_context + - aci_route_control_profile - aci_snmp_client - aci_snmp_client_group - aci_snmp_community_policy @@ -156,6 +173,9 @@ action_groups: - aci_syslog_remote_dest - aci_syslog_source - aci_system + - aci_system_banner + - aci_system_endpoint_controls + - aci_system_global_aes_passphrase_encryption - aci_taboo_contract - aci_tag - aci_tenant