Skip to content

Commit 091dbb7

Browse files
[main][Automation] Update versions (#6238)
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: 9.0.0 ```json { "UpgradeToVersion": "9.0.0", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "8.x", "8.17", "7.17" ] } ``` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 950e1d7 commit 091dbb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

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

77
testVersions:
8+
- 8.18.0-SNAPSHOT
89
- 8.17.0-SNAPSHOT
9-
- 8.16.1-SNAPSHOT
10+
- 8.16.1
1011
- 8.16.0
11-
- 8.15.4
12-
- 7.17.26-SNAPSHOT
12+
- 7.17.27-SNAPSHOT

0 commit comments

Comments
 (0)