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
+57Lines changed: 57 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,6 +97,63 @@ Networking
97
97
98
98
No notable changes
99
99
100
+
Porting Guide for v11.9.0
101
+
=========================
102
+
103
+
Known Issues
104
+
------------
105
+
106
+
dellemc.openmanage
107
+
^^^^^^^^^^^^^^^^^^
108
+
109
+
- idrac_attributes - The module accepts both the string as well as integer value for the field "SNMP.1.AgentCommunity" for iDRAC10.
110
+
- idrac_diagnostics - This module doesn't support export of diagnostics file to HTTP and HTTPS share via SOCKS proxy.
111
+
- ome_smart_fabric_uplink - 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.
112
+
113
+
Major Changes
114
+
-------------
115
+
116
+
- The removal of google.cloud was cancelled. The collection will not be removed from Ansible 12 (`https://forum.ansible.com/t/8609 <https://forum.ansible.com/t/8609>`__).
117
+
The sanity test failures have been addressed.
118
+
119
+
dellemc.openmanage
120
+
^^^^^^^^^^^^^^^^^^
121
+
122
+
- OpenManage iDRAC Ansible modules are now compatible with Ansible Core version 2.19.
123
+
- idrac_bios - This role is enhanced to support iDRAC10.
124
+
- idrac_boot - This module is enhanced to support iDRAC10.
125
+
- idrac_boot - This role is enhanced to support iDRAC10.
126
+
- idrac_certificates - This module is enhanced to support iDRAC10.
127
+
- idrac_reset - This module is enhanced to support iDRAC10.
128
+
- idrac_reset - This role is enhanced to support iDRAC10.
129
+
- idrac_support_assist - This module is enhanced to support iDRAC10.
130
+
- idrac_user - This module is enhanced to support iDRAC10.
131
+
- idrac_user - This role is enhanced to support iDRAC10.
132
+
- ome_firmware - This module is enhanced to support OME 4.5.
133
+
- ome_firmware_baseline - This module is enhanced to support OME 4.5.
134
+
- ome_firmware_baseline_compliance_info - This module is enhanced to support OME 4.5.
135
+
- ome_firmware_baseline_info - This module is enhanced to support OME 4.5.
136
+
- ome_firmware_catalog - This module is enhanced to support OME 4.5.
137
+
- redfish_firmware - This module is enhanced to support iDRAC10.
138
+
139
+
dellemc.unity
140
+
^^^^^^^^^^^^^
141
+
142
+
- Adding support for Unity v5.5.
143
+
144
+
Deprecated Features
145
+
-------------------
146
+
147
+
- The ``ibm.qradar`` collection has been deprecated.
148
+
It will be removed from Ansible 13 if no one starts maintaining it again before Ansible 13.
149
+
See `Collections Removal Process for unmaintained collections <https://docs.ansible.com/ansible/devel/community/collection_contributors/collection_package_removal.html#unmaintained-collections>`__ for more details (`https://forum.ansible.com/t/44259 <https://forum.ansible.com/t/44259>`__).
150
+
151
+
community.hashi_vault
152
+
^^^^^^^^^^^^^^^^^^^^^
153
+
154
+
- ansible-core - support for several ``ansible-core`` versions will be dropped in ``v7.0.0``. The collection will focus on current supported versions of ``ansible-core`` going forward and more agressively drop end-of-life or soon-to-be EOL versions (https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html).
155
+
- python - support for several ``python`` versions will be dropped in ``v7.0.0``. The collection will focus on ``python`` versions that are supported by the active versions of ``ansible-core`` on the controller side at a minimum, and some subset of target versions (https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html).
0 commit comments