From 544f431f0cc3bbdc172dad39f33b01a2ad351e00 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 00:29:49 +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-5b7b6dc9", "manifest_url": "https://snapshots.elastic.co/9.0.7-5b7b6dc9/manifest-9.0.7-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.0.7-5b7b6dc9/summary-9.0.7-SNAPSHOT.html", "core_version": "9.0.7", "stack_build_id": "9.0.7-5b7b6dc9-SNAPSHOT" } ``` `testing/integration/testdata/.upgrade-test-agent-versions.yml` ```json { "UpgradeToVersion": "9.0.7", "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 b23ae6c7959..8c7e57b2f1c 100644 --- a/.package-version +++ b/.package-version @@ -1,8 +1,8 @@ { "version": "9.0.7-SNAPSHOT", - "build_id": "9.0.7-4b284365", - "manifest_url": "https://snapshots.elastic.co/9.0.7-4b284365/manifest-9.0.7-SNAPSHOT.json", - "summary_url": "https://snapshots.elastic.co/9.0.7-4b284365/summary-9.0.7-SNAPSHOT.html", + "build_id": "9.0.7-5b7b6dc9", + "manifest_url": "https://snapshots.elastic.co/9.0.7-5b7b6dc9/manifest-9.0.7-SNAPSHOT.json", + "summary_url": "https://snapshots.elastic.co/9.0.7-5b7b6dc9/summary-9.0.7-SNAPSHOT.html", "core_version": "9.0.7", - "stack_build_id": "9.0.7-4b284365-SNAPSHOT" + "stack_build_id": "9.0.7-5b7b6dc9-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 828e3a3ddda..247f9844436 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-SNAPSHOT - 8.19.3 - - 8.19.3-SNAPSHOT - 8.18.6 - 7.17.30-SNAPSHOT