Skip to content

Commit 36f6383

Browse files
[main][Automation] Update versions (#11648)
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-85466054", "manifest_url": "https://snapshots.elastic.co/9.3.0-85466054/manifest-9.3.0-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.3.0-85466054/summary-9.3.0-SNAPSHOT.html", "core_version": "9.3.0", "stack_build_id": "9.3.0-85466054-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" ] } ``` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a611452 commit 36f6383

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.3.0-SNAPSHOT",
3-
"build_id": "9.3.0-008e98cd",
4-
"manifest_url": "https://snapshots.elastic.co/9.3.0-008e98cd/manifest-9.3.0-SNAPSHOT.json",
5-
"summary_url": "https://snapshots.elastic.co/9.3.0-008e98cd/summary-9.3.0-SNAPSHOT.html",
3+
"build_id": "9.3.0-85466054",
4+
"manifest_url": "https://snapshots.elastic.co/9.3.0-85466054/manifest-9.3.0-SNAPSHOT.json",
5+
"summary_url": "https://snapshots.elastic.co/9.3.0-85466054/summary-9.3.0-SNAPSHOT.html",
66
"core_version": "9.3.0",
7-
"stack_build_id": "9.3.0-008e98cd-SNAPSHOT"
7+
"stack_build_id": "9.3.0-85466054-SNAPSHOT"
88
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
testVersions:
88
- 9.2.3-SNAPSHOT
99
- 9.2.2
10+
- 9.1.9-SNAPSHOT
1011
- 9.1.8
11-
- 9.1.8-SNAPSHOT
12+
- 8.19.9-SNAPSHOT
1213
- 8.19.8
13-
- 8.19.8-SNAPSHOT
1414
- 7.17.30-SNAPSHOT

0 commit comments

Comments
 (0)