Skip to content

Commit 14d9503

Browse files
dcn-ecosystemlhercot
authored andcommitted
[ignore] Update Changelog for new release (v2.3.0)
1 parent 7a424de commit 14d9503

File tree

3 files changed

+64
-1
lines changed

3 files changed

+64
-1
lines changed

CHANGELOG.rst

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

77

8+
v2.3.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Release v2.3.0 of the ``ansible-aci`` collection on 2022-10-14.
15+
This changelog describes all changes made to the modules and plugins included in this collection since v2.2.0.
16+
17+
18+
Minor Changes
19+
-------------
20+
21+
- Add aci_bulk_static_binding_to_epg module to bind multiple interfaces to an EPG in one API call
22+
- Add aci_l3out_logical_interface_profile_ospf_policy module to apply ospfIfP policy to L3out logical interface profile (#301)
23+
- Add aci_ntp_policy and aci_ntp_server modules (#229)
24+
- Add cisco.aci.interface_range lookup plugin for interface range handling (#302)
25+
- Add new aci_aaa_ssh_auth, aci_aaa_user_domain and aci_aaa_user_role modules (#223)
26+
- Add support for active/stanby vmm uplinks in aci_epg_to_domain
27+
- Add support for aggregate attribute, scope default and "import-rtctrl" to scope choices in aci_l3out_extsubnet module (#260)
28+
- Added fex_port_channel and fex_vpc interface types to aci_access_port_to_interface_policy_leaf_profile (#241)
29+
- Adding missing options to aci_epg_to_domain
30+
31+
Bugfixes
32+
--------
33+
34+
- Fix HTTP status returned by aci_rest (#279)
35+
- Fix aci_aep_to_epg absent issue to only delete the correct binding (#263)
36+
- Fix aci_interface_description query interface filtering (#238)
37+
- Fix aci_interface_selector_to_switch_policy_leaf_profile error when querying interface_selector without specifying a switch policy leaf profile (#318)
38+
- Fix aci_rest output_path issues when content is not JSON
39+
840
v2.2.0
941
======
1042

changelogs/changelog.yaml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,3 +268,34 @@ releases:
268268
269269
'
270270
release_date: '2022-03-15'
271+
2.3.0:
272+
changes:
273+
bugfixes:
274+
- Fix HTTP status returned by aci_rest (#279)
275+
- Fix aci_aep_to_epg absent issue to only delete the correct binding (#263)
276+
- Fix aci_interface_description query interface filtering (#238)
277+
- Fix aci_interface_selector_to_switch_policy_leaf_profile error when querying
278+
interface_selector without specifying a switch policy leaf profile (#318)
279+
- Fix aci_rest output_path issues when content is not JSON
280+
minor_changes:
281+
- Add aci_bulk_static_binding_to_epg module to bind multiple interfaces to an
282+
EPG in one API call
283+
- Add aci_l3out_logical_interface_profile_ospf_policy module to apply ospfIfP
284+
policy to L3out logical interface profile (#301)
285+
- Add aci_ntp_policy and aci_ntp_server modules (#229)
286+
- Add cisco.aci.interface_range lookup plugin for interface range handling (#302)
287+
- Add new aci_aaa_ssh_auth, aci_aaa_user_domain and aci_aaa_user_role modules
288+
(#223)
289+
- Add support for active/stanby vmm uplinks in aci_epg_to_domain
290+
- Add support for aggregate attribute, scope default and "import-rtctrl" to
291+
scope choices in aci_l3out_extsubnet module (#260)
292+
- Added fex_port_channel and fex_vpc interface types to aci_access_port_to_interface_policy_leaf_profile
293+
(#241)
294+
- Adding missing options to aci_epg_to_domain
295+
release_summary: 'Release v2.3.0 of the ``ansible-aci`` collection on 2022-10-14.
296+
297+
This changelog describes all changes made to the modules and plugins included
298+
in this collection since v2.2.0.
299+
300+
'
301+
release_date: '2022-10-14'

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.2.0
5+
version: 2.3.0
66
readme: README.md
77
authors:
88
- Dag Wieers (@dagwieers) <dag@wieers.com>

0 commit comments

Comments
 (0)