Skip to content

Commit 117ba4f

Browse files
[main][Automation] Update versions (#10244)
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-dd4147ff", "manifest_url": "https://snapshots.elastic.co/9.2.0-dd4147ff/manifest-9.2.0-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.2.0-dd4147ff/summary-9.2.0-SNAPSHOT.html", "core_version": "9.2.0", "stack_build_id": "9.2.0-dd4147ff-SNAPSHOT" } ``` `testing/integration/testdata/.upgrade-test-agent-versions.yml` ```json { "UpgradeToVersion": "9.2.0", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "9.2", "9.1", "8.19", "7.17" ] } ``` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ruben Ruiz de Gauna <[email protected]>
1 parent 0772f58 commit 117ba4f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.package-version

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"version": "9.2.0-SNAPSHOT",
3-
"build_id": "9.2.0-a10cbb5f",
4-
"manifest_url": "https://snapshots.elastic.co/9.2.0-a10cbb5f/manifest-9.2.0-SNAPSHOT.json",
5-
"summary_url": "https://snapshots.elastic.co/9.2.0-a10cbb5f/summary-9.2.0-SNAPSHOT.html",
3+
"build_id": "9.2.0-dd4147ff",
4+
"manifest_url": "https://snapshots.elastic.co/9.2.0-dd4147ff/manifest-9.2.0-SNAPSHOT.json",
5+
"summary_url": "https://snapshots.elastic.co/9.2.0-dd4147ff/summary-9.2.0-SNAPSHOT.html",
66
"core_version": "9.2.0",
7-
"stack_build_id": "9.2.0-a10cbb5f-SNAPSHOT"
7+
"stack_build_id": "9.2.0-dd4147ff-SNAPSHOT"
88
}

testing/integration/testdata/.upgrade-test-agent-versions.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
testVersions:
88
- 9.1.5-SNAPSHOT
99
- 9.1.4
10-
- 9.0.8-SNAPSHOT
1110
- 9.0.7
1211
- 8.19.5-SNAPSHOT
1312
- 8.19.4

0 commit comments

Comments
 (0)