Update the porting guide for 2.10.0b2 (#71677) (#71684)

(cherry picked from commit 9fcf1db871)

Co-authored-by: Toshio Kuratomi <a.badger@gmail.com>
This commit is contained in:
Sandra McCann 2020-09-09 12:38:04 -04:00 committed by GitHub
parent eb165c0a9b
commit 57b5069990
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -534,6 +534,11 @@ Ansible-base
- When deprecations are done in code, they to specify a ``collection_name`` so that deprecation warnings can mention which collection - or ansible-base - is deprecating a feature. This affects all ``Display.deprecated()`` or ``AnsibleModule.deprecate()`` or ``Ansible.Basic.Deprecate()`` calls, and ``removed_in_version``/``removed_at_date`` or ``deprecated_aliases`` in module argument specs.
- ansible-test now uses a different ``default`` test container for Ansible Collections
ansible.posix
~~~~~~~~~~~~~
- Bootstrap Collection (https://github.com/ansible-collections/ansible.posix/pull/1).
community.general
~~~~~~~~~~~~~~~~~