Skip to content

Commit ca6110c

Browse files
dcn-ecosystemlhercot
authored andcommitted
[ignore] Update Changelog for new release (v2.8.0)
1 parent 684a8cb commit ca6110c

File tree

4 files changed

+115
-1
lines changed

4 files changed

+115
-1
lines changed

CHANGELOG.rst

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,49 @@ Cisco ACI Ansible Collection Release Notes
55
.. contents:: Topics
66

77

8+
v2.8.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Release v2.8.0 of the ``ansible-aci`` collection on 2023-11-04.
15+
This changelog describes all changes made to the modules and plugins included in this collection since v2.7.0.
16+
17+
18+
Minor Changes
19+
-------------
20+
21+
- Add 8.0 option for dvs_version attribute in aci_vmm_controller
22+
- Add Match Rules for aci_route_control_profile modules
23+
- Add aci_bgp_timers_policy and aci_bgp_best_path_policy modules
24+
- Add aci_fabric_interface_policy_group module
25+
- Add aci_interface_policy_leaf_fc_policy_group and aci_interface_policy_spine_policy_group module
26+
- Add aci_l3out_bgp_protocol_profile module
27+
- Add aci_match_community_factor module.
28+
- Add aci_route_control_context and aci_match_rule modules
29+
- Add aci_route_control_profile module
30+
- Add hmac-sha2-224, hmac-sha2-256, hmac-sha2-384, hmac-sha2-512 authentication types and description to aci_snmp_user module
31+
- Add loopback interface profile as a child class for aci_l3out_logical_node.
32+
- Add missing attributes in aci_interface_policy_leaf_policy_group
33+
- Add missing attributes to aci_l3out_extepg module
34+
- 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)
35+
- Add support for checkmode in aci_rest module
36+
- Add support for configuration of fabric node control with aci_fabric_node_control module
37+
- Add support for configuration of fabric pod selectors with aci_fabric_pod_selector module
38+
- Add support for configuration of system banner and alias with aci_system_banner module
39+
- Add support for configuration of system endpoint controls, ip aging, ep loop protection and roque endpoint control with aci_system_endpoint_controls module
40+
- Add support for configuration of system fabric wide settings with aci_fabric_wide_settings module
41+
- Add support for configuration of system global aes passphrase encryption with aci_system_global_aes_passphrase_encryption module
42+
- Add support for global infra dhcp relay policy configuration in aci_dhcp_relay
43+
- Add support for global infra dhcp relay policy configuration in aci_dhcp_relay_provider
44+
45+
Bugfixes
46+
--------
47+
48+
- 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
49+
- Modified aci_rest and aci_config_snapshot modules to display the correct URL output string (#487)
50+
851
v2.7.0
952
======
1053

changelogs/changelog.yaml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,3 +408,54 @@ releases:
408408
409409
"
410410
release_date: "2023-08-04"
411+
2.8.0:
412+
changes:
413+
bugfixes:
414+
- Fixed issue with default values for ssl, proxy, timeout in aci.py and the
415+
display of host in the url when the plugin httpapi is used
416+
- Modified aci_rest and aci_config_snapshot modules to display the correct
417+
URL output string (#487)
418+
minor_changes:
419+
- Add 8.0 option for dvs_version attribute in aci_vmm_controller
420+
- Add Match Rules for aci_route_control_profile modules
421+
- Add aci_bgp_timers_policy and aci_bgp_best_path_policy modules
422+
- Add aci_fabric_interface_policy_group module
423+
- Add aci_interface_policy_leaf_fc_policy_group and aci_interface_policy_spine_policy_group
424+
module
425+
- Add aci_l3out_bgp_protocol_profile module
426+
- Add aci_match_community_factor module.
427+
- Add aci_route_control_context and aci_match_rule modules
428+
- Add aci_route_control_profile module
429+
- Add hmac-sha2-224, hmac-sha2-256, hmac-sha2-384, hmac-sha2-512 authentication
430+
types and description to aci_snmp_user module
431+
- Add loopback interface profile as a child class for aci_l3out_logical_node.
432+
- Add missing attributes in aci_interface_policy_leaf_policy_group
433+
- Add missing attributes to aci_l3out_extepg module
434+
- Add missing test cases, fix found issues and add missing attributes for aci_fabric_scheduler,
435+
aci_firmware_group, aci_firmware_group_node, aci_firmware_policy, aci_interface_policy_fc,
436+
aci_interface_policy_lldp, aci_interface_policy_mcp, aci_interface_policy_ospf,
437+
aci_interface_policy_port_channel, aci_maintenance_group, aci_maintenance_group_node,
438+
aci_maintenance_policy and aci_tenant_ep_retention_policy modules (#453)
439+
- Add support for checkmode in aci_rest module
440+
- Add support for configuration of fabric node control with aci_fabric_node_control
441+
module
442+
- Add support for configuration of fabric pod selectors with aci_fabric_pod_selector
443+
module
444+
- Add support for configuration of system banner and alias with aci_system_banner
445+
module
446+
- Add support for configuration of system endpoint controls, ip aging, ep loop
447+
protection and roque endpoint control with aci_system_endpoint_controls module
448+
- Add support for configuration of system fabric wide settings with aci_fabric_wide_settings
449+
module
450+
- Add support for configuration of system global aes passphrase encryption with
451+
aci_system_global_aes_passphrase_encryption module
452+
- Add support for global infra dhcp relay policy configuration in aci_dhcp_relay
453+
- Add support for global infra dhcp relay policy configuration in aci_dhcp_relay_provider
454+
release_summary:
455+
"Release v2.8.0 of the ``ansible-aci`` collection on 2023-11-04.
456+
457+
This changelog describes all changes made to the modules and plugins included
458+
in this collection since v2.7.0.
459+
460+
"
461+
release_date: "2023-11-04"

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
namespace: cisco
33
name: aci
44
# The version of the collection. Must be compatible with semantic versioning
5-
version: 2.7.0
5+
version: 2.8.0
66
readme: README.md
77
authors:
88
- Dag Wieers (@dagwieers) <[email protected]>

meta/runtime.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ action_groups:
2727
- aci_bd_dhcp_label
2828
- aci_bd_subnet
2929
- aci_bd_to_l3out
30+
- aci_bgp_best_path_policy
3031
- aci_bgp_rr_asn
3132
- aci_bgp_rr_node
33+
- aci_bgp_timers_policy
3234
- aci_bulk_static_binding_to_epg
3335
- aci_cloud_ap
3436
- aci_cloud_aws_provider
@@ -74,10 +76,13 @@ action_groups:
7476
- aci_esg_epg_selector
7577
- aci_esg_ip_subnet_selector
7678
- aci_esg_tag_selector
79+
- aci_fabric_interface_policy_group
7780
- aci_fabric_leaf_profile
7881
- aci_fabric_leaf_switch_assoc
7982
- aci_fabric_node
83+
- aci_fabric_node_control
8084
- aci_fabric_pod_policy_group
85+
- aci_fabric_pod_selector
8186
- aci_fabric_scheduler
8287
- aci_fabric_span_dst_group
8388
- aci_fabric_span_src_group
@@ -88,6 +93,7 @@ action_groups:
8893
- aci_fabric_spine_switch_assoc
8994
- aci_fabric_switch_block
9095
- aci_fabric_switch_policy_group
96+
- aci_fabric_wide_settings
9197
- aci_file_remote_path
9298
- aci_filter
9399
- aci_filter_entry
@@ -103,6 +109,7 @@ action_groups:
103109
- aci_interface_policy_fc
104110
- aci_interface_policy_l2
105111
- aci_interface_policy_leaf_breakout_port_group
112+
- aci_interface_policy_leaf_fc_policy_group
106113
- aci_interface_policy_leaf_policy_group
107114
- aci_interface_policy_leaf_profile
108115
- aci_interface_policy_leaf_profile_fex_policy_group
@@ -113,6 +120,7 @@ action_groups:
113120
- aci_interface_policy_port_channel
114121
- aci_interface_policy_port_security
115122
- aci_interface_policy_spanning_tree
123+
- aci_interface_policy_spine_policy_group
116124
- aci_interface_selector_to_switch_policy_leaf_profile
117125
- aci_l2out
118126
- aci_l2out_extepg
@@ -122,6 +130,7 @@ action_groups:
122130
- aci_l2out_logical_node_profile
123131
- aci_l3out
124132
- aci_l3out_bgp_peer
133+
- aci_l3out_bgp_protocol_profile
125134
- aci_l3out_extepg
126135
- aci_l3out_extepg_to_contract
127136
- aci_l3out_extsubnet
@@ -138,10 +147,18 @@ action_groups:
138147
- aci_maintenance_group
139148
- aci_maintenance_group_node
140149
- aci_maintenance_policy
150+
- aci_match_as_path_regex_term
151+
- aci_match_community_factor
152+
- aci_match_community_regex_term
153+
- aci_match_community_term
154+
- aci_match_route_destination
155+
- aci_match_rule
141156
- aci_node_mgmt_epg
142157
- aci_ntp_policy
143158
- aci_ntp_server
144159
- aci_rest
160+
- aci_route_control_context
161+
- aci_route_control_profile
145162
- aci_snmp_client
146163
- aci_snmp_client_group
147164
- aci_snmp_community_policy
@@ -156,6 +173,9 @@ action_groups:
156173
- aci_syslog_remote_dest
157174
- aci_syslog_source
158175
- aci_system
176+
- aci_system_banner
177+
- aci_system_endpoint_controls
178+
- aci_system_global_aes_passphrase_encryption
159179
- aci_taboo_contract
160180
- aci_tag
161181
- aci_tenant

0 commit comments

Comments
 (0)