Remove irrelevant warning#1200
Conversation
This commit removes an old warning which is no longer relevant to any supported stack version. It is noisy and there is no action for the user to take.
| @@ -1,3 +1,6 @@ | |||
| ## 12.0.1 | |||
There was a problem hiding this comment.
Let's also version bump logstash-output-elasticsearch.gemspec too.
Or are you going to absorb this into #1199?
There was a problem hiding this comment.
I was thinking of releasing both in 12.0.1 as well as backporting to 11. I'll wait to merge this until i've got a clear path. Thanks.
|
Looks like this is addressed in https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1194/files tempted to just close this PR. |
|
@donoghuc Let's commit this one, and have it separately, so we can choose to backport it without bringing the rest of that PR along. |
Update version in preparation for a release.
|
That makes sense. In that case, given this issue is not really moving quickly I think it makes sense just to merge this (and do a backport) and get releases out. |
|
Backport PR #1202 |
This commit removes an old warning which is no longer relevant to any supported
stack version. It is noisy and there is no action for the user to take.
Closes #1198