Skip to content

Commit

Permalink
[main][Automation] Update .agent-versions.json (elastic#4602)
Browse files Browse the repository at this point in the history
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.15.0",
  "CurrentMajors": 1,
  "PreviousMajors": 1,
  "PreviousMinors": 2,
  "SnapshotBranches": [
    "8.14",
    "8.13",
    "7.17"
  ]
}
```

Co-authored-by: obltmachine <[email protected]>
  • Loading branch information
apmmachine and obltmachine authored Apr 22, 2024
1 parent d48ac97 commit 71723ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .agent-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"testVersions": [
"8.13.3-SNAPSHOT",
"8.13.2",
"8.12.3-SNAPSHOT",
"8.12.2",
"7.17.21-SNAPSHOT",
"7.17.20"
Expand Down

0 comments on commit 71723ae

Please sign in to comment.