Skip to content

Commit 38a31b4

Browse files
authored
Add Ansible 11.7.0 porting guide. (#2732)
1 parent 59e3a8d commit 38a31b4

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

docs/docsite/rst/porting_guides/porting_guide_11.rst

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,61 @@ Networking
9797

9898
No notable changes
9999

100+
Porting Guide for v11.7.0
101+
=========================
102+
103+
Added Collections
104+
-----------------
105+
106+
- community.proxmox (version 1.0.1)
107+
108+
Known Issues
109+
------------
110+
111+
dellemc.openmanage
112+
^^^^^^^^^^^^^^^^^^
113+
114+
- idrac_diagnostics - Issue(285322) - This module doesn't support export of diagnostics file to HTTP and HTTPS share via SOCKS proxy.
115+
- idrac_firmware - Issue(279282) - This module does not support firmware update using HTTP, HTTPS, and FTP shares with authentication on iDRAC8.
116+
- ome_smart_fabric_uplink - Issue(186024) - The module supported by OpenManage Enterprise Modular, however it does not allow the creation of multiple uplinks of the same name. If an uplink is created using the same name as an existing uplink, then the existing uplink is modified.
117+
118+
Major Changes
119+
-------------
120+
121+
dellemc.openmanage
122+
^^^^^^^^^^^^^^^^^^
123+
124+
- idrac_attributes - This module is enhanced to support iDRAC10.
125+
- idrac_attributes - This role is enhanced to support iDRAC10.
126+
- idrac_lifecycle_controller_jobs - This module is enhanced to support iDRAC10.
127+
- idrac_lifecycle_controller_status_info - This module is enhanced to support iDRAC10.
128+
- idrac_syslog - This module is deprecated.
129+
- idrac_user_info - This module is enhanced to support iDRAC10.
130+
- idrac_virtual_media - This module is enhanced to support iDRAC10.
131+
132+
Deprecated Features
133+
-------------------
134+
135+
community.crypto
136+
^^^^^^^^^^^^^^^^
137+
138+
- The Entrust service in currently being sunsetted after the sale of Entrust's Public Certificates Business to Sectigo; see `the announcement with key dates <https://www.entrust.com/tls-certificate-information-center>`__ and `the migration brief for customers <https://www.sectigo.com/uploads/resources/EOL_Migration-Brief-End-Customer.pdf>`__ for details (https://github.com/ansible-collections/community.crypto/issues/895, https://github.com/ansible-collections/community.crypto/pull/901).
139+
- ecs_certificate - the module will be removed from community.crypto 3.0.0 (https://github.com/ansible-collections/community.crypto/issues/895, https://github.com/ansible-collections/community.crypto/pull/901).
140+
- ecs_domain - the module will be removed from community.crypto 3.0.0 (https://github.com/ansible-collections/community.crypto/issues/895, https://github.com/ansible-collections/community.crypto/pull/901).
141+
- x509_certificate - the ``entrust`` provider will be removed from community.crypto 3.0.0 (https://github.com/ansible-collections/community.crypto/issues/895, https://github.com/ansible-collections/community.crypto/pull/901).
142+
- x509_certificate_pipe - the ``entrust`` provider will be removed from community.crypto 3.0.0 (https://github.com/ansible-collections/community.crypto/issues/895, https://github.com/ansible-collections/community.crypto/pull/901).
143+
144+
community.general
145+
^^^^^^^^^^^^^^^^^
146+
147+
- yaml callback plugin - the YAML callback plugin was deprecated for removal in community.general 13.0.0. Since it needs to use ansible-core internals since ansible-core 2.19 that are changing a lot, we will remove this plugin already from community.general 12.0.0 to ease the maintenance burden (https://github.com/ansible-collections/community.general/pull/10213).
148+
149+
community.vmware
150+
^^^^^^^^^^^^^^^^
151+
152+
- module_utils.vmware - Deprecate ``connect_to_api`` (https://github.com/ansible-collections/community.vmware/pull/2372).
153+
- vmware_guest_powerstate - the module has been deprecated and will be removed in community.vmware 7.0.0 (https://github.com/ansible-collections/community.vmware/pull/2398).
154+
100155
Porting Guide for v11.6.0
101156
=========================
102157

0 commit comments

Comments
 (0)