Skip to content

Commit da89fed

Browse files
[9.2][Automation] Update versions (#10841)
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.1-SNAPSHOT", "build_id": "9.2.1-a3524b72", "manifest_url": "https://snapshots.elastic.co/9.2.1-a3524b72/manifest-9.2.1-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/9.2.1-a3524b72/summary-9.2.1-SNAPSHOT.html", "core_version": "9.2.1", "stack_build_id": "9.2.1-a3524b72-SNAPSHOT" } ``` `testing/integration/testdata/.upgrade-test-agent-versions.yml` ```json { "UpgradeToVersion": "9.2.1", "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: Pierre HILBERT <[email protected]>
1 parent 0797a66 commit da89fed

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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.2.0-SNAPSHOT",
3-
"build_id": "9.2.0-35caaf1a",
4-
"manifest_url": "https://snapshots.elastic.co/9.2.0-35caaf1a/manifest-9.2.0-SNAPSHOT.json",
5-
"summary_url": "https://snapshots.elastic.co/9.2.0-35caaf1a/summary-9.2.0-SNAPSHOT.html",
6-
"core_version": "9.2.0",
7-
"stack_build_id": "9.2.0-35caaf1a-SNAPSHOT"
2+
"version": "9.2.1-SNAPSHOT",
3+
"build_id": "9.2.1-a3524b72",
4+
"manifest_url": "https://snapshots.elastic.co/9.2.1-a3524b72/manifest-9.2.1-SNAPSHOT.json",
5+
"summary_url": "https://snapshots.elastic.co/9.2.1-a3524b72/summary-9.2.1-SNAPSHOT.html",
6+
"core_version": "9.2.1",
7+
"stack_build_id": "9.2.1-a3524b72-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,8 +5,8 @@
55
# upgrade integration tests.
66

77
testVersions:
8+
- 9.1.7-SNAPSHOT
89
- 9.1.6
9-
- 9.1.6-SNAPSHOT
1010
- 9.0.8
1111
- 8.19.6
1212
- 8.19.6-SNAPSHOT

0 commit comments

Comments
 (0)