Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[main][Automation] Update .agent-versions.json (#4556)
This file is used for picking agent versions in integration tests. The file's content is based on responses from https://www.elastic.co/api/product_versions and https://snapshots.elastic.co The current update is generated based on the following requirements: ```json { "UpgradeToVersion": "8.14.0", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "8.13", "8.12", "7.17" ] } ``` Co-authored-by: apmmachine <[email protected]>
- Loading branch information