From f82aeffe97492a12ba2fea63ccdb6799bfde7584 Mon Sep 17 00:00:00 2001 From: Mashhur Date: Thu, 30 Jan 2025 07:44:27 -0800 Subject: [PATCH 1/3] Updare ES treeish on 9.0 branch. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 78d7c2f871a7b52b3a5f95a7d8bd51de53deb319 Mon Sep 17 00:00:00 2001 From: Mashhur Date: Thu, 30 Jan 2025 12:10:27 -0800 Subject: [PATCH 2/3] Prepare 9.0 prerelease. --- CHANGELOG.md | 6 ++++-- VERSION | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36b81edf..dc265c89 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-prerelease + - 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-beta1 + - 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..f57a62b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -8.17.1 +9.0.0-prerelease From bb7a8cdbd3108e016f27e315edfc0d0c22c38b3c Mon Sep 17 00:00:00 2001 From: Mashhur <99575341+mashhurs@users.noreply.github.com> Date: Tue, 4 Feb 2025 15:26:09 -0800 Subject: [PATCH 3/3] Apply suggestions from code review Update version and changelog to `9.0.0-prerelease01`, which opens a way to release multiple versions if necessary. --- CHANGELOG.md | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc265c89..62edf2a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -## 9.0.0-prerelease +## 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-beta1 + - Embeds Ingest Node components from Elasticsearch 9.0.0 prerelease - Compatible with Logstash 8.17+ ## 8.17.1 diff --git a/VERSION b/VERSION index f57a62b9..ce78a456 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -9.0.0-prerelease +9.0.0-prerelease01