-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update patch plugin versions in gemfile lock for 6.8.13 #12352
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
@@ -213,7 +212,7 @@ GEM | |||
elasticsearch (>= 5.0.3) | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.2.2
includes a fix for consistent firgerprint in hash logstash-plugins/logstash-filter-fingerprint#55
@@ -304,7 +303,7 @@ GEM | |||
logstash-core-plugin-api (>= 1.60, <= 2.99) | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix: sincedb_clean_after not being respected logstash-plugins/logstash-input-file#276
@@ -416,7 +415,7 @@ GEM | |||
logstash-input-unix (3.0.7) | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes on proxy settings logstash-plugins/logstash-mixin-aws#50 logstash-plugins/logstash-mixin-aws#48
@@ -516,9 +515,9 @@ GEM | |||
lru_redux (1.1.0) | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- 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.