diff --git a/changelogs/fragments/55223-python3-compat-fix-for-re.yaml b/changelogs/fragments/55223-python3-compat-fix-for-re.yaml new file mode 100644 index 00000000000..84aa32017df --- /dev/null +++ b/changelogs/fragments/55223-python3-compat-fix-for-re.yaml @@ -0,0 +1,2 @@ +bugfixes: + - Fix python3 compat issue with network/common/config.py - https://github.com/ansible/ansible/pull/55223 diff --git a/changelogs/fragments/57481-ios-ntp-integration-tc-failure-fix.yaml b/changelogs/fragments/57481-ios-ntp-integration-tc-failure-fix.yaml new file mode 100644 index 00000000000..e213693002f --- /dev/null +++ b/changelogs/fragments/57481-ios-ntp-integration-tc-failure-fix.yaml @@ -0,0 +1,3 @@ +bugfixes: +- Fixes the IOS_NTP integration TC failure, where TC was failing coz of missing configuration which needed to be + set before firing the TC. - https://github.com/ansible/ansible/pull/57481. diff --git a/changelogs/fragments/57665-ios-smoke-tc-failure-fix.yaml b/changelogs/fragments/57665-ios-smoke-tc-failure-fix.yaml new file mode 100644 index 00000000000..3ad1958c52d --- /dev/null +++ b/changelogs/fragments/57665-ios-smoke-tc-failure-fix.yaml @@ -0,0 +1,2 @@ +bugfixes: +- Fixes the IOS_SMOKE integration TC failure - https://github.com/ansible/ansible/pull/57665.