With #9354 we pulled in the LastPostCode and GpioToggleCount into SpComponentDetails types from MGS, but fail to convert them into SpComponentDetails. This has impacted downstream clients like omdb mgs sensors.
We should handle these new types gracefully, but updating SpComponentDetails will require either pinning sled-agent on the 1.0.0 MGS API, or a fix for #9708.
With #9354 we pulled in the LastPostCode and GpioToggleCount into
SpComponentDetailstypes from MGS, but fail to convert them intoSpComponentDetails. This has impacted downstream clients like omdb mgs sensors.We should handle these new types gracefully, but updating
SpComponentDetailswill require either pinning sled-agent on the 1.0.0 MGS API, or a fix for #9708.