Restricts prometheus-client version - #120
Conversation
new version(0.10.0) has no compatibility with older version Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
6649e29 to
02b012f
Compare
|
|
||
| spec.add_dependency "fluentd", ">= 0.14.20", "< 2" | ||
| spec.add_dependency "prometheus-client" | ||
| spec.add_dependency "prometheus-client", "~> 0.4.2" |
|
I will check in this weekend. |
|
@kazegusuri When can we expect the fixed version? This currently breaks our autoscaling in production. Our temporary fix currently is TBH: this is some serious issue which will affect many people using this plugin in production. Would really appreciate it if it could be merged and a new release created. |
Please install |
|
I just released v1.6.1 because prometheus plugin is popular. cc: @kazegusuri |
|
close via #121 |
|
thanks a lot!!!! |
|
There is no guarantee 0.9.0(this version has not been released and may not going to be released) has compatibility with 0.4.2 or older versions... |
hotfix for #119
New version(0.10.0) has no compatibility with an older version.
This is a temporary solution. We need to catch up new version of prometeus-ruby.