Skip to content

Commit

Permalink
[main][Automation] Update versions (#6897)
Browse files Browse the repository at this point in the history
* [main][Automation] Update versions

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"
  ]
}
```

* fix upgrade versions

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Andrzej Stencel <[email protected]>
  • Loading branch information
github-actions[bot] and andrzej-stencel authored Feb 24, 2025
1 parent eeffc0e commit 106a1a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/integration/testdata/.upgrade-test-agent-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# upgrade integration tests.

testVersions:
- 8.19.0-SNAPSHOT
- 8.18.0-SNAPSHOT
- 8.17.1-SNAPSHOT
- 8.17.0
- 8.16.2
- 8.17.2
- 8.16.4
- 7.17.28-SNAPSHOT

0 comments on commit 106a1a2

Please sign in to comment.