Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 3 KB

CHANGELOG.md

File metadata and controls

42 lines (36 loc) · 3 KB

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning

v1.0.0 (September, 2023)

Release Summary

The release supports resources and data sources mentioned in the Features section for RedFish.

Features

Resources

  • redfish_bios for configuring BIOS attributes.
  • redfish_dell_idrac_attributes for confugiring Dell iDRAC attributes.
  • redfish_power for managing the power state of PowerEdge server.
  • redfish_simple_update for managing firmware updates on redfish instance.
  • redfish_storage_volume for managing storage volumes.
  • redfish_user_account for managing users.
  • redfish_virtual_media for attaching/detaching virtual media.

Data Sources:

  • redfish_bios for reading bios attributes.
  • redfish_dell_idrac_attributes for reading Dell iDRAC attributes.
  • redfish_firmware_inventory for reading firware inventory details.
  • redfish_storage for reading storage volume details.
  • redfish_system_boot for reading system boot details.
  • redfish_virtual_media for reading virtual media details.

Notes:

  • write_protected attribute of virtual media can only be configured as “true”.
  • capacity_bytes and volume_type attributes of the storage volume cannot be updated.

[v0.2.0]

Major Changes

Bug fixes & Enhancements

  • #31 - Add support for OnReset operations (previously only supported immediate)
  • #19 - Bios update is not idempotent
  • #27 - Add bios change job wait using StateChangeConf method