Commit 04d7469
authored
[main][Automation] Update versions (#11405)
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": "9.3.0-SNAPSHOT",
"build_id": "9.3.0-9546ac47",
"manifest_url": "https://snapshots.elastic.co/9.3.0-9546ac47/manifest-9.3.0-SNAPSHOT.json",
"summary_url": "https://snapshots.elastic.co/9.3.0-9546ac47/summary-9.3.0-SNAPSHOT.html",
"core_version": "9.3.0",
"stack_build_id": "9.3.0-9546ac47-SNAPSHOT"
}
```
`testing/integration/testdata/.upgrade-test-agent-versions.yml`
```json
{
"UpgradeToVersion": "9.3.0",
"CurrentMajors": 1,
"PreviousMajors": 1,
"PreviousMinors": 2,
"SnapshotBranches": [
"9.2",
"9.1",
"8.19",
"7.17"
]
}
```
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>1 parent 6d93b13 commit 04d7469
File tree
2 files changed
+5
-5
lines changed- testing/integration/testdata
2 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
0 commit comments