-
Notifications
You must be signed in to change notification settings - Fork 4.1k
clusterversion,*: remove old versions #65200
Copy link
Copy link
Closed
Labels
C-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.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.meta-issueContains a list of several other issues.Contains a list of several other issues.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
Is your feature request related to a problem? Please describe.
In principle we ought to be able to remove old versions from the below file when we move on to the next version. Removing old versions forces removing code-paths which are gated on those versions. That's a good forcing function. This represents a reasonable chunk of work scattered over many teams. This issue tracks the actual removal of the versions.
https://github.com/cockroachdb/cockroach/blob/master/pkg/clusterversion/cockroach_versions.go#L321
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C-cleanupTech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.Tech debt, refactors, loose ends, etc. Solution not expected to significantly change behavior.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.meta-issueContains a list of several other issues.Contains a list of several other issues.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.