clusterversion: bump binaryMinSupportedVersion for starting 21.1#55520
clusterversion: bump binaryMinSupportedVersion for starting 21.1#55520craig[bot] merged 2 commits intocockroachdb:masterfrom
Conversation
|
As I understand it, |
|
I think we got confused on the same point last time too: #49590 (comment) |
|
Okay, having read the issue, I think It does feel a little weird to set the minimum supported version to a version we just created. I'm concerned about breaking things unexpectedly because of this. Let's see what happens on CI first of all. |
|
I think the idea is 21.1 is only compatible with 20.2, and thus 21.1 work only needs to consider 20.2 when handling mixed version, not whatever mid-cycle development versions came before 20.2.0 (which could be as old as basically being 20.1). |
|
Rebased on top of #56163. I think once this merges, we can finally tag something on master as |
|
The problem now is that for |
|
Hmm, I think the way to do this might be to just bump |
This mixed-version test isn't needed anymore. Release note: None
Following up on introducing a new cluster version for development on 21.1, this patch bumps the `binaryMinSupportedVersion` to `Version20_2`. Release note: None
|
This PR now only bumps bors r+ |
|
Build succeeded: |
sql/catalog: remove TestFinalizeVersionEnablesRangefeedUpdates
This mixed-version test isn't needed anymore.
Release note: None
clusterversion: bump binaryMinSupportedVersion for starting 21.1
Following up on introducing a new cluster version for development on
21.1, this patch bumps the
binaryMinSupportedVersiontoVersion20_2.Release note: None