Skip to content

Breaking change in Elastic Agent needs a version constraint in the elastic_agent package #15275

@rdner

Description

@rdner

We released a breaking change in Elastic Agent 8.15.0 binary.

We've changed the elastic_agent package in this PR accordingly #15244

However, this also means that if our users run the package elastic_agent @ 2.5.2 with Elastic Agent @ 8.14.0 binary it won't work.

The existing stack version constraint is based on Kibana version only and we're not able to put a separate constraint on the version of the Elastic Agent binary.

It's planned to support such constraints elastic/package-spec#165

Once the version constraint for the Elastic Agent binary is introduced, we should update the elastic_agent integration package to have following constraints:

elastic_agent package Elastic Agent binary
>= 2.5.2 >= 8.15.0
< 2.5.2 >= 8.11.2 and < 8.15.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions