Skip to content

Commit

Permalink
[main][Automation] Update .agent-versions.json (#4556)
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.14.0",
  "CurrentMajors": 1,
  "PreviousMajors": 1,
  "PreviousMinors": 2,
  "SnapshotBranches": [
    "8.13",
    "8.12",
    "7.17"
  ]
}
```

Co-authored-by: apmmachine <[email protected]>
  • Loading branch information
apmmachine and apmmachine authored Apr 10, 2024
1 parent ae523bf commit 4a839b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .agent-versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"8.13.2-SNAPSHOT",
"8.12.3-SNAPSHOT",
"8.12.2",
"7.17.20-SNAPSHOT",
"7.17.19"
"7.17.20",
"7.17.20-SNAPSHOT"
]
}

0 comments on commit 4a839b9

Please sign in to comment.