From e3909e5dad3c8c7878576bb5c254630dd8d6540d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 15 Jul 2025 00:35:37 +0000 Subject: [PATCH] [9.0][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.0.4 ```json { "UpgradeToVersion": "9.0.4", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "9.1", "9.0", "8.19", "7.17" ] } ``` --- 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 36aeb1efb32..ade357e7bac 100644 --- a/testing/integration/testdata/.upgrade-test-agent-versions.yml +++ b/testing/integration/testdata/.upgrade-test-agent-versions.yml @@ -6,6 +6,6 @@ testVersions: - 8.19.0-SNAPSHOT - - 8.18.3 + - 8.18.3+build202507101319 - 8.17.8 - 7.17.30-SNAPSHOT