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

Add networking bug fixes to changelog #32201

Merged
merged 1 commit into from
Oct 26, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,21 @@ Ansible Changes By Release
(https://github.com/ansible/ansible/pull/30747)
* When creating a new use via eos_user, create the user before setting the
user's privilege level: (https://github.com/ansible/ansible/pull/32162)
* Fixes nxos_portchannel idempotence failure on N1 images:
(https://github.com/ansible/ansible/pull/31057)
* Remove provider from prepare_ios_tests integration test:
(https://github.com/ansible/ansible/pull/31038)
* Fix nxos_acl change ports to non well known ports and drop time_range for N1:
(https://github.com/ansible/ansible/pull/31261)
* Fix nxos_banner removal idempotence issue in N1 images:
(https://github.com/ansible/ansible/pull/31259)
* Return error message back to the module
(https://github.com/ansible/ansible/pull/31035)
* Fix nxos_igmp_snooping idempotence:
(https://github.com/ansible/ansible/pull/31688)
* NXOS integration test nxos_file_copy, nxos_igmp, nxos_igmp_interface
nxos_igmp_snooping, nxos_ntp_auth, nxos_ntp_options:
(https://github.com/ansible/ansible/pull/29030)



Expand Down