From b72fb66368645d8fd245343908915bc98c498913 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 00:29:59 +0000 Subject: [PATCH] [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` ```json { "version": "9.2.0-SNAPSHOT", "build_id": "9.2.0-b231624b", "manifest_url": "https://snapshots.elastic.co/9.2.0-b231624b/manifest-9.2.0-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.2.0-b231624b/summary-9.2.0-SNAPSHOT.html", "core_version": "9.2.0", "stack_build_id": "9.2.0-b231624b-SNAPSHOT" } ``` `testing/integration/testdata/.upgrade-test-agent-versions.yml` ```json { "UpgradeToVersion": "9.2.0", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "9.1", "9.0", "8.19", "7.17" ] } ``` --- .package-version | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.package-version b/.package-version index e4e8c734b73..e6c79b511bb 100644 --- a/.package-version +++ b/.package-version @@ -1,8 +1,8 @@ { "version": "9.2.0-SNAPSHOT", - "build_id": "9.2.0-067d240b", - "manifest_url": "https://snapshots.elastic.co/9.2.0-067d240b/manifest-9.2.0-SNAPSHOT.json", - "summary_url": "https://snapshots.elastic.co/9.2.0-067d240b/summary-9.2.0-SNAPSHOT.html", + "build_id": "9.2.0-b231624b", + "manifest_url": "https://snapshots.elastic.co/9.2.0-b231624b/manifest-9.2.0-SNAPSHOT.json", + "summary_url": "https://snapshots.elastic.co/9.2.0-b231624b/summary-9.2.0-SNAPSHOT.html", "core_version": "9.2.0", - "stack_build_id": "9.2.0-067d240b-SNAPSHOT" + "stack_build_id": "9.2.0-b231624b-SNAPSHOT" } \ No newline at end of file