You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fleet API should allow to upgrade agents to build version like 8.12.0+buildYYYYMMDD, the API currently support this (even if it's not yet supported by the agent), we should add a small API integration test to be sure we do not break that feature
The test should upgrade an agent with a 8.12.0+buildYYYYMMDD version and verify the corresponding .fleet-actions is correctly created.
The text was updated successfully, but these errors were encountered:
jen-huang
changed the title
[Fleet] Add an API integration for upgrading to build version
[Fleet] Add an API integration test for upgrading to build version
Dec 4, 2023
Description
Fleet API should allow to upgrade agents to build version like
8.12.0+buildYYYYMMDD
, the API currently support this (even if it's not yet supported by the agent), we should add a small API integration test to be sure we do not break that featureThe test should upgrade an agent with a
8.12.0+buildYYYYMMDD
version and verify the corresponding.fleet-actions
is correctly created.The text was updated successfully, but these errors were encountered: