Update patch plugin versions in gemfile lock for 6.8.13#12352
Update patch plugin versions in gemfile lock for 6.8.13#12352andsel wants to merge 1 commit intoelastic:6.8from
Conversation
jsvd
left a comment
There was a problem hiding this comment.
we should only include critical bug fixes and security patches in the 6.8 updates. I suggest reverting all the dependency bumps of libraries in this PR, and then manually checking if any of the plugin version bumps is a critical fix that needs to go into it.
| logstash-core-plugin-api (>= 1.60, <= 2.99) | ||
| manticore (~> 0.6) | ||
| logstash-filter-fingerprint (3.2.1) | ||
| logstash-filter-fingerprint (3.2.2) |
There was a problem hiding this comment.
3.2.2 includes a fix for consistent firgerprint in hash logstash-plugins/logstash-filter-fingerprint#55
| rufus-scheduler | ||
| stud (~> 0.0.22) | ||
| logstash-input-file (4.1.17) | ||
| logstash-input-file (4.1.18) |
There was a problem hiding this comment.
Fix: sincedb_clean_after not being respected logstash-plugins/logstash-input-file#276
| logstash-codec-line | ||
| logstash-core-plugin-api (>= 1.60, <= 2.99) | ||
| logstash-mixin-aws (4.3.0) | ||
| logstash-mixin-aws (4.4.1) |
There was a problem hiding this comment.
Fixes on proxy settings logstash-plugins/logstash-mixin-aws#50 logstash-plugins/logstash-mixin-aws#48
| mail (2.6.6) | ||
| mime-types (>= 1.16, < 4) | ||
| manticore (0.6.4-java) | ||
| manticore (0.7.0-java) |
There was a problem hiding this comment.
- Fix a thread safety issue with regards to adding requests to the parallel execution queue while the client is already processing a queue
- drop support for Ruby 1.7
|
These changes are all minors, so we close this bump PR |
No description provided.