From e9f36b218c59ddfc0a38cf878cefda3ab3c62cf7 Mon Sep 17 00:00:00 2001 From: logstashmachine <43502315+logstashmachine@users.noreply.github.com> Date: Mon, 8 Jan 2024 08:44:50 +0000 Subject: [PATCH 1/2] Update release notes for 8.11.4 --- docs/static/releasenotes.asciidoc | 73 ++++++++++++++++++++++++++++++- 1 file changed, 72 insertions(+), 1 deletion(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 8432c13239a..28fcd8252e5 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in the following releases: +* <> * <> * <> * <> @@ -51,6 +52,76 @@ This section summarizes the changes in the following releases: * <> +[[logstash-8-11-4]] +=== Logstash 8.11.4 Release Notes + +---------- GENERATED CONTENT STARTS HERE ------------ +=== Logstash Pull Requests with label v8.11.4 + +* Remove temporary dependencies in logstash-core.gemspec https://github.com/elastic/logstash/pull/15694[#15694] +* Refactor qa/acceptance tests to get away from vagrant https://github.com/elastic/logstash/pull/15696[#15696] +* [ci] Reusable unit + IT test steps for Buildkite https://github.com/elastic/logstash/pull/15708[#15708] +* [ci] Add testing phase to exhaustive tests suite https://github.com/elastic/logstash/pull/15711[#15711] +* Backport PR #15708 to 8.11: [ci] Reusable unit + IT test steps for Buildkite https://github.com/elastic/logstash/pull/15714[#15714] +* Backport PR #15711 to 8.11: [ci] Add testing phase to exhaustive tests suite https://github.com/elastic/logstash/pull/15717[#15717] +* Don't block triggered JDK matrix Buildkite jobs https://github.com/elastic/logstash/pull/15729[#15729] +* Backport PR #15729 to 8.11: Don't block triggered JDK matrix Buildkite jobs https://github.com/elastic/logstash/pull/15731[#15731] +* Skip input step when triggering JDK matrix jobs https://github.com/elastic/logstash/pull/15733[#15733] +* Backport PR #15733 to 8.11: Skip input step when triggering JDK matrix jobs https://github.com/elastic/logstash/pull/15735[#15735] +* JUnit result annotation for Buildkite PR jobs https://github.com/elastic/logstash/pull/15741[#15741] +* Backport PR #15741 to 8.11: JUnit result annotation for Buildkite PR jobs https://github.com/elastic/logstash/pull/15745[#15745] + +=== Logstash Commits between 8.11 and 8.11.3 + +Computed with "git log --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit --date=relative v8.11.3..8.11" + +8113f77d2 - (HEAD -> 8.11, origin/8.11) bump lock file for 8.11 (#15750) (3 days ago) +8727fe8e1 - JUnit result annotation for Buildkite PR jobs (#15741) (#15745) (4 days ago) +c557a9b7e - Skip input step when triggering JDK matrix jobs (#15733) (#15735) (6 days ago) +5871b600e - Don't block triggered JDK matrix Buildkite jobs (#15729) (#15731) (6 days ago) +84b4fec2d - [ci] Add testing phase to exhaustive tests suite (#15711) (#15717) (3 weeks ago) +86ea32067 - [ci] Reusable unit + IT test steps for Buildkite (#15708) (#15714) (3 weeks ago) +7c0fc32f8 - Remove temporary dependencies in logstash-core.gemspec (#15694) (3 weeks ago) +a45349ea4 - Release notes for 8.11.3 (#15681) (4 weeks ago) +53d154c54 - bump version to 8.11.4 (#15682) (4 weeks ago) +7e9f9e079 - Doc: Add docs for extending integrations with filter-elastic_integrations (#15518) (#15675) (5 weeks ago) + +=== Logstash Plugin Release Changelogs === +Computed from "git diff v8.11.3..8.11 *.release" +Changed plugin versions: +logstash-codec-netflow: 4.3.0 -> 4.3.2 +logstash-filter-json: 3.2.0 -> 3.2.1 +logstash-input-file: 4.4.5 -> 4.4.6 +logstash-input-twitter: 4.1.0 -> 4.1.1 +logstash-output-csv: 3.0.9 -> 3.0.10 +---------- GENERATED CONTENT ENDS HERE ------------ + +==== Plugins + +*Netflow Codec - 4.3.2* + +* Updates the milliseconds rounding for IPFIX start/end milliseconds fields. +* Fix the test to run on Logstash 8 with microseconds precision. https://github.com/logstash-plugins/logstash-codec-netflow/pull/206[#206] + +* Fixed unable to initialize the plugin with Logstash 8.10+ https://github.com/logstash-plugins/logstash-codec-netflow/pull/205[#205] + +*Json Filter - 3.2.1* + +* Fix tag on failure test https://github.com/logstash-plugins/logstash-filter-json/pull/52[#52] + +*File Input - 4.4.6* + +* Change read mode to immediately stop consuming buffered lines when shutdown is requested https://github.com/logstash-plugins/logstash-input-file/pull/322[#322] + +*Twitter Input - 4.1.1* + +* Bumped `public_suffix` gem version to `> 4` `< 6` https://github.com/logstash-plugins/logstash-input-twitter/pull/77[#77] + +*Csv Output - 3.0.10* + +* Extend `spreadsheet_safe` prefix guard to '-', '+', and '@' https://github.com/logstash-plugins/logstash-output-csv/pull/27[#27] + + [[logstash-8-11-3]] === Logstash 8.11.3 Release Notes @@ -1914,4 +1985,4 @@ We have added another flag to the Benchmark CLI to allow passing a data file wit This feature allows users to run the Benchmark CLI in a custom test case with a custom config and a custom dataset. https://github.com/elastic/logstash/pull/12437[#12437] ==== Plugin releases -Plugins align with release 7.14.0 +Plugins align with release 7.14.0 \ No newline at end of file From 9aae64742c42abb5e418ffa4f84c8dbf6bd133c5 Mon Sep 17 00:00:00 2001 From: andsel Date: Mon, 8 Jan 2024 10:03:24 +0100 Subject: [PATCH 2/2] Cleaned the release notes --- docs/static/releasenotes.asciidoc | 41 +------------------------------ 1 file changed, 1 insertion(+), 40 deletions(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 28fcd8252e5..48597546981 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -55,46 +55,7 @@ This section summarizes the changes in the following releases: [[logstash-8-11-4]] === Logstash 8.11.4 Release Notes ----------- GENERATED CONTENT STARTS HERE ------------ -=== Logstash Pull Requests with label v8.11.4 - -* Remove temporary dependencies in logstash-core.gemspec https://github.com/elastic/logstash/pull/15694[#15694] -* Refactor qa/acceptance tests to get away from vagrant https://github.com/elastic/logstash/pull/15696[#15696] -* [ci] Reusable unit + IT test steps for Buildkite https://github.com/elastic/logstash/pull/15708[#15708] -* [ci] Add testing phase to exhaustive tests suite https://github.com/elastic/logstash/pull/15711[#15711] -* Backport PR #15708 to 8.11: [ci] Reusable unit + IT test steps for Buildkite https://github.com/elastic/logstash/pull/15714[#15714] -* Backport PR #15711 to 8.11: [ci] Add testing phase to exhaustive tests suite https://github.com/elastic/logstash/pull/15717[#15717] -* Don't block triggered JDK matrix Buildkite jobs https://github.com/elastic/logstash/pull/15729[#15729] -* Backport PR #15729 to 8.11: Don't block triggered JDK matrix Buildkite jobs https://github.com/elastic/logstash/pull/15731[#15731] -* Skip input step when triggering JDK matrix jobs https://github.com/elastic/logstash/pull/15733[#15733] -* Backport PR #15733 to 8.11: Skip input step when triggering JDK matrix jobs https://github.com/elastic/logstash/pull/15735[#15735] -* JUnit result annotation for Buildkite PR jobs https://github.com/elastic/logstash/pull/15741[#15741] -* Backport PR #15741 to 8.11: JUnit result annotation for Buildkite PR jobs https://github.com/elastic/logstash/pull/15745[#15745] - -=== Logstash Commits between 8.11 and 8.11.3 - -Computed with "git log --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit --date=relative v8.11.3..8.11" - -8113f77d2 - (HEAD -> 8.11, origin/8.11) bump lock file for 8.11 (#15750) (3 days ago) -8727fe8e1 - JUnit result annotation for Buildkite PR jobs (#15741) (#15745) (4 days ago) -c557a9b7e - Skip input step when triggering JDK matrix jobs (#15733) (#15735) (6 days ago) -5871b600e - Don't block triggered JDK matrix Buildkite jobs (#15729) (#15731) (6 days ago) -84b4fec2d - [ci] Add testing phase to exhaustive tests suite (#15711) (#15717) (3 weeks ago) -86ea32067 - [ci] Reusable unit + IT test steps for Buildkite (#15708) (#15714) (3 weeks ago) -7c0fc32f8 - Remove temporary dependencies in logstash-core.gemspec (#15694) (3 weeks ago) -a45349ea4 - Release notes for 8.11.3 (#15681) (4 weeks ago) -53d154c54 - bump version to 8.11.4 (#15682) (4 weeks ago) -7e9f9e079 - Doc: Add docs for extending integrations with filter-elastic_integrations (#15518) (#15675) (5 weeks ago) - -=== Logstash Plugin Release Changelogs === -Computed from "git diff v8.11.3..8.11 *.release" -Changed plugin versions: -logstash-codec-netflow: 4.3.0 -> 4.3.2 -logstash-filter-json: 3.2.0 -> 3.2.1 -logstash-input-file: 4.4.5 -> 4.4.6 -logstash-input-twitter: 4.1.0 -> 4.1.1 -logstash-output-csv: 3.0.9 -> 3.0.10 ----------- GENERATED CONTENT ENDS HERE ------------ +No user-facing changes in Logstash core. ==== Plugins