Skip to content

Commit 03b3b14

Browse files
[main][Automation] Update versions (#7630)
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.1.0 ```json { "UpgradeToVersion": "9.1.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 4234012 commit 03b3b14

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.package-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.1.0
1+
9.1.0

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
testVersions:
88
- 9.0.0-SNAPSHOT
99
- 8.19.0-SNAPSHOT
10-
- 8.17.2
11-
- 8.16.4
12-
- 7.17.28-SNAPSHOT
10+
- 8.17.4
11+
- 8.16.6
12+
- 7.17.29-SNAPSHOT

0 commit comments

Comments
 (0)