Fix: apm package needs to be up-to-date when bundled with Kibana
Open
research
- Dominant language
- Go
- Stars
- 1.3k
- Forks
- 543
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 109
Description
Kibana bundles the most recently published version of the apm package and renames it to be aligned with the Kibana version.
When bumping versions, this can mean that while Kibana is already on `8.8.0-SNAPSHOT`, the apm package is still on `8.7.0-SNAPSHOT` and is not up to date. This leads to problems when updating testing clusters.
- A new apm package needs to be pushed in time for Kibana to pick it up
- Kibana should not just rename an existing package if it is not on the same version.
Discuss with the Fleet team how to solve this.
Contributor guide
Assessment
This issue has not been assessed yet.