From 4a48060421887247307d1417815602fb5d6068e2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 16:37:02 +0000 Subject: [PATCH] [8.15][Automation] Update versions 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.15.1 ```json { "UpgradeToVersion": "8.15.1", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "8.15", "8.14", "7.17" ] } ``` --- .agent-versions.json | 11 ++++++----- .package-version | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.agent-versions.json b/.agent-versions.json index 9a2fc2211af..07103012793 100644 --- a/.agent-versions.json +++ b/.agent-versions.json @@ -1,10 +1,11 @@ { "testVersions": [ - "8.15.0-SNAPSHOT", - "8.14.2", - "8.13.4", + "8.15.1-SNAPSHOT", + "8.15.0", "8.14.4-SNAPSHOT", - "7.17.23-SNAPSHOT", - "7.17.22" + "8.14.3", + "8.13.4", + "7.17.24-SNAPSHOT", + "7.17.23" ] } diff --git a/.package-version b/.package-version index f8089586e98..756c5ffa978 100644 --- a/.package-version +++ b/.package-version @@ -1 +1 @@ -8.15.0 \ No newline at end of file +8.15.1 \ No newline at end of file