From 91ba66df916a95e5a7cdfc2f919f7560ac6e587b Mon Sep 17 00:00:00 2001 From: chynasan Date: Fri, 31 Jul 2026 11:29:04 -0500 Subject: [PATCH] Added changelogs for PR #286 --- changelogs/fragments/286-replace-six-imports.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelogs/fragments/286-replace-six-imports.yml diff --git a/changelogs/fragments/286-replace-six-imports.yml b/changelogs/fragments/286-replace-six-imports.yml new file mode 100644 index 0000000..0529eb8 --- /dev/null +++ b/changelogs/fragments/286-replace-six-imports.yml @@ -0,0 +1,3 @@ +minor_changes: + - Replace ``ansible.module_utils.six`` imports (``iteritems``, ``string_types``) with Python 3 stdlib equivalents (https://github.com/openshift/community.okd/pull/286). + - Add sanity test ignore files for ansible-core 2.20 and 2.21 (https://github.com/openshift/community.okd/pull/286).