From f1a166e300d8d9674052d82f9e924e2e33758846 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 12 Jul 2024 10:49:36 +0200 Subject: [PATCH] [main][Automation] Update versions (#5100) 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.16.0 ```json { "UpgradeToVersion": "8.16.0", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "8.14", "8.15", "7.17" ] } ``` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Pierre HILBERT --- .package-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.package-version b/.package-version index f8089586e98..a8759e74384 100644 --- a/.package-version +++ b/.package-version @@ -1 +1 @@ -8.15.0 \ No newline at end of file +8.16.0 \ No newline at end of file