Skip to content

Commit 9e697d2

Browse files
[9.0][Automation] Update versions (#9300)
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.0.5-SNAPSHOT", "build_id": "9.0.5-9c9e2e26", "manifest_url": "https://snapshots.elastic.co/9.0.5-9c9e2e26/manifest-9.0.5-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.0.5-9c9e2e26/summary-9.0.5-SNAPSHOT.html", "core_version": "9.0.5", "stack_build_id": "9.0.5-9c9e2e26-SNAPSHOT" } ``` ```json { "UpgradeToVersion": "9.0.5", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "9.1", "9.0", "8.19", "7.17" ] } ``` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b29094d commit 9e697d2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-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.0.5-SNAPSHOT",
3-
"build_id": "9.0.5-122e6633",
4-
"manifest_url": "https://snapshots.elastic.co/9.0.5-122e6633/manifest-9.0.5-SNAPSHOT.json",
5-
"summary_url": "https://snapshots.elastic.co/9.0.5-122e6633/summary-9.0.5-SNAPSHOT.html",
3+
"build_id": "9.0.5-9c9e2e26",
4+
"manifest_url": "https://snapshots.elastic.co/9.0.5-9c9e2e26/manifest-9.0.5-SNAPSHOT.json",
5+
"summary_url": "https://snapshots.elastic.co/9.0.5-9c9e2e26/summary-9.0.5-SNAPSHOT.html",
66
"core_version": "9.0.5",
7-
"stack_build_id": "9.0.5-122e6633-SNAPSHOT"
7+
"stack_build_id": "9.0.5-9c9e2e26-SNAPSHOT"
88
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# upgrade integration tests.
66

77
testVersions:
8+
- 8.19.1
89
- 8.19.1-SNAPSHOT
9-
- 8.19.0
1010
- 8.18.4
1111
- 7.17.30-SNAPSHOT

0 commit comments

Comments
 (0)