summaryrefslogtreecommitdiffstats
path: root/ansible_collections/cisco/aci/CHANGELOG.rst
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-18 05:52:22 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-18 05:52:22 +0000
commit38b7c80217c4e72b1d8988eb1e60bb6e77334114 (patch)
tree356e9fd3762877d07cde52d21e77070aeff7e789 /ansible_collections/cisco/aci/CHANGELOG.rst
parentAdding upstream version 7.7.0+dfsg. (diff)
downloadansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.tar.xz
ansible-38b7c80217c4e72b1d8988eb1e60bb6e77334114.zip
Adding upstream version 9.4.0+dfsg.upstream/9.4.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/cisco/aci/CHANGELOG.rst')
-rw-r--r--ansible_collections/cisco/aci/CHANGELOG.rst80
1 files changed, 80 insertions, 0 deletions
diff --git a/ansible_collections/cisco/aci/CHANGELOG.rst b/ansible_collections/cisco/aci/CHANGELOG.rst
index 2c0be271f..4f4887bb5 100644
--- a/ansible_collections/cisco/aci/CHANGELOG.rst
+++ b/ansible_collections/cisco/aci/CHANGELOG.rst
@@ -5,6 +5,86 @@ 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
+======
+
+Release Summary
+---------------
+
+Release v2.7.0 of the ``ansible-aci`` collection on 2023-08-04.
+This changelog describes all changes made to the modules and plugins included in this collection since v2.6.0.
+
+
+Minor Changes
+-------------
+
+- Add ACI HTTPAPI plugin with multi host support (#114)
+- Add OSPF parameters to aci_l3out module and create the associated test case.
+- Add aci_access_span_src_group modules for access span source group support
+- Add aci_access_span_src_group_src module for access span source support
+- Add aci_access_span_src_group_src_path module for access span source path support
+- Add aci_epg_subnet module (#424)
+- Add aci_fabric_span_dst_group module for fabric span destination group support
+- Add aci_fabric_span_src_group module for fabric span source group support
+- Add aci_fabric_span_src_group_src module for fabric span source support
+- Add aci_fabric_span_src_group_src_node module for fabric span source node support
+- Add aci_fabric_span_src_group_src_path module for fabric span source path support
+- Add aci_file_remote_path module (#379)
+- Add aci_vrf_leak_internal_subnet module (#449)
+- Add description parameter for aci_l3out_logical_interface_profile
+- Add ip_data_plane_learning attribute to aci_bd_subnet and aci_vrf modules (#413)
+- Add local_as_number_config and local_as_number attributes to support bgpLocalAsnP child object in aci_l3out_bgp_peer module (#416)
+- Add node_type and remote_leaf_pool_id attributes to aci_fabric_node
+- Add source_port, source_port_start, source_port_end, tcp_flags and match_only_fragments attributes to aci_filter_entry module (#426)
+
+Bugfixes
+--------
+
+- Change input of prefix_suppression to type string to allow enable, disable and inherit options for aci_interface_policy_ospf
+
v2.6.0
======