From 4569112ac22f7b97bff63d3baeffc484e6d05ce3 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:35:27 +0000 Subject: [PATCH] [9.1][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.1.9-SNAPSHOT", "build_id": "9.1.9-9e92a28a", "manifest_url": "https://snapshots.elastic.co/9.1.9-9e92a28a/manifest-9.1.9-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.1.9-9e92a28a/summary-9.1.9-SNAPSHOT.html", "core_version": "9.1.9", "stack_build_id": "9.1.9-9e92a28a-SNAPSHOT" } ``` `testing/integration/testdata/.upgrade-test-agent-versions.yml` ```json { "UpgradeToVersion": "9.1.9", "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 72ec3c6bf1e..0f07ed93e24 100644 --- a/.package-version +++ b/.package-version @@ -1,8 +1,8 @@ { "version": "9.1.9-SNAPSHOT", - "build_id": "9.1.9-89642139", - "manifest_url": "https://snapshots.elastic.co/9.1.9-89642139/manifest-9.1.9-SNAPSHOT.json", - "summary_url": "https://snapshots.elastic.co/9.1.9-89642139/summary-9.1.9-SNAPSHOT.html", + "build_id": "9.1.9-9e92a28a", + "manifest_url": "https://snapshots.elastic.co/9.1.9-9e92a28a/manifest-9.1.9-SNAPSHOT.json", + "summary_url": "https://snapshots.elastic.co/9.1.9-9e92a28a/summary-9.1.9-SNAPSHOT.html", "core_version": "9.1.9", - "stack_build_id": "9.1.9-89642139-SNAPSHOT" + "stack_build_id": "9.1.9-9e92a28a-SNAPSHOT" } \ No newline at end of file