-
Notifications
You must be signed in to change notification settings - Fork 262
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
feature: check shuttle service version before deploy #202
Conversation
- Use process command to get cargo tree response and parse the shuttle-service version
- While the deploy process happen, we get the version from API and compare with current shuttle-service version
dbc41ec
to
a7d0af9
Compare
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.
@marioidival this is looking great!! I mostly have questions on small things
1dda23b
to
54479a3
Compare
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.
Just one question on how the matching works
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.
This is looking awesome, thanks @marioidival!
Approach:
The idea is given to all users an endpoint to get the current version of shuttle-service used by the API, then the clients just can make a call on this endpoint and see the current version.