2016-09-02 12:45:26 +01:00
|
|
|
---
|
|
|
|
other:
|
2018-01-09 15:20:53 +01:00
|
|
|
- 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.
|