Skip to content

Commit

Permalink
[main][Automation] Update versions (#5004)
Browse files Browse the repository at this point in the history
These files are used for picking agent versions in 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.15.0

```json
{
  "UpgradeToVersion": "8.15.0",
  "CurrentMajors": 1,
  "PreviousMajors": 1,
  "PreviousMinors": 2,
  "SnapshotBranches": [
    "8.14",
    "8.13",
    "7.17"
  ]
}
```

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 26, 2024
1 parent bd1aba8 commit 4a78e5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .agent-versions.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"testVersions": [
"8.14.2-SNAPSHOT",
"8.14.1",
"8.14.1-SNAPSHOT",
"8.13.5-SNAPSHOT",
"8.13.4",
"7.17.22",
"7.17.22-SNAPSHOT"
"7.17.23-SNAPSHOT",
"7.17.22"
]
}

0 comments on commit 4a78e5e

Please sign in to comment.