Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release_pr #693

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@ Cisco ACI Ansible Collection Release Notes

.. contents:: Topics

v2.11.0
=======

Release Summary
---------------

Release v2.11.0 of the ``ansible-aci`` collection on 2024-10-11.
This changelog describes all changes made to the modules and plugins included in this collection since v2.10.1.

Minor Changes
-------------

- Add stratum attribute to aci_ntp_policy module

Bugfixes
--------

- Fix wrong payload attribute used to define the correct vPC member side in aci_l3out_logical_interface_vpc_member (#663) Co-authored-by: akinross <[email protected]>
- Modify interface_configs requirement using required_if dependency for aci_bulk_static_binding_to_epg
- Remove duplicate alias name for extepg in aci_l3out_extsubnet

v2.10.1
=======

Expand Down
16 changes: 16 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,22 @@ releases:

'
release_date: '2024-07-12'
2.11.0:
changes:
bugfixes:
- 'Fix wrong payload attribute used to define the correct vPC member side in
aci_l3out_logical_interface_vpc_member (#663) Co-authored-by: akinross <[email protected]>'
- Modify interface_configs requirement using required_if dependency for aci_bulk_static_binding_to_epg
- Remove duplicate alias name for extepg in aci_l3out_extsubnet
minor_changes:
- Add stratum attribute to aci_ntp_policy module
release_summary: 'Release v2.11.0 of the ``ansible-aci`` collection on 2024-10-11.

This changelog describes all changes made to the modules and plugins included
in this collection since v2.10.1.

'
release_date: '2024-10-11'
2.2.0:
changes:
bugfixes:
Expand Down
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.10.1
version: 2.11.0
readme: README.md
authors:
- Dag Wieers (@dagwieers) <[email protected]>
Expand Down