sushy-tools/releasenotes/notes/updatable-firmware-versions-b1f947339b2e6b94.yaml
Jacob Anders bab6feb3a0 Replace hardcoded BiosVersion with an updatable field
Currently, BiosVersion value returned in respose to GET /System/
comes from a value hardcoded in template. This change replaces the
hardcoded value with a variable stored in sushy:bios metadata in the
libvirt xml definition of the VM.

Change-Id: Iaefc695c6cb177bc232112515c7b33c7b9af8b68
2024-07-04 07:17:51 +10:00

10 lines
440 B
YAML

---
fixes:
- |
Replaces hardcoded BIOS version string with updatable field backed by a
custom section in libvirt metadata (similar to prior art on BIOS
settings). This can be used for BIOS version information as well as
storing firmware version information of other components. NOTE: this
enhancement is meant to facilitate testing BIOS/firmware upgrade codepaths
and NOT performing actual BIOS/firmware upgrades.