From 0c363211fd65fe9a95fcd2bb68fc331dcf0e9d0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 14:17:48 +0100 Subject: [PATCH] [8.16][Automation] Update versions (#6420) 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: 8.16.3 ```json { "UpgradeToVersion": "8.16.3", "CurrentMajors": 1, "PreviousMajors": 1, "PreviousMinors": 2, "SnapshotBranches": [ "8.x", "8.17", "7.17" ] } ``` Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .package-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.package-version b/.package-version index c658b08681b..10123a8c679 100644 --- a/.package-version +++ b/.package-version @@ -1 +1 @@ -8.16.2 \ No newline at end of file +8.16.3 \ No newline at end of file