@@ -1836,48 +1836,56 @@ releases:
1836
1836
release_date : ' 2024-04-30'
1837
1837
9.3.0 :
1838
1838
changes :
1839
- release_summary : ' - The ``ome_session`` module is added to allow you to create and delete the sessions on
1840
- OpenManage Enterprise and OpenManage Enterprise Modular.
1839
+ release_summary : ' - The ``ome_session`` module is added to allow you to
1840
+ create and delete the sessions on OpenManage Enterprise and
1841
+ OpenManage Enterprise Modular.
1841
1842
1842
- - Added support to use session ID for authentication of iDRAC, OpenManage Enterprise and OpenManage
1843
- Enterprise Modular modules.
1843
+ - Added support to use session ID for authentication of iDRAC,
1844
+ OpenManage Enterprise and OpenManage Enterprise Modular modules.
1844
1845
1845
1846
- Added time_to_wait option in ``idrac_storage_volume`` module.
1846
1847
1847
1848
- Added support for Python 3.12.'
1848
1849
major_changes :
1849
- - ome_session - This module allows you to create and delete the sessions on
1850
+ - ome_session - This module allows you to create and delete the
1851
+ sessions on OpenManage Enterprise and OpenManage Enterprise Modular.
1852
+ - Added support to use session ID for authentication of iDRAC,
1850
1853
OpenManage Enterprise and OpenManage Enterprise Modular.
1851
- - Added support to use session ID for authentication of iDRAC, OpenManage Enterprise and OpenManage
1852
- Enterprise Modular.
1853
1854
minor_changes :
1854
1855
- Added time_to_wait option in ``idrac_storage_volume`` module.
1855
1856
- Added support for Python 3.12.
1856
1857
bugfixes :
1857
- - Resolved the issue in ``idrac_virtual_media`` module where the Authorization request header was included
1858
- in the request. (https://github.com/dell/dellemc-openmanage-ansible-modules/issues/612)
1859
- - Resolved the issue in ``idrac_certificates`` module where subject_alt_name parameter was only accepting
1860
- first item in list. (https://github.com/dell/dellemc-openmanage-ansible-modules/issues/584)
1861
- - Resolved the issue in ``ome_application_certificate`` module related to a padding error in generated CSR file.
1858
+ - Resolved the issue in ``idrac_virtual_media`` module where the
1859
+ Authorization request header was included in the request.
1860
+ (https://github.com/dell/dellemc-openmanage-ansible-modules/issues/612)
1861
+ - Resolved the issue in ``idrac_certificates`` module where
1862
+ subject_alt_name parameter was only accepting first item in list.
1863
+ (https://github.com/dell/dellemc-openmanage-ansible-modules/issues/584)
1864
+ - Resolved the issue in ``ome_application_certificate`` module related
1865
+ to a padding error in generated CSR file.
1862
1866
(https://github.com/dell/dellemc-openmanage-ansible-modules/issues/370)
1863
1867
known_issues :
1864
- - idrac_storage_volume - Issue(290766) - The module will report success instead of showing
1865
- failure for new virtual creation on the BOSS-N1 controller if a virtual disk is already
1866
- present on the same controller.
1867
- - idrac_diagnostics - Issue(285322) - This module doesn't support export of diagnostics
1868
- file to HTTP and HTTPS share via SOCKS proxy.
1869
- - idrac_firmware - Issue(279282) - This module does not support firmware update using
1870
- HTTP, HTTPS, and FTP shares with authentication on iDRAC8.
1871
- - ome_diagnostics - Issue(279193) - Export of SupportAssist collection logs to the
1872
- share location fails on OME version 4.0.0.
1873
- - ome_smart_fabric_uplink - Issue(186024) - The module supported by OpenManage
1874
- Enterprise Modular, however it does not allow the creation of multiple uplinks
1875
- of the same name. If an uplink is created using the same name as an existing
1876
- uplink, then the existing uplink is modified.
1868
+ - idrac_storage_volume - Issue(290766) - The module will report success
1869
+ instead of showing failure for new virtual creation on the BOSS-N1
1870
+ controller if a virtual disk is already present on the same
1871
+ controller.
1872
+ - idrac_diagnostics - Issue(285322) - This module doesn't support
1873
+ export of diagnostics file to HTTP and HTTPS share via SOCKS
1874
+ proxy.
1875
+ - idrac_firmware - Issue(279282) - This module does not support
1876
+ firmware update using HTTP, HTTPS, and FTP shares with
1877
+ authentication on iDRAC8.
1878
+ - ome_diagnostics - Issue(279193) - Export of SupportAssist
1879
+ collection logs to the share location fails on OME version 4.0.0.
1880
+ - ome_smart_fabric_uplink - Issue(186024) - The module supported by
1881
+ OpenManage Enterprise Modular, however it does not allow the
1882
+ creation of multiple uplinks of the same name. If an uplink is
1883
+ created using the same name as an existing uplink, then the existing
1884
+ uplink is modified.
1877
1885
modules :
1878
1886
- description :
1879
- This module allows you to create and delete sessions on OpenManage Enterprise and
1880
- OpenManage Enterprise Modular.
1887
+ This module allows you to create and delete sessions on OpenManage
1888
+ Enterprise and OpenManage Enterprise Modular.
1881
1889
name : ome_session
1882
1890
namespace : ' '
1883
1891
release_date : ' 2024-05-31'
0 commit comments