Skip to content

Commit

Permalink
[8.17][Automation] Update versions
Browse files Browse the repository at this point in the history
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.17.3

```json
{
  "UpgradeToVersion": "8.17.3",
  "CurrentMajors": 1,
  "PreviousMajors": 1,
  "PreviousMinors": 2,
  "SnapshotBranches": [
    "9.0",
    "8.x",
    "7.17"
  ]
}
```
  • Loading branch information
github-actions[bot] committed Mar 7, 2025
1 parent 6bbafca commit 9e4a296
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

testVersions:
- 8.17.2
- 8.16.4
- 8.16.5
- 8.15.5
- 7.17.29-SNAPSHOT
- 7.17.28

0 comments on commit 9e4a296

Please sign in to comment.