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
There can be unintended consequences when a new version of ecctl exists and it isn't being used, like losing some parts of the Deployment update payload or other payloads when new fields are introduced in the API and the models haven't been updated to reflect these changes.
Possible Implementation
Check if there are new versions of ecctl available, and if so, throw a warning to the standard error device.
A flag should also be added to suppress these warnings.
Overview
There can be unintended consequences when a new version of
ecctl
exists and it isn't being used, like losing some parts of the Deployment update payload or other payloads when new fields are introduced in the API and the models haven't been updated to reflect these changes.Possible Implementation
Check if there are new versions of
ecctl
available, and if so, throw a warning to the standard error device.A flag should also be added to suppress these warnings.
Context
depends on elastic/uptd#3
The text was updated successfully, but these errors were encountered: