clusterversion: move to 25.2 version #139387
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
clusterversion: move to 25.2 version
Checklist:
V24_2
), equal toLatest
.Note that we do NOT update the
PreviousRelease
constant. We can only update thePreviousRelease
when an RC is published, which is needed for upgraderoachtests.
V24_1
).V24_2Start
with version24.1-2
) and add a newfirst upgrade for it (in
upgrades/upgrades.go
).roachpb.successorSeries
map and updateTestReleaseSeriesSuccessor
pkg/build/version.txt
to the new version (e.g.v24.2.0-alpha.00000000
)scplan
rules inpkg/sql/schemachanger/scplan/internal/rules
:current
into a new release directory for the previous version(e.g.
release_24_1
)BUILD.bazel
), and update theversion in
current/helpers.go
rulesForReleases
inscplan/plan.go
./dev test pkg/sql/schemachanger/scplan/internal/rules/... --rewrite
TestDeclarativeRules
output:./dev test pkg/cli -f DeclarativeRules --rewrite
is what we want; if it is here, we will attempt to run upgrade tests against it.
pkg/sql/catalog/systemschema_test
and some logictests).Epic: REL-1746
Release note: None