Skip to content

Release 8.6.0

Compare
Choose a tag to compare
@Kritika-Bhateja-03 Kritika-Bhateja-03 released this 02 Jan 10:43
· 355 commits to collections since this release
b95359c

Release Summary

  • Added support for the environment variables as fallback for credentials for all modules of iDRAC, OME, and Redfish.
  • Enhanced idrac_certificates module and idrac_certificate role to support CUSTOMCERTIFICATE and import HTTPS certificate with the SSL key.

Major Changes

  • All OME modules are enhanced to support the environment variables OME_USERNAME and OME_PASSWORD as fallback for credentials.
  • All iDRAC and Redfish modules are enhanced to support the environment variables IDRAC_USERNAME and IDRAC_PASSWORD as fallback for credentials.
  • idrac_certificates - The module is enhanced to support the import and export of CUSTOMCERTIFICATE.

Minor Changes

  • For idrac_certificate role, added support for import operation of HTTPS certificate with the SSL key.
  • For idrac_certificates module, below enhancements are made: Added support for import operation of HTTPS certificate with the SSL key. The email_address has been made as an optional parameter.

Bugfixes

  • Fixed the issue for ignoring the environment variable NO_PROXY earlier. (#554)
  • For idrac_certificates module, the email_address has been made as an optional parameter. (#582).