mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
Spelling fixes (#85345)
A few grammar fixes too.
(cherry picked from commit 83fcaeaa8b)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
deprecated_features:
|
||||
- Stategy Plugins - Use of strategy plugins not provided in ``ansible.builtin`` are deprecated and do not carry any backwards compatibility guarantees going forward. A future release will remove the ability to use external strategy plugins. No alternative for third party strategy plugins is currently planned.
|
||||
- Strategy Plugins - Use of strategy plugins not provided in ``ansible.builtin`` are deprecated and do not carry any backwards compatibility guarantees going forward. A future release will remove the ability to use external strategy plugins. No alternative for third party strategy plugins is currently planned.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
minor_changes:
|
||||
- ansible-test - Replace container Fedora 40 with 41.
|
||||
- ansible-test - Replace container Alpine 3.20 with 3.21.
|
||||
- ansible-test - Update distro containers to remove unnecessary pakages (apache2, subversion, ruby).
|
||||
- ansible-test - Update distro containers to remove unnecessary packages (apache2, subversion, ruby).
|
||||
- ansible-test - Update the HTTP test container.
|
||||
- ansible-test - Update the PyPI test container.
|
||||
- ansible-test - Update the utility container.
|
||||
|
||||
@@ -2,4 +2,4 @@ minor_changes:
|
||||
- pipelining logic has mostly moved to connection plugins so they can decide/override settings.
|
||||
- ssh connection plugin now overrides pipelining when a tty is requested.
|
||||
- become plugins get new property 'pipelining' to show support or lack there of for the feature.
|
||||
- removed harcoding of su plugin as it now works with pipelining.
|
||||
- removed hardcoding of su plugin as it now works with pipelining.
|
||||
|
||||
@@ -3,9 +3,9 @@ bugfixes:
|
||||
|
||||
minor_changes:
|
||||
- windows - add hard minimum limit for PowerShell to 5.1. Ansible dropped support for older versions of PowerShell
|
||||
in the 2.16 release but this reqirement is now enforced at runtime.
|
||||
in the 2.16 release but this requirement is now enforced at runtime.
|
||||
- windows - refactor windows exec runner to improve efficiency and add better error reporting on failures.
|
||||
|
||||
removed_features:
|
||||
- windows - removed common module functions ``ConvertFrom-AnsibleJson``, ``Format-AnsibleException`` from Windows
|
||||
modules as they are not used and add uneeded complexity to the code.
|
||||
modules as they are not used and add unneeded complexity to the code.
|
||||
|
||||
Reference in New Issue
Block a user