[release-23.0] Release of v23.0.2#19349
Merged
Merged
Conversation
This commit was made automatically by the vitess-releaser tool. See https://github.com/vitessio/vitess-releaser Signed-off-by: Matt Lord <mattalord@gmail.com>
This commit was made automatically by the vitess-releaser tool. See https://github.com/vitessio/vitess-releaser Signed-off-by: Matt Lord <mattalord@gmail.com>
This commit was made automatically by the vitess-releaser tool. See https://github.com/vitessio/vitess-releaser Signed-off-by: Matt Lord <mattalord@gmail.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the release-23.0 branch for tagging v23.0.2 by switching version identifiers from -SNAPSHOT to the release version and updating example artifacts and release documentation accordingly.
Changes:
- Bump Java and Go version strings from
23.0.2-SNAPSHOTto23.0.2. - Update example Docker/operator image tags from
v23.0.1tov23.0.2. - Add
v23.0.2changelog + release notes, and update the 23.0 changelog index.
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| java/pom.xml | Release parent POM version set to 23.0.2. |
| java/jdbc/pom.xml | Align JDBC module parent version to 23.0.2. |
| java/grpc-client/pom.xml | Align gRPC client module parent version to 23.0.2. |
| java/example/pom.xml | Align example module parent version to 23.0.2. |
| java/client/pom.xml | Align client module parent version to 23.0.2. |
| go/vt/servenv/version.go | Set Vitess server version constant to 23.0.2. |
| examples/operator/101_initial_cluster.yaml | Update operator example images to v23.0.2. |
| examples/operator/201_customer_tablets.yaml | Update operator example images to v23.0.2. |
| examples/operator/302_new_shards.yaml | Update operator example images to v23.0.2. |
| examples/operator/306_down_shard_0.yaml | Update operator example images to v23.0.2. |
| examples/operator/401_scheduled_backups.yaml | Update operator example images to v23.0.2. |
| examples/compose/vtcompose/vtcompose.go | Update generated compose service image tags to v23.0.2. |
| examples/compose/vtcompose/docker-compose.test.yml | Update test compose image tags to v23.0.2. |
| examples/compose/docker-compose.yml | Update compose image tags to v23.0.2. |
| examples/compose/docker-compose.beginners.yml | Update beginners compose image tags to v23.0.2. |
| changelog/23.0/README.md | Add index entry for 23.0.2. |
| changelog/23.0/23.0.2/changelog.md | Add v23.0.2 changelog content. |
| changelog/23.0/23.0.2/release_notes.md | Add v23.0.2 release notes. |
| .github/workflows/code_freeze.yml | Change code-freeze workflow behavior (now exits successfully). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Matt Lord <mattalord@gmail.com>
nickvanw
approved these changes
Feb 10, 2026
mhamza15
approved these changes
Feb 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Includes the release notes and release commit for the
v23.0.2release. Once this PR is merged, we will be able to tagv23.0.2on the merge commit.