Skip to content

clusterversion: bump min-supported version to 21.2 #71708

@irfansharif

Description

@irfansharif

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

// 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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-enhancementSolution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)branch-masterFailures and bugs on the master branch.release-blockerIndicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions