From 5b0e2a3328dde17a7e586f77005aa87a1df0dce2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 21:00:52 +0000 Subject: [PATCH] [main][Automation] Update versions (#5252) These files are used for picking agent versions in integration tests. The 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: Package version: 8.16.0 ```json { "UpgradeToVersion": "8.16.0", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "8.15", "8.14", "7.17" ] } ``` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .agent-versions.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.agent-versions.json b/.agent-versions.json index 4a9416f1423..c3cea6e0f54 100644 --- a/.agent-versions.json +++ b/.agent-versions.json @@ -4,7 +4,7 @@ "8.14.4-SNAPSHOT", "8.14.3", "8.13.4", - "7.17.23", - "7.17.23-SNAPSHOT" + "7.17.24-SNAPSHOT", + "7.17.23" ] }