-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
clusterversion: rename latest/min supported versions in Handle #113727
Conversation
Your pull request contains more than 1000 changes. It is strongly encouraged to split big PRs into smaller chunks. 🦉 Hoot! I am a Blathers, a bot for CockroachDB. My owner is dev-inf. |
88fd043
to
0dcacbd
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.
Reviewed 36 of 36 files at r1, all commit messages.
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @dhartunian, @dt, @itsbilal, and @RaduBerinde)
pkg/clusterversion/clusterversion.go
line 14 at r1 (raw file):
// versions in order to accommodate backward incompatible behaviors. It handles // the feature gates and so must maintain a fairly lightweight set of // dependencies. The upgrade sub-package handles advancing a cluster from one
nit: s/sub-package/package/
0dcacbd
to
93ee559
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.
TFTR!
Reviewable status: complete! 1 of 0 LGTMs obtained (waiting on @dhartunian, @dt, and @itsbilal)
Rename "binary version" to "latest version" and "binary min supported version" to "min supported version" in `clusterversion.Handle` and associated code. Informs: cockroachdb#112629 Release note: None
93ee559
to
82d5721
Compare
bors r+ |
Build succeeded: |
Rename "binary version" to "latest version" and "binary min supported
version" to "min supported version" in
clusterversion.Handle
andassociated code.
This change is mechanical and is not intended to have any functional changes.
Informs: #112629
Release note: None