Skip to content

Commit 4393571

Browse files
[9.3][Automation] Update versions (#15471)
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.8-SNAPSHOT", "build_id": "9.3.8-91bb2a8a", "manifest_url": "https://snapshots.elastic.co/9.3.8-91bb2a8a/manifest-9.3.8-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.3.8-91bb2a8a/summary-9.3.8-SNAPSHOT.html", "core_version": "9.3.8", "stack_version": "9.3.8-SNAPSHOT", "stack_build_id": "9.3.8-91bb2a8a-SNAPSHOT" } ``` `testing/integration/testdata/.upgrade-test-agent-versions.yml` ```json { "UpgradeToVersion": "9.3.8", "CurrentMajors": 1, "PreviousMajors": 2, "PreviousMinors": 2, "SnapshotBranches": [ "9.5", "9.4", "8.19" ] } ``` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent df4c444 commit 4393571

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.package-version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"version": "9.3.8-SNAPSHOT",
3-
"build_id": "9.3.8-55d35fa1",
4-
"manifest_url": "https://snapshots.elastic.co/9.3.8-55d35fa1/manifest-9.3.8-SNAPSHOT.json",
5-
"summary_url": "https://snapshots.elastic.co/9.3.8-55d35fa1/summary-9.3.8-SNAPSHOT.html",
3+
"build_id": "9.3.8-91bb2a8a",
4+
"manifest_url": "https://snapshots.elastic.co/9.3.8-91bb2a8a/manifest-9.3.8-SNAPSHOT.json",
5+
"summary_url": "https://snapshots.elastic.co/9.3.8-91bb2a8a/summary-9.3.8-SNAPSHOT.html",
66
"core_version": "9.3.8",
77
"stack_version": "9.3.8-SNAPSHOT",
8-
"stack_build_id": "9.3.8-55d35fa1-SNAPSHOT"
8+
"stack_build_id": "9.3.8-91bb2a8a-SNAPSHOT"
99
}

0 commit comments

Comments
 (0)