-
Notifications
You must be signed in to change notification settings - Fork 4.1k
clusterversion: bump min-supported version to 21.2 #71708
Copy link
Copy link
Closed
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.release-blockerIndicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
Description
Describe the problem
This issue tracks the work necessary to bump the min supported binary version on master. It'll need to be done before we cut any release for 22.1
cockroach/pkg/clusterversion/cockroach_versions.go
Lines 507 to 512 in 6d4ef6f
| // binaryMinSupportedVersion is the earliest version of data supported by | |
| // this binary. If this binary is started using a store marked with an older | |
| // version than binaryMinSupportedVersion, then the binary will exit with | |
| // an error. This typically trails the current release by one (see top-level | |
| // comment). | |
| binaryMinSupportedVersion = ByKey(V21_1) |
When doing so, we'll want to update some of our tests to override the min supported binary version for the reasons stated in #69828 (comment).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)branch-masterFailures and bugs on the master branch.Failures and bugs on the master branch.release-blockerIndicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.