Skip to content

Commit 4a839b9

Browse files
authored
[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 <apmmachine@users.noreply.github.com>
1 parent ae523bf commit 4a839b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.agent-versions.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"8.13.2-SNAPSHOT",
55
"8.12.3-SNAPSHOT",
66
"8.12.2",
7-
"7.17.20-SNAPSHOT",
8-
"7.17.19"
7+
"7.17.20",
8+
"7.17.20-SNAPSHOT"
99
]
1010
}

0 commit comments

Comments
 (0)