clusterversion: move to 25.4 version #149494
Open
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.
Checklist:
V24_2
), equal toLatest
. Note that we do NOT update thePreviousRelease
constant. We can only update thePreviousRelease
when an RC is published, which is needed for upgrade roachtests.V24_1
).V24_2Start
with version24.1-2
) and add a new first upgrade for it (inupgrades/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 the version incurrent/helpers.go
rulesForReleases
inscplan/plan.go
./dev test pkg/sql/schemachanger/scplan/internal/rules/... --rewrite
TestDeclarativeRules
output:./dev test pkg/cli -f DeclarativeRules --rewrite
bazel build //pkg/cmd/release:release _bazel/bin/pkg/cmd/release/release_/release update-releases-file
Note that the forked release version will disappear from the releases file. This 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-2733
Release note: None