From 1d7cd6fa02c28bd5ed015c78957d70ae832e0874 Mon Sep 17 00:00:00 2001 From: Karen Metts <35154725+karenzone@users.noreply.github.com> Date: Fri, 14 Feb 2025 09:49:03 -0500 Subject: [PATCH] Update CHANGELOG.md to fix link to PR Improper link formats aren't transformed properly when we generate release notes --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 65b11a0..82f6204 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,12 @@ ## 7.0.0 - SSL settings that were marked deprecated in version `6.2.0` are now marked obsolete, and will prevent the plugin from starting. + [#58](https://github.com/logstash-plugins/logstash-output-tcp/pull/58) - These settings are: - `ssl_cert`, which should be replaced by `ssl_certificate` - `ssl_cacert`, which should be replaced by `ssl_certificate_authorities` - `ssl_enable`, which should be replaced by `ssl_enabled` - `ssl_verify`, which should be replaced by `ssl_client_authentication` when `mode` is `server` or `ssl_verification_mode`when mode is `client` - - [58](https://github.com/logstash-plugins/logstash-output-tcp/pull/58) + ## 6.2.1 - Document correct default plugin codec [#54](https://github.com/logstash-plugins/logstash-output-tcp/pull/54)