Skip to content

Commit

Permalink
[ignore] Update Changelog for new release (v2.8.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcn-ecosystem committed Nov 4, 2023
1 parent 684a8cb commit 6fa5e44
Show file tree
Hide file tree
Showing 4 changed files with 431 additions and 323 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,52 @@ 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 as new Modules.
- Add aci_bgp_timers_policy and aci_bgp_best_path_policy as new modules.
- Add aci_context_policy and aci_subject_profile as new modules.
- Add aci_l3out_bgp_protocol_profile as a new module.
- Add aci_match_community_factor and all test cases for route control profile and Match rules related modules.
- 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 test cases and missing attributes for some existing modules (#453)
- Add route control profile as a new module.
- 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
- Added FC policy group and FC PC policy group for Leaf policy groups.
- Added Fabric Interface Policy Groups aci_fabric_interface_policy_group.py module
- Added additional relationship parameters for leaf policy, PC and VPC. Certain policies are avaiable only in higher versions of APIC
- Added policy groups for spine interface and missing policy groups on leaf interface.
- Addition of optional attributes to the module aci_l3out_extepg that were previously missing
- 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
- Rename module aci_context_policy and aci_subject_profile to aci_route_control_context and aci_match_rule. Applied changes to all Documentations and Modules.
- Update aci_interface_config with the correct minimum version of 5.2(7)

Bugfixes
--------

- Modified aci_rest and aci_config_snapshot modules to display the correct URL output string (#487)

v2.7.0
======

Expand Down
Loading

0 comments on commit 6fa5e44

Please sign in to comment.