-
Notifications
You must be signed in to change notification settings - Fork 151
Update smart_proxy_dynflow to 0.6.1 #7381
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
Conversation
adamruzicka
commented
Dec 6, 2021
- Update smart_proxy_dynflow to 0.6.0
- Update smart_proxy_dynflow to 0.6.1
|
Does this depend on some other PR which didn't make it into 3.1 release? ruby-dynflow in debian seems to be still 1.5.0 version: In rpm packaging it's ok, because |
|
Yeah. @adamruzicka I recall we added new msgpack for this in develop, but I don't recall if we ever back ported these changes to 3.1? |
|
I've found some older PR which might be related #7115 |
|
Iirc, this needs dynflow >= 1.6.0, dynflow >= 1.6.0 needs msgpack. Msgpack was merged to develop, but probably not backported yet. dynflow-1.6.1 was not even merged to develop, let alone picked to 3.1 |
correct, which makes it weird that this one was merged, but it was. given dynflow 1.6.z is is in rpm 3.1, I'll make sure it also lands there for debian |
thanks, please do, the current state prevents to install ansible plugin for 3.1 which depends on all this |
|
Thanks for fix, now apt update from 3.1 plugins was successful, unfortunately it still doesn't work well in runtime as smart_proxy_remote_execution_ssh seem to require ruby-mqtt (reported in #7355 (comment)) |
|
Thanks for the further report, this will have to wait till Monday though. |