From 106a1a2925f6bfe29c1e378ce9fd8ae94d95e930 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 21:56:37 +0000 Subject: [PATCH] [main][Automation] Update versions (#6897) * [main][Automation] Update versions These files are used for picking the starting (pre-upgrade) or ending (post-upgrade) agent versions in upgrade 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: 9.1.0 ```json { "UpgradeToVersion": "9.1.0", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "9.0", "8.x", "7.17" ] } ``` * fix upgrade versions --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andrzej Stencel --- .../integration/testdata/.upgrade-test-agent-versions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/integration/testdata/.upgrade-test-agent-versions.yml b/testing/integration/testdata/.upgrade-test-agent-versions.yml index 8abe24a29f1..550aa561b49 100644 --- a/testing/integration/testdata/.upgrade-test-agent-versions.yml +++ b/testing/integration/testdata/.upgrade-test-agent-versions.yml @@ -5,8 +5,8 @@ # upgrade integration tests. testVersions: + - 8.19.0-SNAPSHOT - 8.18.0-SNAPSHOT - - 8.17.1-SNAPSHOT - - 8.17.0 - - 8.16.2 + - 8.17.2 + - 8.16.4 - 7.17.28-SNAPSHOT