Skip to content

Commit cf51343

Browse files
celialaclaude
andcommitted
clusterversion: advance MinSupported to 25.3
Part of the quarterly M.4 "Bump MinSupported" task as outlined in `pkg/clusterversion/README.md`. This commit advances MinSupported to 25.3. Older gates will be prefixed with TODO_Delete_ in a followup commit/PR. Epic: None Release note: None 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 032bf32 commit cf51343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/clusterversion/cockroach_versions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ var versionTable = [numKeys]roachpb.Version{
322322
const Latest Key = numKeys - 1
323323

324324
// MinSupported is the minimum logical cluster version supported by this branch.
325-
const MinSupported Key = V25_2
325+
const MinSupported Key = V25_3
326326

327327
// PreviousRelease is the logical cluster version of the previous release (which must
328328
// have at least an RC build published).

0 commit comments

Comments
 (0)