From c49b8e5592577792590ca93a447b85f220b24664 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 09:41:01 +0200 Subject: [PATCH] [main][Automation] Update versions (#5846) 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.0.0 ```json { "UpgradeToVersion": "9.0.0", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "8.16", "8.x", "7.17" ] } ``` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- testing/integration/testdata/.upgrade-test-agent-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/integration/testdata/.upgrade-test-agent-versions.yml b/testing/integration/testdata/.upgrade-test-agent-versions.yml index 9c54b6dc593..aeee448cb74 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.16.0-SNAPSHOT - 8.16.0-SNAPSHOT - 8.15.3 - - 8.15.3-SNAPSHOT - 8.15.2 - 7.17.25-SNAPSHOT