From 2f2324d2ef1b004852bf4fe5a8ac4b08344e4c0b Mon Sep 17 00:00:00 2001 From: Rob Bavey Date: Tue, 17 Oct 2023 09:56:43 -0400 Subject: [PATCH] Release notes for 8.10.4 (#15435) (#15464) * Update release notes for 8.10.4 Co-authored-by: Rob Bavey Co-authored-by: Karen Metts Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- docs/static/releasenotes.asciidoc | 73 ++++++++++++++++++++++--------- 1 file changed, 53 insertions(+), 20 deletions(-) diff --git a/docs/static/releasenotes.asciidoc b/docs/static/releasenotes.asciidoc index 1bdb80c7d..a6ddfdadd 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,30 @@ This section summarizes the changes in the following releases: * <> +[[logstash-8-10-4]] +=== Logstash 8.10.4 Release Notes + +[[known-issues-8.10.4]] +==== 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[#43]. + +* *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]. + +[[dependencies-8.10.4]] +==== Updates to dependencies + +* Update Guava dependency to 32.1.2 https://github.com/elastic/logstash/pull/15419[#15419] + + [[logstash-8-10-3]] === Logstash 8.10.3 Release Notes @@ -54,13 +79,15 @@ This section summarizes the changes in the following releases: These plugins may fail in Logstash 8.10.3: -*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]. ==== Plugins @@ -102,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 @@ -118,13 +147,15 @@ These plugins may fail in Logstash 8.10.2: These plugins may fail in Logstash 8.10.1: -*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-0]] === Logstash 8.10.0 Release Notes @@ -134,13 +165,15 @@ These plugins may fail in Logstash 8.10.1: These plugins may fail in Logstash 8.10.0: -*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]. [[notable-8.10.0]] ==== Notable issues fixed