Skip to content

Commit 904eddf

Browse files
authored
[main][Automation] Update .agent-versions.json (#4571)
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 <apmmachine@users.noreply.github.com>
1 parent d600673 commit 904eddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.agent-versions.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"testVersions": [
3+
"8.13.3-SNAPSHOT",
34
"8.13.2",
4-
"8.13.2-SNAPSHOT",
55
"8.12.3-SNAPSHOT",
66
"8.12.2",
7-
"7.17.20",
8-
"7.17.20-SNAPSHOT"
7+
"7.17.21-SNAPSHOT",
8+
"7.17.20"
99
]
1010
}

0 commit comments

Comments
 (0)