From 1e666dd80092edbd412c9e94f4fba9be83477046 Mon Sep 17 00:00:00 2001 From: obltmachine <150269514+obltmachine@users.noreply.github.com> Date: Fri, 17 May 2024 00:21:58 +0000 Subject: [PATCH] [main][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.0 ```json { "UpgradeToVersion": "8.15.0", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "8.14", "8.13", "7.17" ] } ``` --- .agent-versions.json | 1 + .package-version | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.agent-versions.json b/.agent-versions.json index 6b22be3a237..5953a422ae4 100644 --- a/.agent-versions.json +++ b/.agent-versions.json @@ -4,6 +4,7 @@ "8.13.5-SNAPSHOT", "8.13.4", "8.12.2", + "7.17.22-SNAPSHOT", "7.17.21" ] } diff --git a/.package-version b/.package-version index 68163fed754..f8089586e98 100644 --- a/.package-version +++ b/.package-version @@ -1 +1 @@ -8.14.0 \ No newline at end of file +8.15.0 \ No newline at end of file