From 93f2fbe804d9fd1a1111bc165d52e15052e8310b Mon Sep 17 00:00:00 2001 From: logstashmachine <43502315+logstashmachine@users.noreply.github.com> Date: Wed, 11 Oct 2023 18:00:02 +0000 Subject: [PATCH 1/5] Update release notes for 8.10.4 --- docs/static/releasenotes.asciidoc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 1bdb80c7dfd..448115f4745 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -3,6 +3,7 @@ This section summarizes the changes in the following releases: +* <> * <> * <> * <> @@ -46,6 +47,29 @@ This section summarizes the changes in the following releases: * <> +[[logstash-8-10-4]] +=== Logstash 8.10.4 Release Notes + +---------- GENERATED CONTENT STARTS HERE ------------ +=== Logstash Pull Requests with label v8.10.4 + +=== Logstash Commits between 8.10 and 8.10.3 + +Computed with "git log --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit --date=relative v8.10.3..8.10" + +5a454c126 - (HEAD -> 8.10, origin/8.10) Update core to 8.10.4 (#15422) (25 hours ago) +5dc58c3b3 - Update Guava dependency to 32.1.2 (#15394) (#15419) (25 hours ago) +5ce593cc0 - [ci] Fix backport bug for 8.10 with buildkite DRA (#15406) (33 hours ago) +a88f82e77 - Release notes for 8.10.3 (#15390) (2 days ago) +bdc7f26c2 - [ci] Backport Buildkite DRA pipeline+scripts to 8.10 (#15392) (5 days ago) + +=== Logstash Plugin Release Changelogs === +Computed from "git diff v8.10.3..8.10 *.release" +Changed plugin versions: +---------- GENERATED CONTENT ENDS HERE ------------ + +==== Plugins + [[logstash-8-10-3]] === Logstash 8.10.3 Release Notes From b3116d2265a7963e41b561c6c635c0432b8409de Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Thu, 12 Oct 2023 09:52:37 -0400 Subject: [PATCH 2/5] Added known issues and dependency updates --- docs/static/releasenotes.asciidoc | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 448115f4745..9c017f3c220 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -50,25 +50,24 @@ This section summarizes the changes in the following releases: [[logstash-8-10-4]] === Logstash 8.10.4 Release Notes ----------- GENERATED CONTENT STARTS HERE ------------ -=== Logstash Pull Requests with label v8.10.4 +[[known-issues-8.10.4]] +==== Known issues -=== Logstash Commits between 8.10 and 8.10.3 +These plugins may fail in Logstash 8.10.4: -Computed with "git log --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit --date=relative v8.10.3..8.10" +*Imap input plugin* -5a454c126 - (HEAD -> 8.10, origin/8.10) Update core to 8.10.4 (#15422) (25 hours ago) -5dc58c3b3 - Update Guava dependency to 32.1.2 (#15394) (#15419) (25 hours ago) -5ce593cc0 - [ci] Fix backport bug for 8.10 with buildkite DRA (#15406) (33 hours ago) -a88f82e77 - Release notes for 8.10.3 (#15390) (2 days ago) -bdc7f26c2 - [ci] Backport Buildkite DRA pipeline+scripts to 8.10 (#15392) (5 days ago) +** Due to JRuby upgrade, the plugin is broken and will be unbundled. Details and updates are available in https://github.com/logstash-plugins/logstash-input-imap/issues/61[GitHub issue #61]. -=== Logstash Plugin Release Changelogs === -Computed from "git diff v8.10.3..8.10 *.release" -Changed plugin versions: ----------- GENERATED CONTENT ENDS HERE ------------ +*Email output plugin* + +** Plugin raises `LoadError: no such file to load -- net/smtp` runtime error. See the issue details and work around in https://github.com/logstash-plugins/logstash-output-email/issues/68[GitHub issue #68]. + +[[dependencies-8.10.4]] +==== Updates to dependencies + +* Update Guava dependency to 32.1.2 https://github.com/elastic/logstash/pull/15419[#15419] -==== Plugins [[logstash-8-10-3]] === Logstash 8.10.3 Release Notes From cc31b34a26c212973260866ac7b5120617fe4892 Mon Sep 17 00:00:00 2001 From: Karen Metts <35154725+karenzone@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:25:04 -0400 Subject: [PATCH 3/5] Add avro codec to known issues --- docs/static/releasenotes.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 9c017f3c220..ce71092bfee 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -54,6 +54,10 @@ This section summarizes the changes in the following releases: ==== Known issues These plugins may fail in Logstash 8.10.4: +*Avro codec plugin* + +The avro codec plugin may fail with an `(Errno::ENOENT) No such file or directory` error https://github.com/logstash-plugins/logstash-codec-avro/issues/42[#42]. +This issue has been resolved in plugin v3.4.1 https://github.com/logstash-plugins/logstash-codec-avro/pull/43. *Imap input plugin* From fc823309bc8c29c18e623da47a51ea594ceea613 Mon Sep 17 00:00:00 2001 From: Karen Metts <35154725+karenzone@users.noreply.github.com> Date: Mon, 16 Oct 2023 18:27:02 -0400 Subject: [PATCH 4/5] Fix indent --- docs/static/releasenotes.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index ce71092bfee..3edc8efc298 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -56,7 +56,7 @@ This section summarizes the changes in the following releases: These plugins may fail in Logstash 8.10.4: *Avro codec plugin* -The avro codec plugin may fail with an `(Errno::ENOENT) No such file or directory` error https://github.com/logstash-plugins/logstash-codec-avro/issues/42[#42]. +** The avro codec plugin may fail with an `(Errno::ENOENT) No such file or directory` error https://github.com/logstash-plugins/logstash-codec-avro/issues/42[#42]. This issue has been resolved in plugin v3.4.1 https://github.com/logstash-plugins/logstash-codec-avro/pull/43. *Imap input plugin* From 54a2ef97f6318616c0de14ec09a29c7b3fcf28a4 Mon Sep 17 00:00:00 2001 From: Karen Metts Date: Mon, 16 Oct 2023 19:56:43 -0400 Subject: [PATCH 5/5] Reformat known issues to be concise --- docs/static/releasenotes.asciidoc | 64 +++++++++++++++++-------------- 1 file changed, 35 insertions(+), 29 deletions(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 3edc8efc298..a6ddfdadd86 100644 --- a/docs/static/releasenotes.asciidoc +++ b/docs/static/releasenotes.asciidoc @@ -54,18 +54,16 @@ This section summarizes the changes in the following releases: ==== Known issues These plugins may fail in Logstash 8.10.4: -*Avro codec plugin* -** The avro codec plugin may fail with an `(Errno::ENOENT) No such file or directory` error https://github.com/logstash-plugins/logstash-codec-avro/issues/42[#42]. -This issue has been resolved in plugin v3.4.1 https://github.com/logstash-plugins/logstash-codec-avro/pull/43. +* *Avro codec plugin.* +The avro codec plugin may fail with an `(Errno::ENOENT) No such file or directory` error https://github.com/logstash-plugins/logstash-codec-avro/issues/42[#42]. +This issue has been resolved in plugin v3.4.1 https://github.com/logstash-plugins/logstash-codec-avro/pull/43[#43]. -*Imap input plugin* +* *Imap input plugin.* +Due to JRuby upgrade, the plugin is broken and will be unbundled. Details and updates are available in https://github.com/logstash-plugins/logstash-input-imap/issues/61[GitHub issue #61]. -** Due to JRuby upgrade, the plugin is broken and will be unbundled. Details and updates are available in https://github.com/logstash-plugins/logstash-input-imap/issues/61[GitHub issue #61]. - -*Email output plugin* - -** Plugin raises `LoadError: no such file to load -- net/smtp` runtime error. See the issue details and work around in https://github.com/logstash-plugins/logstash-output-email/issues/68[GitHub issue #68]. +* *Email output plugin.* +Plugin raises `LoadError: no such file to load -- net/smtp` runtime error. See the issue details and work around in https://github.com/logstash-plugins/logstash-output-email/issues/68[GitHub issue #68]. [[dependencies-8.10.4]] ==== Updates to dependencies @@ -81,13 +79,15 @@ This issue has been resolved in plugin v3.4.1 https://github.com/logstash-plugin These plugins may fail in Logstash 8.10.3: -*Imap input plugin* - -** Due to JRuby upgrade, the plugin is broken and will be unbundled. Details and updates are available in https://github.com/logstash-plugins/logstash-input-imap/issues/61[GitHub issue #61]. +* *Avro codec plugin.* +The avro codec plugin may fail with an `(Errno::ENOENT) No such file or directory` error https://github.com/logstash-plugins/logstash-codec-avro/issues/42[#42]. +This issue has been resolved in plugin v3.4.1 https://github.com/logstash-plugins/logstash-codec-avro/pull/43[#43]. -*Email output plugin* +* *Imap input plugin.* +Due to JRuby upgrade, the plugin is broken and will be unbundled. Details and updates are available in https://github.com/logstash-plugins/logstash-input-imap/issues/61[GitHub issue #61]. -** Plugin raises `LoadError: no such file to load -- net/smtp` runtime error. See the issue details and work around in https://github.com/logstash-plugins/logstash-output-email/issues/68[GitHub issue #68]. +* *Email output plugin.* +Plugin raises `LoadError: no such file to load -- net/smtp` runtime error. See the issue details and work around in https://github.com/logstash-plugins/logstash-output-email/issues/68[GitHub issue #68]. ==== Plugins @@ -129,13 +129,15 @@ These plugins may fail in Logstash 8.10.3: These plugins may fail in Logstash 8.10.2: -*Imap input plugin* +* *Avro codec plugin.* +The avro codec plugin may fail with an `(Errno::ENOENT) No such file or directory` error https://github.com/logstash-plugins/logstash-codec-avro/issues/42[#42]. +This issue has been resolved in plugin v3.4.1 https://github.com/logstash-plugins/logstash-codec-avro/pull/43[#43]. -** Due to JRuby upgrade, the plugin is broken and will be unbundled. Details and updates are available in https://github.com/logstash-plugins/logstash-input-imap/issues/61[GitHub issue #61]. +* *Imap input plugin.* +Due to JRuby upgrade, the plugin is broken and will be unbundled. Details and updates are available in https://github.com/logstash-plugins/logstash-input-imap/issues/61[GitHub issue #61]. -*Email output plugin* - -** Plugin raises `LoadError: no such file to load -- net/smtp` runtime error. See the issue details and work around in https://github.com/logstash-plugins/logstash-output-email/issues/68[GitHub issue #68]. +* *Email output plugin.* +Plugin raises `LoadError: no such file to load -- net/smtp` runtime error. See the issue details and work around in https://github.com/logstash-plugins/logstash-output-email/issues/68[GitHub issue #68]. [[logstash-8-10-1]] === Logstash 8.10.1 Release Notes @@ -145,13 +147,15 @@ These plugins may fail in Logstash 8.10.2: These plugins may fail in Logstash 8.10.1: -*Imap input plugin* - -** Due to JRuby upgrade, the plugin is broken and will be unbundled. Details and updates are available in https://github.com/logstash-plugins/logstash-input-imap/issues/61[GitHub issue #61]. +* *Avro codec plugin.* +The avro codec plugin may fail with an `(Errno::ENOENT) No such file or directory` error https://github.com/logstash-plugins/logstash-codec-avro/issues/42[#42]. +This issue has been resolved in plugin v3.4.1 https://github.com/logstash-plugins/logstash-codec-avro/pull/43[#43]. -*Email output plugin* +* *Imap input plugin.* +Due to JRuby upgrade, the plugin is broken and will be unbundled. Details and updates are available in https://github.com/logstash-plugins/logstash-input-imap/issues/61[GitHub issue #61]. -** Plugin raises `LoadError: no such file to load -- net/smtp` runtime error. See the issue details and work around in https://github.com/logstash-plugins/logstash-output-email/issues/68[GitHub issue #68]. +* *Email output plugin.* +Plugin raises `LoadError: no such file to load -- net/smtp` runtime error. See the issue details and work around in https://github.com/logstash-plugins/logstash-output-email/issues/68[GitHub issue #68]. [[logstash-8-10-0]] === Logstash 8.10.0 Release Notes @@ -161,13 +165,15 @@ These plugins may fail in Logstash 8.10.1: These plugins may fail in Logstash 8.10.0: -*Imap input plugin* - -** Due to JRuby upgrade, the plugin is broken and will be unbundled. Details and updates are available in https://github.com/logstash-plugins/logstash-input-imap/issues/61[GitHub issue #61]. +* *Avro codec plugin.* +The avro codec plugin may fail with an `(Errno::ENOENT) No such file or directory` error https://github.com/logstash-plugins/logstash-codec-avro/issues/42[#42]. +This issue has been resolved in plugin v3.4.1 https://github.com/logstash-plugins/logstash-codec-avro/pull/43[#43]. -*Email output plugin* +* *Imap input plugin.* +Due to JRuby upgrade, the plugin is broken and will be unbundled. Details and updates are available in https://github.com/logstash-plugins/logstash-input-imap/issues/61[GitHub issue #61]. -** Plugin raises `LoadError: no such file to load -- net/smtp` runtime error. See the issue details and work around in https://github.com/logstash-plugins/logstash-output-email/issues/68[GitHub issue #68]. +* *Email output plugin.* +Plugin raises `LoadError: no such file to load -- net/smtp` runtime error. See the issue details and work around in https://github.com/logstash-plugins/logstash-output-email/issues/68[GitHub issue #68]. [[notable-8.10.0]] ==== Notable issues fixed