From 398c6bb9f41acd6c54cba3f6b8630df91b51c765 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 00:33:23 +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.3.0-SNAPSHOT", "build_id": "9.3.0-dc40bddc", "manifest_url": "https://snapshots.elastic.co/9.3.0-dc40bddc/manifest-9.3.0-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.3.0-dc40bddc/summary-9.3.0-SNAPSHOT.html", "core_version": "9.3.0", "stack_build_id": "9.3.0-dc40bddc-SNAPSHOT" } ``` `testing/integration/testdata/.upgrade-test-agent-versions.yml` ```json { "UpgradeToVersion": "9.3.0", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "9.2", "9.1", "8.19", "7.17" ] } ``` --- .package-version | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.package-version b/.package-version index 73382e31839..5b0acd5d33c 100644 --- a/.package-version +++ b/.package-version @@ -1,8 +1,8 @@ { "version": "9.3.0-SNAPSHOT", - "build_id": "9.3.0-7c793a5b", - "manifest_url": "https://snapshots.elastic.co/9.3.0-7c793a5b/manifest-9.3.0-SNAPSHOT.json", - "summary_url": "https://snapshots.elastic.co/9.3.0-7c793a5b/summary-9.3.0-SNAPSHOT.html", + "build_id": "9.3.0-dc40bddc", + "manifest_url": "https://snapshots.elastic.co/9.3.0-dc40bddc/manifest-9.3.0-SNAPSHOT.json", + "summary_url": "https://snapshots.elastic.co/9.3.0-dc40bddc/summary-9.3.0-SNAPSHOT.html", "core_version": "9.3.0", - "stack_build_id": "9.3.0-7c793a5b-SNAPSHOT" + "stack_build_id": "9.3.0-dc40bddc-SNAPSHOT" } \ No newline at end of file