-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add optional MinProtocolVersion setting to autopilot config #1143
Conversation
332dc5c
to
5067545
Compare
5067545
to
a662afa
Compare
@alexfreska For the UI it's probably best to check if the autopilot is configured first. If it isn't, we can default to The "suggested" value we display to the user should probably be Regardless of the value set by the user, the backend won't use anything older than |
That allows users to define their own minimum protocol version. e.g. users might want to only use 1.5.9+ hosts so they can enforce that even though
renterd
s minimum is set to1.5.9
.If no version is set, only the global
MinProtocolVersion
is applied.Related to #1141