summaryrefslogtreecommitdiffstats
path: root/ansible_collections/dellemc/openmanage/changelogs/changelog.yaml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:22:15 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:22:15 +0000
commit0202b47f95a87598276869ab7f07f57e8a4c8a87 (patch)
tree21f101dcceb98166b117c40dab3d79d5b2ad8eed /ansible_collections/dellemc/openmanage/changelogs/changelog.yaml
parentAdding upstream version 10.0.1+dfsg. (diff)
downloadansible-upstream.tar.xz
ansible-upstream.zip
Adding upstream version 10.1.0+dfsg.upstream/10.1.0+dfsgupstream
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.yaml55
1 files changed, 55 insertions, 0 deletions
diff --git a/ansible_collections/dellemc/openmanage/changelogs/changelog.yaml b/ansible_collections/dellemc/openmanage/changelogs/changelog.yaml
index 391fa597d..f027a4bba 100644
--- a/ansible_collections/dellemc/openmanage/changelogs/changelog.yaml
+++ b/ansible_collections/dellemc/openmanage/changelogs/changelog.yaml
@@ -1834,3 +1834,58 @@ releases:
name: idrac_session
namespace: ''
release_date: '2024-04-30'
+ 9.3.0:
+ changes:
+ release_summary: '- The ``ome_session`` module is added to allow you to
+ create and delete the sessions on OpenManage Enterprise and
+ OpenManage Enterprise Modular.
+
+ - Added support to use session ID for authentication of iDRAC,
+ OpenManage Enterprise and OpenManage Enterprise Modular modules.
+
+ - Added time_to_wait option in ``idrac_storage_volume`` module.
+
+ - Added support for Python 3.12.'
+ major_changes:
+ - ome_session - This module allows you to create and delete the
+ sessions on OpenManage Enterprise and OpenManage Enterprise Modular.
+ - Added support to use session ID for authentication of iDRAC,
+ OpenManage Enterprise and OpenManage Enterprise Modular.
+ minor_changes:
+ - Added time_to_wait option in ``idrac_storage_volume`` module.
+ - Added support for Python 3.12.
+ bugfixes:
+ - Resolved the issue in ``idrac_virtual_media`` module where the
+ Authorization request header was included in the request.
+ (https://github.com/dell/dellemc-openmanage-ansible-modules/issues/612)
+ - Resolved the issue in ``idrac_certificates`` module where
+ subject_alt_name parameter was only accepting first item in list.
+ (https://github.com/dell/dellemc-openmanage-ansible-modules/issues/584)
+ - Resolved the issue in ``ome_application_certificate`` module related
+ to a padding error in generated CSR file.
+ (https://github.com/dell/dellemc-openmanage-ansible-modules/issues/370)
+ 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:
+ This module allows you to create and delete sessions on OpenManage
+ Enterprise and OpenManage Enterprise Modular.
+ name: ome_session
+ namespace: ''
+ release_date: '2024-05-31'