-
Notifications
You must be signed in to change notification settings - Fork 100
Labels
Team:Elastic-Agent-Control-PlaneLabel for the Agent Control Plane teamLabel for the Agent Control Plane teamenhancementNew feature or requestNew feature or request
Description
In order to trigger manual rollbacks for fleet-managed agents, a new boolean property rollback must be added to actionUpgrade. The default value false will make agents work in a backward-compatible way.
actionUpgrade:
description: the UPGRADE action data.
type: object
required:
- version
properties:
version:
description: The version number that the agent should upgrade to.
type: string
source_uri:
description: The source of the upgrade artifact.
type: string
rollback:
description: Indicates if this upgrade should be handled as a rollback to a version already installed.
type: booleanMetadata
Metadata
Assignees
Labels
Team:Elastic-Agent-Control-PlaneLabel for the Agent Control Plane teamLabel for the Agent Control Plane teamenhancementNew feature or requestNew feature or request