-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clusterversion: bump version to 24.1 #112271
Conversation
2c2fef2
to
4955c46
Compare
15beef6
to
3b47e0c
Compare
3b47e0c
to
722bf13
Compare
e3ff2f9
to
1ee2c72
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The mapping for cockroach_releases.yaml should instead be:
- 23.2 --> predecessor: 23.1
- 24.1 --> predecessor: 23.2
i.e. so leave existing one, but add a new key/value for 24.1
Otherwise, LGTM! Thanks for all the work!
Reviewed 19 of 59 files at r5, all commit messages.
Reviewable status:complete! 0 of 0 LGTMs obtained (waiting on @michae2, @msbutler, and @RaduBerinde)
pkg/testutils/release/cockroach_releases.yaml
line 21 at r5 (raw file):
- 23.1.0 predecessor: "22.2" "24.1":
This should be:
23.2 --> predecessor: 23.1
24.1 --> predecessor: 23.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We synced offline about cockroach_releases.yaml:
- change in PR is autogenerated + expected
- script that updates it will make it look as expected once we publish 23.2.0-beta.1 (as part of the runbook for publishing releases)
Reviewable status:
complete! 0 of 0 LGTMs obtained (waiting on @michae2, @msbutler, and @RaduBerinde)
Thank you! bors r+ |
This commit enacts the following steps: - add `V23_2` release version key - add `V24_1Start` version key - add `V24` version key alias - add `local-mixed-23.2` logictest config - create new bootstrap files (from the testdata), add to initial values map - update `pkg/build/version.txt` to `v24.1.0-alpha.00000000` - update releases file: ``` bazel build //pkg/cmd/release:release _bazel/bin/pkg/cmd/release/release_/release update-releases-file ``` We also make a small cleanup change to remove `firstUpgradesAfterPreExistingReleases` and instead use a helper function for first upgrades (and check that all `Start` versions have the expected description). Epic: none Release note: None
1ee2c72
to
f74fff6
Compare
Canceled. |
bors r+ |
Build succeeded: |
This commit enacts the following steps:
V23_2
release version keyV24_1Start
version keyV24
version key aliaslocal-mixed-23.2
logictest configvalues map
pkg/build/version.txt
tov24.1.0-alpha.00000000
We also make a small cleanup change to remove
firstUpgradesAfterPreExistingReleases
and instead use a helperfunction for first upgrades (and check that all
Start
versions havethe expected description).
Epic: none
Release note: None