You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docsite/rst/porting_guides/porting_guide_11.rst
+55Lines changed: 55 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,61 @@ Networking
97
97
98
98
No notable changes
99
99
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).
- 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).
0 commit comments