From b42d2dfcad57728f940d87bb02414d4a4e0444cc Mon Sep 17 00:00:00 2001 From: Mashhur <99575341+mashhurs@users.noreply.github.com> Date: Tue, 4 Feb 2025 16:06:56 -0800 Subject: [PATCH] Prepare 9.0.0 prerelease (#265) * Updare ES treeish on 9.0 branch. * Prepare 9.0 prerelease. (cherry picked from commit 2f1c0298803fbd86aaffab7017c2bcd8d218b98b) --- CHANGELOG.md | 6 ++++-- VERSION | 2 +- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b81edf..62edf2a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ -## UNRELEASED - - Releases from `main` are not desired until we get closer to Stack 9.x, and beginning the changelog with something other than release notes matching the version will prevent the plugin release tooling from allowing publication. +## 9.0.0-prerelease01 + - Pre-release for 9.0, no functional change [#265](https://github.com/elastic/logstash-filter-elastic_integration/pull/265) + - Embeds Ingest Node components from Elasticsearch 9.0.0 prerelease + - Compatible with Logstash 8.17+ ## 8.17.1 - Provides a guidance in logs when plugin version mismatches with connected Elasticsearch `major.minor` version [#255](https://github.com/elastic/logstash-filter-elastic_integration/pull/255) diff --git a/VERSION b/VERSION index 8b8c9062..ce78a456 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.17.1 +9.0.0-prerelease01 diff --git a/gradle.properties b/gradle.properties index 89483d25..8b8f9bce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ LOGSTASH_PATH=../../logstash -ELASTICSEARCH_TREEISH=main +ELASTICSEARCH_TREEISH=9.0