Skip to content

Add rollback field to actionUpgrade #5610

@pchila

Description

@pchila

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: boolean

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions