Skip to content
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

Merged
merged 1 commit into from
Oct 19, 2023
Merged

Conversation

RaduBerinde
Copy link
Member

@RaduBerinde RaduBerinde commented Oct 13, 2023

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

@cockroach-teamcity
Copy link
Member

This change is Reviewable

@RaduBerinde RaduBerinde force-pushed the version-24.1 branch 8 times, most recently from 2c2fef2 to 4955c46 Compare October 14, 2023 04:57
@RaduBerinde RaduBerinde force-pushed the version-24.1 branch 5 times, most recently from 15beef6 to 3b47e0c Compare October 18, 2023 14:27
@RaduBerinde RaduBerinde requested a review from celiala October 18, 2023 17:17
@RaduBerinde RaduBerinde marked this pull request as ready for review October 18, 2023 17:21
@RaduBerinde RaduBerinde requested review from a team as code owners October 18, 2023 17:21
@RaduBerinde RaduBerinde requested review from msbutler and michae2 and removed request for a team October 18, 2023 17:21
@RaduBerinde RaduBerinde force-pushed the version-24.1 branch 2 times, most recently from e3ff2f9 to 1ee2c72 Compare October 19, 2023 01:08
Copy link
Collaborator

@celiala celiala left a 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: :shipit: 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

Copy link
Collaborator

@celiala celiala left a 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: :shipit: complete! 0 of 0 LGTMs obtained (waiting on @michae2, @msbutler, and @RaduBerinde)

@RaduBerinde
Copy link
Member Author

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
@craig
Copy link
Contributor

craig bot commented Oct 19, 2023

Canceled.

@RaduBerinde
Copy link
Member Author

bors r+

@craig
Copy link
Contributor

craig bot commented Oct 19, 2023

Build succeeded:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants