|
3 | 3 |
|
4 | 4 | This section summarizes the changes in the following releases: |
5 | 5 |
|
| 6 | +* <<logstash-8-18-1,Logstash 8.18.1>> |
6 | 7 | * <<logstash-8-18-0,Logstash 8.18.0>> |
| 8 | +* <<logstash-8-17-6,Logstash 8.17.6>> |
7 | 9 | * <<logstash-8-17-5,Logstash 8.17.5>> |
8 | 10 | * <<logstash-8-17-4,Logstash 8.17.4>> |
9 | 11 | * <<logstash-8-17-3,Logstash 8.17.3>> |
@@ -83,6 +85,28 @@ This section summarizes the changes in the following releases: |
83 | 85 | * <<logstash-8-0-0-alpha2,Logstash 8.0.0-alpha2>> |
84 | 86 | * <<logstash-8-0-0-alpha1,Logstash 8.0.0-alpha1>> |
85 | 87 |
|
| 88 | +[[logstash-8-18-1]] |
| 89 | +=== Logstash 8.18.1 Release Notes |
| 90 | + |
| 91 | +* Enhanced keystore validation to prevent the creation of secrets that fail format parsing https://github.com/elastic/logstash/pull/17351[#17351] |
| 92 | + |
| 93 | +[[dependencies-8.18.1]] |
| 94 | +==== Updates to dependencies |
| 95 | + |
| 96 | +* Update JDK to 21.0.7+6 https://github.com/elastic/logstash/pull/17591[#17591] |
| 97 | + |
| 98 | +[[plugins-8.18.1]] |
| 99 | +==== Plugins |
| 100 | + |
| 101 | +*Xml Filter - 4.3.1* |
| 102 | + |
| 103 | +* Update Nokogiri dependency version https://github.com/logstash-plugins/logstash-filter-xml/pull/88[#88] |
| 104 | + |
| 105 | +*Tcp Output - 6.2.2* |
| 106 | + |
| 107 | +* Call connection check after connect https://github.com/logstash-plugins/logstash-output-tcp/pull/61[#61] |
| 108 | + |
| 109 | + |
86 | 110 | [[logstash-8-18-0]] |
87 | 111 | === Logstash 8.18.0 Release Notes |
88 | 112 |
|
@@ -138,6 +162,24 @@ This section summarizes the changes in the following releases: |
138 | 162 |
|
139 | 163 | * Support additional `oauth` and `sasl` configuration options for configuring kafka client https://github.com/logstash-plugins/logstash-integration-kafka/pull/189[#189] |
140 | 164 |
|
| 165 | +[[logstash-8-17-6]] |
| 166 | +=== Logstash 8.17.6 Release Notes |
| 167 | + |
| 168 | +No user-facing changes in Logstash. |
| 169 | + |
| 170 | +[[dependencies-8.17.6]] |
| 171 | +==== Updates to dependencies |
| 172 | + |
| 173 | +* Update JDK to 21.0.7+6 https://github.com/elastic/logstash/pull/17591[#17591] |
| 174 | + |
| 175 | +[[plugins-8.17.6]] |
| 176 | +==== Plugins |
| 177 | + |
| 178 | +*Tcp Output - 6.2.2* |
| 179 | + |
| 180 | +* Call connection check after connect https://github.com/logstash-plugins/logstash-output-tcp/pull/61[#61] |
| 181 | + |
| 182 | + |
141 | 183 | [[logstash-8-17-5]] |
142 | 184 | === Logstash 8.17.5 Release Notes |
143 | 185 |
|
@@ -3378,4 +3420,4 @@ We have added another flag to the Benchmark CLI to allow passing a data file wit |
3378 | 3420 | 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] |
3379 | 3421 |
|
3380 | 3422 | ==== Plugin releases |
3381 | | -Plugins align with release 7.14.0 |
| 3423 | +Plugins align with release 7.14.0 |
0 commit comments