Skip to content

Commit

Permalink
[8.x][Automation] Update versions (#5876)
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.0

```json
{
  "UpgradeToVersion": "8.17.0",
  "CurrentMajors": 1,
  "PreviousMajors": 1,
  "PreviousMinors": 2,
  "SnapshotBranches": [
    "8.x",
    "8.16",
    "7.17"
  ]
}
```

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 30, 2024
1 parent fbe4e11 commit 620dbc6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions testing/integration/testdata/.upgrade-test-agent-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
# upgrade integration tests.

testVersions:
- 8.17.0-SNAPSHOT
- 8.16.0-SNAPSHOT
- 8.15.2-SNAPSHOT
- 8.15.1
- 8.15.0
- 7.17.25-SNAPSHOT
- 8.15.3
- 8.14.3
- 7.17.26-SNAPSHOT
- 7.17.25

0 comments on commit 620dbc6

Please sign in to comment.