From 71723ae72a1f1f42a374770d88374aa2ae4fa466 Mon Sep 17 00:00:00 2001 From: apmmachine <58790750+apmmachine@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:15:22 -0400 Subject: [PATCH] [main][Automation] Update .agent-versions.json (#4602) 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> --- .agent-versions.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.agent-versions.json b/.agent-versions.json index fedec9a501e..bbbbd9d4755 100644 --- a/.agent-versions.json +++ b/.agent-versions.json @@ -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"