ironic/releasenotes/notes/heartbeat_agent_version-70f4e64b19b51d87.yaml
Dmitry Tantsur f1c26abc24 Clean up release notes before a release
Change-Id: I9f1344ce247a82689878c9b5f852f0f802e8247e
2018-01-09 16:51:55 +01:00

9 lines
469 B
YAML

---
other:
- The agent heartbeat API (POST ``/v1/heartbeat/<node>``) can now receive
a new ``agent_version`` parameter. If received, this will be stored in the
node's ``driver_internal_info['agent_version']`` field. This information
will be used by the Bare Metal service to gracefully degrade support for
agent features that are requested by the Bare Metal service, ensuring that
we don't request a feature that an older ramdisk doesn't support.