Skip to content

Commit 09761ce

Browse files
dcn-ecosystemlhercot
dcn-ecosystem
authored andcommitted
[ignore] Update Changelog for new release (v2.7.0)
1 parent d516fe7 commit 09761ce

File tree

4 files changed

+87
-1
lines changed

4 files changed

+87
-1
lines changed

Diff for: CHANGELOG.rst

+37
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,43 @@ Cisco ACI Ansible Collection Release Notes
55
.. contents:: Topics
66

77

8+
v2.7.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Release v2.7.0 of the ``ansible-aci`` collection on 2023-08-04.
15+
This changelog describes all changes made to the modules and plugins included in this collection since v2.6.0.
16+
17+
18+
Minor Changes
19+
-------------
20+
21+
- Add ACI HTTPAPI plugin with multi host support (#114)
22+
- Add OSPF parameters to aci_l3out module and create the associated test case.
23+
- Add aci_access_span_src_group modules for access span source group support
24+
- Add aci_access_span_src_group_src module for access span source support
25+
- Add aci_access_span_src_group_src_path module for access span source path support
26+
- Add aci_epg_subnet module (#424)
27+
- Add aci_fabric_span_dst_group module for fabric span destination group support
28+
- Add aci_fabric_span_src_group module for fabric span source group support
29+
- Add aci_fabric_span_src_group_src module for fabric span source support
30+
- Add aci_fabric_span_src_group_src_node module for fabric span source node support
31+
- Add aci_fabric_span_src_group_src_path module for fabric span source path support
32+
- Add aci_file_remote_path module (#379)
33+
- Add aci_vrf_leak_internal_subnet module (#449)
34+
- Add description parameter for aci_l3out_logical_interface_profile
35+
- Add ip_data_plane_learning attribute to aci_bd_subnet and aci_vrf modules (#413)
36+
- Add local_as_number_config and local_as_number attributes to support bgpLocalAsnP child object in aci_l3out_bgp_peer module (#416)
37+
- Add node_type and remote_leaf_pool_id attributes to aci_fabric_node
38+
- Add source_port, source_port_start, source_port_end, tcp_flags and match_only_fragments attributes to aci_filter_entry module (#426)
39+
40+
Bugfixes
41+
--------
42+
43+
- Change input of prefix_suppression to type string to allow enable, disable and inherit options for aci_interface_policy_ospf
44+
845
v2.6.0
946
======
1047

Diff for: changelogs/changelog.yaml

+38
Original file line numberDiff line numberDiff line change
@@ -370,3 +370,41 @@ releases:
370370
371371
"
372372
release_date: "2023-04-19"
373+
2.7.0:
374+
changes:
375+
bugfixes:
376+
- Change input of prefix_suppression to type string to allow enable, disable
377+
and inherit options for aci_interface_policy_ospf
378+
minor_changes:
379+
- Add ACI HTTPAPI plugin with multi host support (#114)
380+
- Add OSPF parameters to aci_l3out module and create the associated test case.
381+
- Add aci_access_span_src_group modules for access span source group support
382+
- Add aci_access_span_src_group_src module for access span source support
383+
- Add aci_access_span_src_group_src_path module for access span source path
384+
support
385+
- Add aci_epg_subnet module (#424)
386+
- Add aci_fabric_span_dst_group module for fabric span destination group support
387+
- Add aci_fabric_span_src_group module for fabric span source group support
388+
- Add aci_fabric_span_src_group_src module for fabric span source support
389+
- Add aci_fabric_span_src_group_src_node module for fabric span source node
390+
support
391+
- Add aci_fabric_span_src_group_src_path module for fabric span source path
392+
support
393+
- Add aci_file_remote_path module (#379)
394+
- Add aci_vrf_leak_internal_subnet module (#449)
395+
- Add description parameter for aci_l3out_logical_interface_profile
396+
- Add ip_data_plane_learning attribute to aci_bd_subnet and aci_vrf modules
397+
(#413)
398+
- Add local_as_number_config and local_as_number attributes to support bgpLocalAsnP
399+
child object in aci_l3out_bgp_peer module (#416)
400+
- Add node_type and remote_leaf_pool_id attributes to aci_fabric_node
401+
- Add source_port, source_port_start, source_port_end, tcp_flags and match_only_fragments
402+
attributes to aci_filter_entry module (#426)
403+
release_summary:
404+
"Release v2.7.0 of the ``ansible-aci`` collection on 2023-08-04.
405+
406+
This changelog describes all changes made to the modules and plugins included
407+
in this collection since v2.6.0.
408+
409+
"
410+
release_date: "2023-08-04"

Diff for: galaxy.yml

+1-1
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.6.0
5+
version: 2.7.0
66
readme: README.md
77
authors:
88
- Dag Wieers (@dagwieers) <[email protected]>

Diff for: meta/runtime.yml

+11
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ action_groups:
1515
- aci_access_span_dst_group
1616
- aci_access_span_filter_group
1717
- aci_access_span_filter_group_entry
18+
- aci_access_span_src_group
19+
- aci_access_span_src_group_src
20+
- aci_access_span_src_group_src_path
1821
- aci_access_sub_port_block_to_access_port
1922
- aci_aep
2023
- aci_aep_to_domain
@@ -61,6 +64,7 @@ action_groups:
6164
- aci_encap_pool_range
6265
- aci_epg
6366
- aci_epg_monitoring_policy
67+
- aci_epg_subnet
6468
- aci_epg_to_contract
6569
- aci_epg_to_contract_interface
6670
- aci_epg_to_contract_master
@@ -75,10 +79,16 @@ action_groups:
7579
- aci_fabric_node
7680
- aci_fabric_pod_policy_group
7781
- aci_fabric_scheduler
82+
- aci_fabric_span_dst_group
83+
- aci_fabric_span_src_group
84+
- aci_fabric_span_src_group_src
85+
- aci_fabric_span_src_group_src_node
86+
- aci_fabric_span_src_group_src_path
7887
- aci_fabric_spine_profile
7988
- aci_fabric_spine_switch_assoc
8089
- aci_fabric_switch_block
8190
- aci_fabric_switch_policy_group
91+
- aci_file_remote_path
8292
- aci_filter
8393
- aci_filter_entry
8494
- aci_firmware_group
@@ -163,4 +173,5 @@ action_groups:
163173
- aci_vmm_uplink_container
164174
- aci_vmm_vswitch_policy
165175
- aci_vrf
176+
- aci_vrf_leak_internal_subnet
166177
- aci_vzany_to_contract

0 commit comments

Comments
 (0)