Skip to content

Commit

Permalink
Update release notes for 8.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
logstashmachine committed Sep 20, 2023
1 parent f6d9a98 commit c8df8b8
Showing 1 changed file with 58 additions and 1 deletion.
59 changes: 58 additions & 1 deletion docs/static/releasenotes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

This section summarizes the changes in the following releases:

* <<logstash-8-10-2,Logstash 8.10.2>>
* <<logstash-8-10-1,Logstash 8.10.1>>
* <<logstash-8-10-0,Logstash 8.10.0>>
* <<logstash-8-9-2,Logstash 8.9.2>>
Expand Down Expand Up @@ -44,6 +45,62 @@ This section summarizes the changes in the following releases:
* <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>>


[[logstash-8-10-2]]
=== Logstash 8.10.2 Release Notes

---------- GENERATED CONTENT STARTS HERE ------------
=== Logstash Pull Requests with label v8.10.2

=== Logstash Commits between 8.10 and 8.10.1

Computed with "git log --pretty=format:'%h -%d %s (%cr) <%an>' --abbrev-commit --date=relative v8.10.1..8.10"

f6d9a989f - (HEAD -> 8.10, origin/8.10) bump lock file for 8.10 (#15334) (46 minutes ago) <github-actions[bot]>
cc67511c4 - bump version to 8.10.2 (#15328) (2 days ago) <João Duarte>
aa9265665 - Fix releasenotes.asciidoc for 8.10.1 (#15327) (2 days ago) <João Duarte>
4ae4db31f - Release notes for 8.10.1 (#15326) (2 days ago) <github-actions[bot]>
745225ec7 - fix NPE when getting native thread id (#15301) (#15321) (6 days ago) <github-actions[bot]>
d040e8865 - disable xpack API and monitoring pipeline for serverless (#15277) (#15296) (8 days ago) <github-actions[bot]>

=== Logstash Plugin Release Changelogs ===
Computed from "git diff v8.10.1..8.10 *.release"
Changed plugin versions:
logstash-filter-elasticsearch: 3.15.2 -> 3.15.3
logstash-filter-useragent: 3.3.4 -> 3.3.5
logstash-input-beats: 6.6.3 -> 6.6.4
logstash-input-elastic_serverless_forwarder: 0.1.2 -> 0.1.3
logstash-integration-aws: 7.1.5 -> 7.1.6
logstash-integration-jdbc: 5.4.4 -> 5.4.5
---------- GENERATED CONTENT ENDS HERE ------------

==== Plugins

*Elasticsearch Filter - 3.15.3*

* Fixes a memory leak that occurs when a pipeline containing this filter terminates, which could become significant if the pipeline is cycled repeatedly https://github.com/logstash-plugins/logstash-filter-elasticsearch/pull/173[#173]

*Useragent Filter - 3.3.5*

* Upgrade `snakeyaml` dependency https://github.com/logstash-plugins/logstash-filter-useragent/pull/89[#89]

*Beats Input - 6.6.4*

* [DOC] Fix misleading `enrich/source_data` input beats documentation about the Logstash host. https://github.com/logstash-plugins/logstash-input-beats/pull/478[#478]

*Elastic_serverless_forwarder Input - 0.1.3*

* Deprecates the `ssl` option in favor of `ssl_enabled` https://github.com/logstash-plugins/logstash-input-elastic_serverless_forwarder/pull/6[#6]
* Bumps `logstash-input-http` gem version to `>= 3.7.2` (SSL-normalized)

*Aws Integration - 7.1.6*

* Clean up plugin created temporary dirs at startup https://github.com/logstash-plugins/logstash-integration-aws/pull/39[#39]

*Jdbc Integration - 5.4.5*

* Pin sequel to < 5.72.0 due to ruby/bigdecimal#169 https://github.com/logstash-plugins/logstash-integration-jdbc/pull/141[#141]


[[logstash-8-10-1]]
=== Logstash 8.10.1 Release Notes

Expand Down Expand Up @@ -1634,4 +1691,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

0 comments on commit c8df8b8

Please sign in to comment.