From 3a773de78cf399155a16679d767a475fb554d856 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 00:28:42 +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.4-SNAPSHOT", "build_id": "9.1.4-3b9ae2c5", "manifest_url": "https://snapshots.elastic.co/9.1.4-3b9ae2c5/manifest-9.1.4-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.1.4-3b9ae2c5/summary-9.1.4-SNAPSHOT.html", "core_version": "9.1.4", "stack_build_id": "9.1.4-3b9ae2c5-SNAPSHOT" } ``` `testing/integration/testdata/.upgrade-test-agent-versions.yml` ```json { "UpgradeToVersion": "9.1.4", "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 c2cb7a07dd3..2e43cef9df2 100644 --- a/.package-version +++ b/.package-version @@ -1,8 +1,8 @@ { "version": "9.1.4-SNAPSHOT", - "build_id": "9.1.4-66e5d78c", - "manifest_url": "https://snapshots.elastic.co/9.1.4-66e5d78c/manifest-9.1.4-SNAPSHOT.json", - "summary_url": "https://snapshots.elastic.co/9.1.4-66e5d78c/summary-9.1.4-SNAPSHOT.html", + "build_id": "9.1.4-3b9ae2c5", + "manifest_url": "https://snapshots.elastic.co/9.1.4-3b9ae2c5/manifest-9.1.4-SNAPSHOT.json", + "summary_url": "https://snapshots.elastic.co/9.1.4-3b9ae2c5/summary-9.1.4-SNAPSHOT.html", "core_version": "9.1.4", - "stack_build_id": "9.1.4-66e5d78c-SNAPSHOT" + "stack_build_id": "9.1.4-3b9ae2c5-SNAPSHOT" } \ No newline at end of file