You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [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`
```json
{
"version": "9.2.0-SNAPSHOT",
"build_id": "9.2.0-c412f98a",
"manifest_url": "https://snapshots.elastic.co/9.2.0-c412f98a/manifest-9.2.0-SNAPSHOT.json",
"summary_url": "https://snapshots.elastic.co/9.2.0-c412f98a/summary-9.2.0-SNAPSHOT.html",
"core_version": "9.2.0",
"stack_build_id": "9.2.0-c412f98a-SNAPSHOT"
}
```
`testing/integration/testdata/.upgrade-test-agent-versions.yml`
```json
{
"UpgradeToVersion": "9.2.0",
"CurrentMajors": 1,
"PreviousMajors": 1,
"PreviousMinors": 2,
"SnapshotBranches": [
"9.1",
"9.0",
"8.19",
"7.17"
]
}
```
* fix: stop elastic-agent service if we need to stop endpoint
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Panos Koutsovasilis <[email protected]>
0 commit comments