-
Notifications
You must be signed in to change notification settings - Fork 511
Closed
Labels
Integration:elastic_agentElastic AgentElastic AgentTeam:Elastic-AgentPlatform - Ingest - Agent [elastic/elastic-agent]Platform - Ingest - Agent [elastic/elastic-agent]Team:Elastic-Agent-Data-PlaneAgent Data Plane team [elastic/elastic-agent-data-plane]Agent Data Plane team [elastic/elastic-agent-data-plane]bugfixPull request that fixes a bug issuePull request that fixes a bug issue
Description
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
Labels
Integration:elastic_agentElastic AgentElastic AgentTeam:Elastic-AgentPlatform - Ingest - Agent [elastic/elastic-agent]Platform - Ingest - Agent [elastic/elastic-agent]Team:Elastic-Agent-Data-PlaneAgent Data Plane team [elastic/elastic-agent-data-plane]Agent Data Plane team [elastic/elastic-agent-data-plane]bugfixPull request that fixes a bug issuePull request that fixes a bug issue