Commit 80b1f69
authored
[8.19][Automation] Update versions (#10095)
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`
```json
{
"version": "8.19.5-SNAPSHOT",
"build_id": "8.19.5-98503b30",
"manifest_url": "https://snapshots.elastic.co/8.19.5-98503b30/manifest-8.19.5-SNAPSHOT.json",
"summary_url": "https://snapshots.elastic.co/8.19.5-98503b30/summary-8.19.5-SNAPSHOT.html",
"core_version": "8.19.5",
"stack_build_id": "8.19.5-98503b30-SNAPSHOT"
}
```
`testing/integration/testdata/.upgrade-test-agent-versions.yml`
```json
{
"UpgradeToVersion": "8.19.5",
"CurrentMajors": 1,
"PreviousMajors": 1,
"PreviousMinors": 2,
"SnapshotBranches": [
"9.1",
"9.0",
"7.17"
]
}
```
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent a0d42aa commit 80b1f69
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
0 commit comments