Skip to content

Commit

Permalink
[ignore] Update Changelog for new release (v2.7.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcn-ecosystem authored and lhercot committed Aug 4, 2023
1 parent d516fe7 commit 09761ce
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,43 @@ Cisco ACI Ansible Collection Release Notes
.. contents:: Topics


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
======

Expand Down
38 changes: 38 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -370,3 +370,41 @@ releases:
"
release_date: "2023-04-19"
2.7.0:
changes:
bugfixes:
- Change input of prefix_suppression to type string to allow enable, disable
and inherit options for aci_interface_policy_ospf
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)
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.
"
release_date: "2023-08-04"
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
namespace: cisco
name: aci
# The version of the collection. Must be compatible with semantic versioning
version: 2.6.0
version: 2.7.0
readme: README.md
authors:
- Dag Wieers (@dagwieers) <[email protected]>
Expand Down
11 changes: 11 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ action_groups:
- aci_access_span_dst_group
- aci_access_span_filter_group
- aci_access_span_filter_group_entry
- aci_access_span_src_group
- aci_access_span_src_group_src
- aci_access_span_src_group_src_path
- aci_access_sub_port_block_to_access_port
- aci_aep
- aci_aep_to_domain
Expand Down Expand Up @@ -61,6 +64,7 @@ action_groups:
- aci_encap_pool_range
- aci_epg
- aci_epg_monitoring_policy
- aci_epg_subnet
- aci_epg_to_contract
- aci_epg_to_contract_interface
- aci_epg_to_contract_master
Expand All @@ -75,10 +79,16 @@ action_groups:
- aci_fabric_node
- aci_fabric_pod_policy_group
- aci_fabric_scheduler
- aci_fabric_span_dst_group
- aci_fabric_span_src_group
- aci_fabric_span_src_group_src
- aci_fabric_span_src_group_src_node
- aci_fabric_span_src_group_src_path
- aci_fabric_spine_profile
- aci_fabric_spine_switch_assoc
- aci_fabric_switch_block
- aci_fabric_switch_policy_group
- aci_file_remote_path
- aci_filter
- aci_filter_entry
- aci_firmware_group
Expand Down Expand Up @@ -163,4 +173,5 @@ action_groups:
- aci_vmm_uplink_container
- aci_vmm_vswitch_policy
- aci_vrf
- aci_vrf_leak_internal_subnet
- aci_vzany_to_contract

0 comments on commit 09761ce

Please sign in to comment.