Skip to content

Commit 50743fb

Browse files
[main][Automation] Update .agent-versions.json (#4732)
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 <150269514+obltmachine@users.noreply.github.com>
1 parent ff8c373 commit 50743fb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.agent-versions.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"testVersions": [
33
"8.14.0-SNAPSHOT",
4-
"8.13.3",
5-
"8.13.3-SNAPSHOT",
4+
"8.13.4",
5+
"8.13.4-SNAPSHOT",
66
"8.12.2",
7-
"7.17.21",
8-
"7.17.21-SNAPSHOT"
7+
"7.17.22-SNAPSHOT",
8+
"7.17.21"
99
]
1010
}

0 commit comments

Comments
 (0)