Skip to content

Commit 24d8864

Browse files
[8.19][Automation] Update versions (#9679)
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": "8.19.4-SNAPSHOT", "build_id": "8.19.4-38b4b7ff", "manifest_url": "https://snapshots.elastic.co/8.19.4-38b4b7ff/manifest-8.19.4-SNAPSHOT.json", "summary_url": "https://snapshots.elastic.co/8.19.4-38b4b7ff/summary-8.19.4-SNAPSHOT.html", "core_version": "8.19.4", "stack_build_id": "8.19.4-38b4b7ff-SNAPSHOT" } ``` `testing/integration/testdata/.upgrade-test-agent-versions.yml` ```json { "UpgradeToVersion": "8.19.4", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "9.1", "9.0", "7.17" ] } ``` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 76de4d8 commit 24d8864

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
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": "8.19.3-SNAPSHOT",
3-
"build_id": "8.19.3-3e4dc033",
4-
"manifest_url": "https://snapshots.elastic.co/8.19.3-3e4dc033/manifest-8.19.3-SNAPSHOT.json",
5-
"summary_url": "https://snapshots.elastic.co/8.19.3-3e4dc033/summary-8.19.3-SNAPSHOT.html",
6-
"core_version": "8.19.3",
7-
"stack_build_id": "8.19.3-3e4dc033-SNAPSHOT"
2+
"version": "8.19.4-SNAPSHOT",
3+
"build_id": "8.19.4-38b4b7ff",
4+
"manifest_url": "https://snapshots.elastic.co/8.19.4-38b4b7ff/manifest-8.19.4-SNAPSHOT.json",
5+
"summary_url": "https://snapshots.elastic.co/8.19.4-38b4b7ff/summary-8.19.4-SNAPSHOT.html",
6+
"core_version": "8.19.4",
7+
"stack_build_id": "8.19.4-38b4b7ff-SNAPSHOT"
88
}

0 commit comments

Comments
 (0)