Skip to content

Commit 54e3772

Browse files
github-actions[bot]swiatekm
authored andcommitted
[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.5-SNAPSHOT", "build_id": "9.1.5-5028ec55", "manifest_url": "https://snapshots.elastic.co/9.1.5-5028ec55/manifest-9.1.5-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.1.5-5028ec55/summary-9.1.5-SNAPSHOT.html", "core_version": "9.1.5", "stack_build_id": "9.1.5-5028ec55-SNAPSHOT" } ``` `testing/integration/testdata/.upgrade-test-agent-versions.yml` ```json { "UpgradeToVersion": "9.1.5", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "9.1", "9.0", "8.19", "7.17" ] } ```
1 parent 22a27dd commit 54e3772

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.package-version

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"version": "9.1.4-SNAPSHOT",
3-
"build_id": "9.1.4-01a3f106",
4-
"manifest_url": "https://snapshots.elastic.co/9.1.4-01a3f106/manifest-9.1.4-SNAPSHOT.json",
5-
"summary_url": "https://snapshots.elastic.co/9.1.4-01a3f106/summary-9.1.4-SNAPSHOT.html",
6-
"core_version": "9.1.4",
7-
"stack_build_id": "9.1.4-01a3f106-SNAPSHOT"
2+
"version": "9.1.5-SNAPSHOT",
3+
"build_id": "9.1.5-5028ec55",
4+
"manifest_url": "https://snapshots.elastic.co/9.1.5-5028ec55/manifest-9.1.5-SNAPSHOT.json",
5+
"summary_url": "https://snapshots.elastic.co/9.1.5-5028ec55/summary-9.1.5-SNAPSHOT.html",
6+
"core_version": "9.1.5",
7+
"stack_build_id": "9.1.5-5028ec55-SNAPSHOT"
88
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
# upgrade integration tests.
66

77
testVersions:
8+
- 9.0.8-SNAPSHOT
89
- 9.0.7
9-
- 9.0.7-SNAPSHOT
10+
- 8.19.5-SNAPSHOT
1011
- 8.19.4
11-
- 8.19.4-SNAPSHOT
1212
- 7.17.30-SNAPSHOT

0 commit comments

Comments
 (0)