From 792cbc92508e800391a7c9b934ee098e43d6a30e Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Thu, 18 Nov 2021 16:33:23 -0500 Subject: [PATCH] Update logstash-releases.json This update incorporates: * Latest logstash release on `7.15 branch * Release of 8.0.0-beta1 * Update of 8.x snapshot to 8.1.0-SNAPSHOT This follows the precedence of #10627 to update snapshot release of 8.x to 8.1 following pre-GA releases of major branch. --- ci/logstash_releases.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ci/logstash_releases.json b/ci/logstash_releases.json index ac56f7821bc..9b11a76b870 100644 --- a/ci/logstash_releases.json +++ b/ci/logstash_releases.json @@ -2,10 +2,11 @@ "releases": { "5.x": "5.6.16", "6.x": "6.8.20", - "7.x": "7.15.1" + "7.x": "7.15.2", + "8.x": "8.0.0-beta1" }, "snapshots": { "7.x": "7.16.0-SNAPSHOT", - "8.x": "8.0.0-SNAPSHOT" + "8.x": "8.1.0-SNAPSHOT" } -} +} \ No newline at end of file