Testing method: Generate the below patch by starting with the diff for ed473d792bbe9c0b9a51084a362e3b2cb85f626c Then edit it until we have only changes which changed multiline into single line (note that there was one multiline change that also escaped '[' which is not in the below patch as it would have caused an error because of the missing escaping patch -p1 -R < unnecessary.patch echo ' testing' >> changelogs/fragments/py3-ansible_interpreter.yaml git commit -a make changelog_reno reno report * no traceback for either make changelog_reno or reno report"w * make sure that this line is in the CHANGELOG-v2.5.rst file: - Fix for ansible_*_interpreter on Python3 when using non-newstyle modules. Those include old-style ansible modules and Ansible modules written in non-python scripting languages (https://github.com/ansible/ansible/pull/ 36541) testing diff --git a/changelogs/fragments/grafana-deprecation-warnings.yaml b/changelogs/fragments/grafana-deprecation-warnings.yaml index dd6dac0cc8..42a11ae8c4 100644 --- a/changelogs/fragments/grafana-deprecation-warnings.yaml +++ b/changelogs/fragments/grafana-deprecation-warnings.yaml @@ -1,4 +1,3 @@ --- bugfixes: -- Various grafana_* modules - Port away from the deprecated b64encodestring - function to the b64encode function instead. https://github.com/ansible/ansible/pull/38388 +- Various grafana_* modules - Port away from the deprecated b64encodestring function to the b64encode function instead. (https://github.com/ansible/ansible/pull/38388) diff --git a/changelogs/fragments/no-template-conn-err.yaml b/changelogs/fragments/no-template-conn-err.yaml index 6b8b4e3198..63da9195bf 100644 --- a/changelogs/fragments/no-template-conn-err.yaml +++ b/changelogs/fragments/no-template-conn-err.yaml @@ -1,4 +1,2 @@ bugfixes: - - Connection error messages may contain characters that jinja2 would - interpret as a template. Wrap the error string so this doesn't happen - (https://github.com/ansible/ansible/pull/37329) + - Connection error messages may contain characters that jinja2 would interpret as a template. Wrap the error string so this doesn't happen (https://github.com/ansible/ansible/pull/37329) diff --git a/changelogs/fragments/py3-ansible_interpreter.yaml b/changelogs/fragments/py3-ansible_interpreter.yaml index 7f92f62379..528263c3d1 100644 --- a/changelogs/fragments/py3-ansible_interpreter.yaml +++ b/changelogs/fragments/py3-ansible_interpreter.yaml @@ -1,4 +1,2 @@ bugfixes: -- Fix for ansible_*_interpreter on Python3 when using non-newstyle modules. - Those include old-style ansible modules and Ansible modules written in - non-python scripting languages (https://github.com/ansible/ansible/pull/36541) +- Fix for ansible_*_interpreter on Python3 when using non-newstyle modules. Those include old-style ansible modules and Ansible modules written in non-python scripting languages (https://github.com/ansible/ansible/pull/36541) diff --git a/changelogs/fragments/py3-haproxy.yaml b/changelogs/fragments/py3-haproxy.yaml index 145815d31b..56b1cc89f3 100644 --- a/changelogs/fragments/py3-haproxy.yaml +++ b/changelogs/fragments/py3-haproxy.yaml @@ -1,3 +1,2 @@ bugfixes: -- Fix to send and receive bytes over a socket in the haproxy module which was - causing tracebacks on Python3 https://github.com/ansible/ansible/pull/35176 +- Fix to send and receive bytes over a socket in the haproxy module which was causing tracebacks on Python3 https://github.com/ansible/ansible/pull/35176 diff --git a/changelogs/fragments/py3-jira.yaml b/changelogs/fragments/py3-jira.yaml index 09846e6b9a..3dd7cff0a2 100644 --- a/changelogs/fragments/py3-jira.yaml +++ b/changelogs/fragments/py3-jira.yaml @@ -1,3 +1,2 @@ bugfixes: -- jira module - Fix bytes/text handling for base64 encoding authentication tokens - https://github.com/ansible/ansible/pull/33862 +- jira module - Fix bytes/text handling for base64 encoding authentication tokens (https://github.com/ansible/ansible/pull/33862) diff --git a/changelogs/fragments/unarchive-absolute-path.yaml b/changelogs/fragments/unarchive-absolute-path.yaml index 44f5367723..46ae618b92 100644 --- a/changelogs/fragments/unarchive-absolute-path.yaml +++ b/changelogs/fragments/unarchive-absolute-path.yaml @@ -1,5 +1,3 @@ --- bugfixes: -- Fix for unarchive when users use the --strip-components extra_opt to tar - causing ansible to set permissions on the wrong directory. - https://github.com/ansible/ansible/pull/37048 +- Fix for unarchive when users use the --strip-components extra_opt to tar causing ansible to set permissions on the wrong directory. (https://github.com/ansible/ansible/pull/37048) diff --git a/changelogs/fragments/win_copy-preserve-tmp-folder.yaml b/changelogs/fragments/win_copy-preserve-tmp-folder.yaml index ea6a93e2af..e0c361371e 100644 --- a/changelogs/fragments/win_copy-preserve-tmp-folder.yaml +++ b/changelogs/fragments/win_copy-preserve-tmp-folder.yaml @@ -1,3 +1,2 @@ bugfixes: -- win_copy - Preserve the local tmp folder instead of deleting it so future tasks can use it - https://github.com/ansible/ansible/pull/37964 +- win_copy - Preserve the local tmp folder instead of deleting it so future tasks can use it (https://github.com/ansible/ansible/pull/37964) diff --git a/changelogs/fragments/win_environment-stringify-2.5 b/changelogs/fragments/win_environment-stringify-2.5.yaml similarity index 100% rename from changelogs/fragments/win_environment-stringify-2.5 rename to changelogs/fragments/win_environment-stringify-2.5.yaml diff --git a/changelogs/fragments/win_file_util-test-exception-handler.yaml b/changelogs/fragments/win_file_util-test-exception-handler.yaml index 03082c2de1..87af42f8e0 100644 --- a/changelogs/fragments/win_file_util-test-exception-handler.yaml +++ b/changelogs/fragments/win_file_util-test-exception-handler.yaml @@ -1,3 +1,2 @@ bugfixes: -- Ansible.ModuleUtils.FileUtil - Catch DirectoryNotFoundException with Test-AnsiblePath - https://github.com/ansible/ansible/pull/37968 +- Ansible.ModuleUtils.FileUtil - Catch DirectoryNotFoundException with Test-AnsiblePath (https://github.com/ansible/ansible/pull/37968) diff --git a/changelogs/fragments/win_reboot-warning-message-fix.yaml b/changelogs/fragments/win_reboot-warning-message-fix.yaml index 7f5fe65ba0..b55c6e0ccd 100644 --- a/changelogs/fragments/win_reboot-warning-message-fix.yaml +++ b/changelogs/fragments/win_reboot-warning-message-fix.yaml @@ -1,3 +1,2 @@ bugfixes: -- win_reboot - fix deprecated warning message to show version in correct spot - https://github.com/ansible/ansible/pull/37898 +- win_reboot - fix deprecated warning message to show version in correct spot (https://github.com/ansible/ansible/pull/37898) diff --git a/changelogs/fragments/win_setup-connection-name.yaml b/changelogs/fragments/win_setup-connection-name.yaml index 960ea7347a..2a119e7342 100644 --- a/changelogs/fragments/win_setup-connection-name.yaml +++ b/changelogs/fragments/win_setup-connection-name.yaml @@ -1,3 +1,2 @@ bugfixes: -- win_setup - Use connection name for network interfaces as interface name isn't helpful - https://github.com/ansible/ansible/pull/37327 +- win_setup - Use connection name for network interfaces as interface name isn't helpful (https://github.com/ansible/ansible/pull/37327) diff --git a/changelogs/fragments/win_updates_handle-module-failures.yaml b/changelogs/fragments/win_updates_handle-module-failures.yaml index 044ed3bd08..177b3aa6de 100644 --- a/changelogs/fragments/win_updates_handle-module-failures.yaml +++ b/changelogs/fragments/win_updates_handle-module-failures.yaml @@ -1,3 +1,2 @@ bugfixes: -- win_updates - handle if the module fails to load and return the error message - https://github.com/ansible/ansible/pull/38363 +- win_updates - handle if the module fails to load and return the error message (https://github.com/ansible/ansible/pull/38363) diff --git a/changelogs/fragments/win_uri-fix-header-override.yaml b/changelogs/fragments/win_uri-fix-header-override.yaml index edbb288cbf..efbcbe31b6 100644 --- a/changelogs/fragments/win_uri-fix-header-override.yaml +++ b/changelogs/fragments/win_uri-fix-header-override.yaml @@ -1,3 +1,2 @@ bugfixes: -- win_uri - do not override existing header when using the ``headers`` key. - https://github.com/ansible/ansible/pull/37845 +- win_uri - do not override existing header when using the ``headers`` key. (https://github.com/ansible/ansible/pull/37845) diff --git a/changelogs/fragments/win_utf8_character_output.yaml b/changelogs/fragments/win_utf8_character_output.yaml index 665d2c636d..2b9181586a 100644 --- a/changelogs/fragments/win_utf8_character_output.yaml +++ b/changelogs/fragments/win_utf8_character_output.yaml @@ -1,3 +1,2 @@ bugfixes: -- windows - display UTF-8 characters correctly in Windows return json - https://github.com/ansible/ansible/pull/37229 +- windows - display UTF-8 characters correctly in Windows return json (https://github.com/ansible/ansible/pull/37229)