From 49dcfcc12cb65130517bf50bbfe2aeb8bca1ff56 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 00:29:56 +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` ```json { "version": "9.0.7-SNAPSHOT", "build_id": "9.0.7-8a85517a", "manifest_url": "https://snapshots.elastic.co/9.0.7-8a85517a/manifest-9.0.7-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.0.7-8a85517a/summary-9.0.7-SNAPSHOT.html", "core_version": "9.0.7", "stack_build_id": "9.0.7-8a85517a-SNAPSHOT" } ``` `testing/integration/testdata/.upgrade-test-agent-versions.yml` ```json { "UpgradeToVersion": "9.0.8", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "9.1", "9.0", "8.19", "7.17" ] } ``` --- .package-version | 8 ++++---- .../integration/testdata/.upgrade-test-agent-versions.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.package-version b/.package-version index 1f88d6750d9..b9bea98ad7d 100644 --- a/.package-version +++ b/.package-version @@ -1,8 +1,8 @@ { "version": "9.0.7-SNAPSHOT", - "build_id": "9.0.7-82c5fa0a", - "manifest_url": "https://snapshots.elastic.co/9.0.7-82c5fa0a/manifest-9.0.7-SNAPSHOT.json", - "summary_url": "https://snapshots.elastic.co/9.0.7-82c5fa0a/summary-9.0.7-SNAPSHOT.html", + "build_id": "9.0.7-8a85517a", + "manifest_url": "https://snapshots.elastic.co/9.0.7-8a85517a/manifest-9.0.7-SNAPSHOT.json", + "summary_url": "https://snapshots.elastic.co/9.0.7-8a85517a/summary-9.0.7-SNAPSHOT.html", "core_version": "9.0.7", - "stack_build_id": "9.0.7-82c5fa0a-SNAPSHOT" + "stack_build_id": "9.0.7-8a85517a-SNAPSHOT" } \ No newline at end of file diff --git a/testing/integration/testdata/.upgrade-test-agent-versions.yml b/testing/integration/testdata/.upgrade-test-agent-versions.yml index ea5934b1ca7..4f02b588ef7 100644 --- a/testing/integration/testdata/.upgrade-test-agent-versions.yml +++ b/testing/integration/testdata/.upgrade-test-agent-versions.yml @@ -5,7 +5,7 @@ # upgrade integration tests. testVersions: + - 8.19.4 - 8.19.4-SNAPSHOT - - 8.19.3 - 8.18.7 - 7.17.30-SNAPSHOT