diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:18:34 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:18:34 +0000 |
commit | 3667197efb7b18ec842efd504785965911f8ac4b (patch) | |
tree | 0b986a4bc6879d080b100666a97cdabbc9ca1f28 /ansible_collections/dellemc/openmanage/changelogs/changelog.yaml | |
parent | Adding upstream version 9.5.1+dfsg. (diff) | |
download | ansible-upstream/10.0.0+dfsg.tar.xz ansible-upstream/10.0.0+dfsg.zip |
Adding upstream version 10.0.0+dfsg.upstream/10.0.0+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ansible_collections/dellemc/openmanage/changelogs/changelog.yaml')
-rw-r--r-- | ansible_collections/dellemc/openmanage/changelogs/changelog.yaml | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/ansible_collections/dellemc/openmanage/changelogs/changelog.yaml b/ansible_collections/dellemc/openmanage/changelogs/changelog.yaml index 63ab4cdee..391fa597d 100644 --- a/ansible_collections/dellemc/openmanage/changelogs/changelog.yaml +++ b/ansible_collections/dellemc/openmanage/changelogs/changelog.yaml @@ -1729,3 +1729,108 @@ releases: name: idrac_license namespace: '' release_date: '2024-01-31' + + 9.0.0: + changes: + release_summary: '- idrac_diagnostics module is added to run and export diagnostics on iDRAC. + + - idrac_user role is added to manage local users of iDRAC.' + bugfixes: + - ome_device_network_services - Issue(212681) - The module does not provide a proper + error message if unsupported values are provided for the following parameters- + port_number, community_name, max_sessions, max_auth_retries, and idle_timeout. + - ome_device_power_settings - Issue(212679) - The module displays the following + message if the value provided for the parameter ``power_cap`` is not within + the supported range of 0 to 32767, ``Unable to complete the request because + PowerCap does not exist or is not applicable for the resource URI.`` + - idrac_network_attributes - Issue(279049) - If unsupported values are provided + for the parameter ``ome_network_attributes``, then this module does not provide + a correct error message. + + major_changes: + - idrac_user - This role is introduced to manage local users of iDRAC. + - idrac_diagnostics - The module is introduced to run and export diagnostics on iDRAC. + known_issues: + - idrac_diagnostics - Issue(285322) - This module doesn't support export of diagnostics + file to HTTP and HTTPS share via SOCKS proxy. + - idrac_firmware - Issue(279282) - This module does not support firmware update using + HTTP, HTTPS, and FTP shares with authentication on iDRAC8. + - ome_diagnostics - Issue(279193) - Export of SupportAssist collection logs to the + share location fails on OME version 4.0.0. + - 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. + modules: + - description: + This module allows to run and export diagnostics on iDRAC. + name: idrac_diagnostics + namespace: '' + objects: + role: + - description: Role to manage local users of iDRAC. + name: idrac_user + namespace: null + release_date: '2024-02-29' + 9.1.0: + changes: + release_summary: '- ``redfish_storage_volume`` is enhanced to support iDRAC8. + + - ``dellemc_idrac_storage_module`` is deprecated and replaced with ``idrac_storage_volume``.' + bugfixes: + - Added support for RAID creation using NVMe disks.(https://github.com/dell/dellemc-openmanage-ansible-modules/issues/635) + - redfish_storage_volume is enhanced to support iDRAC8.(https://github.com/dell/dellemc-openmanage-ansible-modules/issues/625) + deprecated_features: + - The ``dellemc_idrac_storage_volume`` module is deprecated and replaced with + ``idrac_storage_volume``. + minor_changes: + - redfish_storage_volume - This module is enhanced to support iDRAC8. + known_issues: + - idrac_storage_volume - Issue(290766) - The module will report success instead of showing + failure for new virtual creation on the BOSS-N1 controller if a virtual disk is already + present on the same controller. + - idrac_diagnostics - Issue(285322) - This module doesn't support export of diagnostics + file to HTTP and HTTPS share via SOCKS proxy. + - idrac_firmware - Issue(279282) - This module does not support firmware update using + HTTP, HTTPS, and FTP shares with authentication on iDRAC8. + - ome_diagnostics - Issue(279193) - Export of SupportAssist collection logs to the + share location fails on OME version 4.0.0. + - 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. + modules: + - description: + Configures the RAID configuration attributes. + name: idrac_storage_volume + namespace: '' + release_date: '2024-03-29' + 9.2.0: + changes: + release_summary: '- The idrac_session module is added to allow you to create and delete the sessions on iDRAC. + + - The idrac_reset module is enhanced to allow you to reset the iDRAC to factory default settings.' + major_changes: + - idrac_session - This module allows you to create and delete the sessions on iDRAC. + minor_changes: + - idrac_reset - This module allows you to reset the iDRAC to factory default settings. + known_issues: + - idrac_storage_volume - Issue(290766) - The module will report success instead of showing + failure for new virtual creation on the BOSS-N1 controller if a virtual disk is already + present on the same controller. + - idrac_diagnostics - Issue(285322) - This module doesn't support export of diagnostics + file to HTTP and HTTPS share via SOCKS proxy. + - idrac_firmware - Issue(279282) - This module does not support firmware update using + HTTP, HTTPS, and FTP shares with authentication on iDRAC8. + - ome_diagnostics - Issue(279193) - Export of SupportAssist collection logs to the + share location fails on OME version 4.0.0. + - 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. + modules: + - description: + Allows you to create and delete the sessions on iDRAC. + name: idrac_session + namespace: '' + release_date: '2024-04-30' |