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.8.0
101
+
=========================
102
+
103
+
Known Issues
104
+
------------
105
+
106
+
community.hrobot
107
+
^^^^^^^^^^^^^^^^
108
+
109
+
- storagebox* modules - the Hetzner Robot API for storage boxes is `deprecated and will be sunset on July 30, 2025 <https://docs.hetzner.cloud/changelog#2025-06-25-new-api-for-storage-boxes>`__. The modules are currently not compatible with the new API. We will try to adjust them until then, but usage and return values might change slightly due to differences in the APIs.
110
+
For the new API, an API token needs to be registered and provided as ``hetzner_token`` (https://github.com/ansible-collections/community.hrobot/pull/166).
111
+
112
+
dellemc.openmanage
113
+
^^^^^^^^^^^^^^^^^^
114
+
115
+
- idrac_attributes - The module accepts both the string as well as integer value for the field "SNMP.1.AgentCommunity" for iDRAC10.
116
+
- idrac_diagnostics - This module doesn't support export of diagnostics file to HTTP and HTTPS share via SOCKS proxy.
117
+
- 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.
118
+
119
+
Major Changes
120
+
-------------
121
+
122
+
dellemc.openmanage
123
+
^^^^^^^^^^^^^^^^^^
124
+
125
+
- idrac_bios - This module is enhanced to support iDRAC10.
126
+
- idrac_diagnostics - This module is enhanced to support iDRAC10.
127
+
- idrac_firmware - This module is enhanced to support iDRAC10.
128
+
- idrac_job_queue - This role is enhanced to support iDRAC10.
129
+
- idrac_lifecycle_controller_logs - This module is enhanced to support iDRAC10.
130
+
- idrac_network_attributes - This module is enhanced to support iDRAC10.
131
+
- idrac_secure_boot - This module is enhanced to support iDRAC10.
132
+
- idrac_server_powerstate - This role is enhanced to support iDRAC10.
133
+
- idrac_session - This module is enhanced to support iDRAC10.
134
+
- idrac_system_erase - This module is enhanced to support iDRAC10.
135
+
- redfish_event_subscription - This module is enhanced to support iDRAC10.
136
+
- redfish_power_state - This module is enhanced to support iDRAC10.
137
+
138
+
vmware.vmware_rest
139
+
^^^^^^^^^^^^^^^^^^
140
+
141
+
- modules - disable turbo mode for module execution by default. Make it optional to enable it using an environment variable (https://github.com/ansible-collections/vmware.vmware_rest/issues/499)
142
+
143
+
Deprecated Features
144
+
-------------------
145
+
146
+
- The ``cisco.ise`` collection is considered unmaintained and will be removed from Ansible 12 if no one starts maintaining it again before Ansible 12.
147
+
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, including for how this can be cancelled (`https://forum.ansible.com/t/43367 <https://forum.ansible.com/t/43367>`__).
148
+
After removal, users can still install this collection with ``ansible-galaxy collection install cisco.ise``.
149
+
150
+
vmware.vmware_rest
151
+
^^^^^^^^^^^^^^^^^^
152
+
153
+
- lookup plugins - Deprecate all lookup plugins in favor of vmware.vmware.moid_from_path (https://github.com/ansible-collections/vmware.vmware_rest/pull/608)
0 commit comments