From f1ddae7832b0a7a5a5ff106e242b55d1ae502380 Mon Sep 17 00:00:00 2001 From: logstashmachine <43502315+logstashmachine@users.noreply.github.com> Date: Tue, 10 Mar 2026 14:37:36 +0000 Subject: [PATCH 1/4] Update release notes for 9.2.7 --- docs/release-notes/index.md | 49 +++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index dbe738418dd..87a6ffe2c5a 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -21,6 +21,55 @@ To check for security updates, go to [Security announcements for the Elastic sta % ### Fixes [logstash-next-fixes] % * +## 9.2.7 [logstash-9.2.7-release-notes] + +### Features and enhancements [logstash-9.2.7-features-enhancements] + +---------- GENERATED CONTENT STARTS HERE ------------ +=== Logstash Pull Requests with label v9.2.7 + +=== Logstash Commits between 9.2 and 9.2.6 + +Computed with "git log --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit --date=relative v9.2.6..9.2" + +22c3c6339 - (HEAD -> 9.2, origin/9.2) Update patch plugin versions in gemfile lock (#18842) (50 seconds ago) +3d459b7d9 - Fix observabilitySRE tests (#18835) (#18837) (15 hours ago) +6ace943b7 - Improve x-pack RSpec support with automatic path detection (#18785) (#18787) (11 days ago) +930590deb - Periodically run exhaustive tests on artifacts prepared with DRA pipeline (#18803) (#18822) (12 days ago) +e64185f50 - Dont run exhaustive tests on *EVERY* commmit in a branch (#18817) (#18819) (12 days ago) +34a1c4b88 - Update bundled JDK to 21.0.10 build 7 (#18781) (12 days ago) +f37e587e7 - [9.2] (backport #18522) Upgrade Log4j to 2.25.3 (#18805) (12 days ago) +d793d78ab - Bump logstash version 9.2.7 (#18815) (12 days ago) +3e4d65519 - [9.2] Upgrades kafka-integration to 11.8.4 and geoip-filter to 8.0.0 (#18809) (2 weeks ago) +ee8124586 - Release notes for 9.2.6 (#18798) (2 weeks ago) +9316f0a64 - Test rpm and deb packages on aarch64 in exhaustive test pipeline (#18780) (#18794) (3 weeks ago) +d7bdaa467 - Doc: Update svrless docs to use endpoint url (#18773) (#18791) (3 weeks ago) + +=== Logstash Plugin Release Changelogs === +Computed from "git diff v9.2.6..9.2 *.release" +Changed plugin versions: +logstash-filter-elastic_integration: 9.2.0 -> 9.2.2 +logstash-filter-geoip: 7.3.4 -> 8.0.0 +logstash-integration-kafka: 11.8.3 -> 11.8.4 +---------- GENERATED CONTENT ENDS HERE ------------ + +### Plugins [logstash-plugin-9.2.7-changes] + +**Elastic_integration Filter - 9.2.2** + +404: Not Found + +**Geoip Filter - 8.0.0** + +* Upgrade maxmind `geoip2` to 4.4.0 version [#238](https://github.com/logstash-plugins/logstash-filter-geoip/pull/238) +* Dropped support for Logstash 7.x. Minimum supported version is now Logstash 8.0.0 +* Dropped support for Java 8. Minimum required version is now Java 11 + +**Kafka Integration - 11.8.4** + +* Upgrade kafka-avro-serializer dependency [#225](https://github.com/logstash-plugins/logstash-integration-kafka/pull/225) + + ## 9.2.6 [logstash-9.2.6-release-notes] ### Fixes [logstash-9.2.6-fixes] From a695748953df8741f4762f8864b5433f65834bf0 Mon Sep 17 00:00:00 2001 From: kaisecheng <69120390+kaisecheng@users.noreply.github.com> Date: Wed, 11 Mar 2026 03:12:39 +0000 Subject: [PATCH 2/4] Curate 9.2.7 release notes --- docs/release-notes/index.md | 46 +++++++------------------------------ 1 file changed, 8 insertions(+), 38 deletions(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 87a6ffe2c5a..2edcb4d57df 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -23,52 +23,22 @@ To check for security updates, go to [Security announcements for the Elastic sta ## 9.2.7 [logstash-9.2.7-release-notes] -### Features and enhancements [logstash-9.2.7-features-enhancements] - ----------- GENERATED CONTENT STARTS HERE ------------ -=== Logstash Pull Requests with label v9.2.7 - -=== Logstash Commits between 9.2 and 9.2.6 - -Computed with "git log --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit --date=relative v9.2.6..9.2" - -22c3c6339 - (HEAD -> 9.2, origin/9.2) Update patch plugin versions in gemfile lock (#18842) (50 seconds ago) -3d459b7d9 - Fix observabilitySRE tests (#18835) (#18837) (15 hours ago) -6ace943b7 - Improve x-pack RSpec support with automatic path detection (#18785) (#18787) (11 days ago) -930590deb - Periodically run exhaustive tests on artifacts prepared with DRA pipeline (#18803) (#18822) (12 days ago) -e64185f50 - Dont run exhaustive tests on *EVERY* commmit in a branch (#18817) (#18819) (12 days ago) -34a1c4b88 - Update bundled JDK to 21.0.10 build 7 (#18781) (12 days ago) -f37e587e7 - [9.2] (backport #18522) Upgrade Log4j to 2.25.3 (#18805) (12 days ago) -d793d78ab - Bump logstash version 9.2.7 (#18815) (12 days ago) -3e4d65519 - [9.2] Upgrades kafka-integration to 11.8.4 and geoip-filter to 8.0.0 (#18809) (2 weeks ago) -ee8124586 - Release notes for 9.2.6 (#18798) (2 weeks ago) -9316f0a64 - Test rpm and deb packages on aarch64 in exhaustive test pipeline (#18780) (#18794) (3 weeks ago) -d7bdaa467 - Doc: Update svrless docs to use endpoint url (#18773) (#18791) (3 weeks ago) - -=== Logstash Plugin Release Changelogs === -Computed from "git diff v9.2.6..9.2 *.release" -Changed plugin versions: -logstash-filter-elastic_integration: 9.2.0 -> 9.2.2 -logstash-filter-geoip: 7.3.4 -> 8.0.0 -logstash-integration-kafka: 11.8.3 -> 11.8.4 ----------- GENERATED CONTENT ENDS HERE ------------ +### Updates to dependencies [logstash-9.2.7-dependencies] -### Plugins [logstash-plugin-9.2.7-changes] - -**Elastic_integration Filter - 9.2.2** +* Updated the bundled JDK to 21.0.10 build 7. +* Upgraded Log4j to 2.25.3 [#18805](https://github.com/elastic/logstash/pull/18805) -404: Not Found +### Plugins [logstash-plugin-9.2.7-changes] **Geoip Filter - 8.0.0** -* Upgrade maxmind `geoip2` to 4.4.0 version [#238](https://github.com/logstash-plugins/logstash-filter-geoip/pull/238) -* Dropped support for Logstash 7.x. Minimum supported version is now Logstash 8.0.0 -* Dropped support for Java 8. Minimum required version is now Java 11 +* Updated MaxMind GeoIP2 database library to version 4.4.0 [#238](https://github.com/logstash-plugins/logstash-filter-geoip/pull/238) +* Dropped support for Logstash 7.x. Minimum supported version is now Logstash 8.0.0. +* Dropped support for Java 8. Minimum required Java version is now Java 11. **Kafka Integration - 11.8.4** -* Upgrade kafka-avro-serializer dependency [#225](https://github.com/logstash-plugins/logstash-integration-kafka/pull/225) - +* Upgraded the kafka-avro-serializer dependency [#225](https://github.com/logstash-plugins/logstash-integration-kafka/pull/225) ## 9.2.6 [logstash-9.2.6-release-notes] From 6c1c9b990e85f7db2fed5366c75f05867bbb5ac6 Mon Sep 17 00:00:00 2001 From: Kaise <69120390+kaisecheng@users.noreply.github.com> Date: Wed, 11 Mar 2026 11:02:37 +0000 Subject: [PATCH 3/4] Remove trailing periods from 9.2.7 release notes --- docs/release-notes/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index 2edcb4d57df..ccda46f4930 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -25,7 +25,7 @@ To check for security updates, go to [Security announcements for the Elastic sta ### Updates to dependencies [logstash-9.2.7-dependencies] -* Updated the bundled JDK to 21.0.10 build 7. +* Updated the bundled JDK to 21.0.10 build 7 * Upgraded Log4j to 2.25.3 [#18805](https://github.com/elastic/logstash/pull/18805) ### Plugins [logstash-plugin-9.2.7-changes] @@ -33,8 +33,8 @@ To check for security updates, go to [Security announcements for the Elastic sta **Geoip Filter - 8.0.0** * Updated MaxMind GeoIP2 database library to version 4.4.0 [#238](https://github.com/logstash-plugins/logstash-filter-geoip/pull/238) -* Dropped support for Logstash 7.x. Minimum supported version is now Logstash 8.0.0. -* Dropped support for Java 8. Minimum required Java version is now Java 11. +* Dropped support for Logstash 7.x. Minimum supported version is now Logstash 8.0.0 +* Dropped support for Java 8. Minimum required Java version is now Java 11 **Kafka Integration - 11.8.4** From 69a24abbe35c0cfd690278f4016cd129bd331d8d Mon Sep 17 00:00:00 2001 From: Kaise <69120390+kaisecheng@users.noreply.github.com> Date: Wed, 11 Mar 2026 12:44:23 +0000 Subject: [PATCH 4/4] Apply suggestion from @kaisecheng --- docs/release-notes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/index.md b/docs/release-notes/index.md index ccda46f4930..477d5092d23 100644 --- a/docs/release-notes/index.md +++ b/docs/release-notes/index.md @@ -38,7 +38,7 @@ To check for security updates, go to [Security announcements for the Elastic sta **Kafka Integration - 11.8.4** -* Upgraded the kafka-avro-serializer dependency [#225](https://github.com/logstash-plugins/logstash-integration-kafka/pull/225) +* Upgraded the `kafka-avro-serializer` dependency [#225](https://github.com/logstash-plugins/logstash-integration-kafka/pull/225) ## 9.2.6 [logstash-9.2.6-release-notes]