This commit adds client-side support for displaying Redfish hardware
health status field (health) in baremetal node list commands:
* Update API version to 1.109 to support health field
* Add 'health' to node resource field definitions
* Update node list command to display health field by default
* Fix unit tests to expect health field in node listings
* Add comprehensive release note documenting the new functionality
The health field is now displayed in both standard and long listing
formats, providing operators with real-time visibility into hardware
health status synchronized from BMCs.
Depends-on: https://review.opendev.org/c/openstack/ironic/+/966946
Change-Id: Idc36942f8962df68582b37e2c8d2ff3caa079f4f
Assisted-by: Claude (Anthropic) version 4.5
Signed-off-by: Jacob Anders <janders@redhat.com>
Partial-Bug: #2133522