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_13.rst
+75Lines changed: 75 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,81 @@ Ansible 13 is based on Ansible-core 2.20.
15
15
16
16
We suggest you read this page along with the `Ansible 13 Changelog <https://github.com/ansible-community/ansible-build-data/blob/main/13/CHANGELOG-v13.md>`_ to understand what updates you may need to make.
17
17
18
+
Porting Guide for v13.0.0a2
19
+
===========================
20
+
21
+
Added Collections
22
+
-----------------
23
+
24
+
- hitachivantara.vspone_object (version 1.0.0)
25
+
26
+
Known Issues
27
+
------------
28
+
29
+
dellemc.openmanage
30
+
^^^^^^^^^^^^^^^^^^
31
+
32
+
- Formal qualification of module ome_smart_fabric_info for Ansible Core version 2.19 is still pending.
33
+
- idrac_diagnostics - This module does not support export of diagnostics file to HTTP and HTTPS share via SOCKS proxy.
34
+
- idrac_license - Due to API limitation, proxy parameters are ignored during the import operation.
35
+
- idrac_license - The module will give different error messages for iDRAC9 and iDRAC10 when user imports license with invalid share name.
36
+
- idrac_os_deployment - The module continues to return a 200 response and marks the job as completed, even when an outdated date is supplied in the Expose duration.
37
+
- idrac_redfish_storage_controller - PatrolReadRatePercent attribute cannot be set in iDRAC10.
38
+
- idrac_server_config_profile - When attempting to revert iDRAC settings using a previously exported SCP file, the import operation will complete with errors if a new user was created after the export (Instead of restoring the system to its previous state, including the removal of newly added users).
39
+
- idrac_system_info - The module will show empty video list despite having Embedded VIDEO controller.
40
+
- 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.
41
+
- redfish_storage_volume - Encryption type and block_io_size bytes will be read only property in iDRAC9 and iDRAC10 and hence the module ignores these parameters.
42
+
43
+
Major Changes
44
+
-------------
45
+
46
+
dellemc.openmanage
47
+
^^^^^^^^^^^^^^^^^^
48
+
49
+
- The OpenManage Enterprise, OpenManage Enterprise Modular and OpenManage Enterprise Integration for VMware vCenter modules are now compatible with Ansible Core version 2.19.
50
+
51
+
fortinet.fortios
52
+
^^^^^^^^^^^^^^^^
53
+
54
+
- Supported new versions 7.6.3 and 7.6.4.
55
+
- Supported the authentication method when using username and password in v7.6.4.
56
+
57
+
grafana.grafana
58
+
^^^^^^^^^^^^^^^
59
+
60
+
- Add SUSE support to Alloy role by @pozsa in https://github.com/grafana/grafana-ansible-collection/pull/423
61
+
- Fixes to foldersFromFilesStructure option by @root-expert in https://github.com/grafana/grafana-ansible-collection/pull/351
62
+
- Migrate RedHat install to ansible.builtin.package by @r65535 in https://github.com/grafana/grafana-ansible-collection/pull/431
63
+
- add macOS support to alloy role by @l50 in https://github.com/grafana/grafana-ansible-collection/pull/418
64
+
- replace None with [] for safe length checks by @voidquark in https://github.com/grafana/grafana-ansible-collection/pull/426
65
+
66
+
Removed Features
67
+
----------------
68
+
69
+
Ansible-core
70
+
^^^^^^^^^^^^
71
+
72
+
- ansible-galaxy - remove support for resolvelib >= 0.5.3, < 0.8.0.
73
+
74
+
Deprecated Features
75
+
-------------------
76
+
77
+
Ansible-core
78
+
^^^^^^^^^^^^
79
+
80
+
- Deprecate the ``ansible.module_utils.six`` module. Use the Python standard library equivalent instead.
81
+
82
+
dellemc.powerflex
83
+
^^^^^^^^^^^^^^^^^
84
+
85
+
- The device, info, protection_domain, snapshot, storagepool and volume modules are supported only on PowerFlex Gen1. They are replaced by v2 modules on PowerFlex Gen2.
86
+
- The fault_set, replication_consistency_group, replication_pair, resource_group and sds modules are not supported on PowerFlex Gen2.
87
+
88
+
hetzner.hcloud
89
+
^^^^^^^^^^^^^^
90
+
91
+
- server_type_info - Deprecate Server Type ``deprecation`` property.
0 commit comments