Skip to content

Commit 85fafe2

Browse files
[8.x][Automation] Update versions (#6896)
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: 8.19.0 ```json { "UpgradeToVersion": "8.19.0", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "9.0", "8.x", "7.17" ] } ``` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2ac582c commit 85fafe2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

+3-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
# upgrade integration tests.
66

77
testVersions:
8-
- 8.18.0-SNAPSHOT
9-
- 8.17.1-SNAPSHOT
10-
- 8.17.0
11-
- 8.16.2
8+
- 8.19.0-SNAPSHOT
9+
- 8.17.2
10+
- 8.16.4
1211
- 7.17.28-SNAPSHOT
1312
- 7.17.27

0 commit comments

Comments
 (0)