[release-24.0] Release of v24.0.0#19987
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>
Review ChecklistHello reviewers! 👋 Please follow this checklist when reviewing this Pull Request. General
Tests
Documentation
New flags
If a workflow is added or modified:
Backward compatibility
|
There was a problem hiding this comment.
Pull request overview
Prepares the release-24.0 branch for the Vitess v24.0.0 tag by switching version identifiers from -SNAPSHOT/-rc1 to the final release version and updating the associated release documentation.
Changes:
- Update Java Maven module versions from
24.0.0-SNAPSHOTto24.0.0. - Update Go
servenvversion string and operator example image tags tov24.0.0/v2.17.0. - Refresh
v24.0.0release notes and changelog content.
Reviewed changes
Copilot reviewed 14 out of 14 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| java/pom.xml | Sets parent Maven artifact version to 24.0.0 for the release. |
| java/jdbc/pom.xml | Updates module parent version to 24.0.0. |
| java/grpc-client/pom.xml | Updates module parent version to 24.0.0. |
| java/example/pom.xml | Updates module parent version to 24.0.0. |
| java/client/pom.xml | Updates module parent version to 24.0.0. |
| go/vt/servenv/version.go | Updates auto-generated version constant to 24.0.0. |
| examples/operator/operator.yaml | Updates vitess-operator image tag from v2.17.0-rc1 to v2.17.0. |
| examples/operator/401_scheduled_backups.yaml | Updates Vitess image tags from v24.0.0-rc1 to v24.0.0. |
| examples/operator/306_down_shard_0.yaml | Updates Vitess image tags from v24.0.0-rc1 to v24.0.0. |
| examples/operator/302_new_shards.yaml | Updates Vitess image tags from v24.0.0-rc1 to v24.0.0. |
| examples/operator/201_customer_tablets.yaml | Updates Vitess image tags from v24.0.0-rc1 to v24.0.0. |
| examples/operator/101_initial_cluster.yaml | Updates Vitess image tags from v24.0.0-rc1 to v24.0.0. |
| changelog/24.0/24.0.0/release_notes.md | Edits/reorders release notes content for v24.0.0. |
| changelog/24.0/24.0.0/changelog.md | Updates the aggregated changelog entries for the release. |
|
🎉 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-24.0 #19987 +/- ##
===============================================
Coverage ? 55.16%
===============================================
Files ? 29
Lines ? 1577
Branches ? 0
===============================================
Hits ? 870
Misses ? 707
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: Matt Lord <mattalord@gmail.com>
|
Promptless prepared a documentation update related to this change. Triggered by PR #19987 - Release of v24.0.0 Updated the vitessio/website documentation for the v24.0.0 GA release:
|
Includes the release notes and release commit for the
v24.0.0release. Once this PR is merged, we will be able to tagv24.0.0on the merge commit.