mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 00:22:10 +02:00
changelog: use correct spelling for possessive pronoun its (#82594)
This commit is contained in:
@@ -206,7 +206,7 @@ Deprecated Features
|
||||
- Old style vars plugins which use the entrypoints `get_host_vars` or `get_group_vars` are deprecated. The plugin should be updated to inherit from `BaseVarsPlugin` and define a `get_vars` method as the entrypoint.
|
||||
- Support for Windows Server 2012 and 2012 R2 has been removed as the support end of life from Microsoft is October 10th 2023. These versions of Windows will no longer be tested in this Ansible release and it cannot be guaranteed that they will continue to work going forward.
|
||||
- ``STRING_CONVERSION_ACTION`` config option is deprecated as it is no longer used in the Ansible Core code base.
|
||||
- the 'smart' option for setting a connection plugin is being removed as it's main purpose (choosing between ssh and paramiko) is now irrelevant.
|
||||
- the 'smart' option for setting a connection plugin is being removed as its main purpose (choosing between ssh and paramiko) is now irrelevant.
|
||||
- vault and unfault filters - the undocumented ``vaultid`` parameter is deprecated and will be removed in ansible-core 2.20. Use ``vault_id`` instead.
|
||||
- yum_repository - deprecated parameter 'keepcache' (https://github.com/ansible/ansible/issues/78693).
|
||||
|
||||
|
||||
@@ -293,7 +293,7 @@ releases:
|
||||
that they will continue to work going forward.
|
||||
- '``STRING_CONVERSION_ACTION`` config option is deprecated as it is no longer
|
||||
used in the Ansible Core code base.'
|
||||
- the 'smart' option for setting a connection plugin is being removed as it's
|
||||
- the 'smart' option for setting a connection plugin is being removed as its
|
||||
main purpose (choosing between ssh and paramiko) is now irrelevant.
|
||||
- vault and unfault filters - the undocumented ``vaultid`` parameter is deprecated
|
||||
and will be removed in ansible-core 2.20. Use ``vault_id`` instead.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
minor_changes:
|
||||
- DEFAULT_TRANSPORT now defaults to 'ssh', the old 'smart' option is being deprecated as versions of OpenSSH without control persist are basically not present anymore.
|
||||
deprecated_features:
|
||||
- the 'smart' option for setting a connection plugin is being removed as it's main purpose (choosing between ssh and paramiko) is now irrelevant.
|
||||
- the 'smart' option for setting a connection plugin is being removed as its main purpose (choosing between ssh and paramiko) is now irrelevant.
|
||||
|
||||
Reference in New Issue
Block a user