Skip to content

Commit 75d6eca

Browse files
[8.15][Automation] Update versions (#5411)
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.1 ```json { "UpgradeToVersion": "8.15.1", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "8.15", "8.14", "7.17" ] } ``` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Anderson Queiroz <anderson.queiroz@elastic.co>
1 parent f26b473 commit 75d6eca

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.agent-versions.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"testVersions": [
3-
"8.15.0-SNAPSHOT",
4-
"8.14.2",
5-
"8.13.4",
3+
"8.15.1-SNAPSHOT",
4+
"8.15.0",
65
"8.14.4-SNAPSHOT",
7-
"7.17.23-SNAPSHOT",
8-
"7.17.22"
6+
"8.14.3",
7+
"8.13.4",
8+
"7.17.24-SNAPSHOT",
9+
"7.17.23"
910
]
1011
}

.package-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.15.0
1+
8.15.1

0 commit comments

Comments
 (0)