Skip to content

Commit 4ccfa7d

Browse files
Prepare 9.0.0 prerelease (#265) (#271)
* Updare ES treeish on 9.0 branch. * Prepare 9.0 prerelease. (cherry picked from commit 2f1c029) Co-authored-by: Mashhur <[email protected]>
1 parent afc0621 commit 4ccfa7d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
## UNRELEASED
2-
- 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.
1+
## 9.0.0-prerelease01
2+
- Pre-release for 9.0, no functional change [#265](https://github.com/elastic/logstash-filter-elastic_integration/pull/265)
3+
- Embeds Ingest Node components from Elasticsearch 9.0.0 prerelease
4+
- Compatible with Logstash 8.17+
35

46
## 8.17.1
57
- 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)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.17.1
1+
9.0.0-prerelease01

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
LOGSTASH_PATH=../../logstash
2-
ELASTICSEARCH_TREEISH=main
2+
ELASTICSEARCH_TREEISH=9.0

0 commit comments

Comments
 (0)