summaryrefslogtreecommitdiff
path: root/changelogs/changelog.yaml
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2023-04-17 14:13:50 -0500
committerGitHub <noreply@github.com>2023-04-17 14:13:50 -0500
commitec8817ace22cbd1fd77c8fc2f8a0ad2c42a7802b (patch)
treecba7c092af298db64e88e98c2b0491a9c1b82b16 /changelogs/changelog.yaml
parentba487253bb91f42b6385c0194ee2ccc387d3c499 (diff)
downloadansible-ec8817ace22cbd1fd77c8fc2f8a0ad2c42a7802b.tar.gz
New release v2.14.5rc1 (#80536)v2.14.5rc1
Diffstat (limited to 'changelogs/changelog.yaml')
-rw-r--r--changelogs/changelog.yaml51
1 files changed, 51 insertions, 0 deletions
diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml
index 3cf2490cc7..7eb58101eb 100644
--- a/changelogs/changelog.yaml
+++ b/changelogs/changelog.yaml
@@ -1190,3 +1190,54 @@ releases:
- ansible_eval_concat-remove-redundant-unsafe-wrap.yml
- fix-manifest.yml
release_date: '2023-03-21'
+ 2.14.5rc1:
+ changes:
+ bugfixes:
+ - Windows - Display a warning if the module failed to cleanup any temporary
+ files rather than failing the task. The warning contains a brief description
+ of what failed to be deleted.
+ - Windows - Ensure the module temp directory contains more unique values to
+ avoid conflicts with concurrent runs - https://github.com/ansible/ansible/issues/80294
+ - Windows - Improve temporary file cleanup used by modules. Will use a more
+ reliable delete operation on Windows Server 2016 and newer to delete files
+ that might still be open by other software like Anti Virus scanners. There
+ are still scenarios where a file or directory cannot be deleted but the new
+ method should work in more scenarios.
+ - ansible-doc - stop generating wrong module URLs for module see-alsos. The
+ URLs for modules in ansible.builtin do now work, and URLs for modules outside
+ ansible.builtin are no longer added (https://github.com/ansible/ansible/pull/80280).
+ - ansible-galaxy - Improve retries for collection installs, to properly retry,
+ and extend retry logic to common URL related connection errors (https://github.com/ansible/ansible/issues/80170
+ https://github.com/ansible/ansible/issues/80174)
+ - ansible-galaxy - reduce API calls to servers by fetching signatures only for
+ final candidates.
+ - ansible-test - Add support for ``argcomplete`` version 3.
+ - jinja2_native - fix intermittent 'could not find job' failures when a value
+ of ``ansible_job_id`` from a result of an async task was inadvertently changed
+ during execution; to prevent this a format of ``ansible_job_id`` was changed.
+ - password lookup now correctly reads stored ident fields.
+ - pep517 build backend - Use the documented ``import_module`` import from ``importlib``.
+ - roles - Fix templating ``public``, ``allow_duplicates`` and ``rolespec_validate``
+ (https://github.com/ansible/ansible/issues/80304).
+ - syntax check - Limit ``--syntax-check`` to ``ansible-playbook`` only, as that
+ is the only CLI affected by this argument (https://github.com/ansible/ansible/issues/80506)
+ release_summary: '| Release Date: 2023-04-17
+
+ | `Porting Guide <https://docs.ansible.com/ansible-core/2.14/porting_guides/porting_guide_core_2.14.html>`__
+
+ '
+ codename: C'mon Everybody
+ fragments:
+ - 2.14.5rc1_summary.yaml
+ - 80280-ansible-doc-seealso-urls.yml
+ - 80334-reduce-ansible-galaxy-api-calls.yml
+ - 80506-syntax-check-playbook-only.yml
+ - ansible-basic-tmpdir-uniqueness.yml
+ - ansible-test-argcomplete-3.yml
+ - fix-templating-private-role-FA.yml
+ - fix_jinja_native_async.yml
+ - galaxy-improve-retries.yml
+ - password_lookup_file_fix.yml
+ - pep517-backend-import-fix.yml
+ - win-temp-cleanup.yml
+ release_date: '2023-04-17'