Skip to content

[release-24.0] Release of v24.0.0#19987

Merged
mattlord merged 4 commits into
release-24.0from
release-24.0-create-release-4
Apr 30, 2026
Merged

[release-24.0] Release of v24.0.0#19987
mattlord merged 4 commits into
release-24.0from
release-24.0-create-release-4

Conversation

@mattlord
Copy link
Copy Markdown
Member

Includes the release notes and release commit for the v24.0.0 release. Once this PR is merged, we will be able to tag v24.0.0 on the merge commit.

This Pull Request is part of #19972

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>
Copilot AI review requested due to automatic review settings April 29, 2026 13:46
@mattlord mattlord added Component: General Changes throughout the code base Do Not Merge Type: Release labels Apr 29, 2026
@mattlord mattlord mentioned this pull request Apr 29, 2026
36 tasks
@github-actions github-actions Bot added this to the v24.0.0 milestone Apr 29, 2026
@vitess-bot
Copy link
Copy Markdown
Contributor

vitess-bot Bot commented Apr 29, 2026

Review Checklist

Hello reviewers! 👋 Please follow this checklist when reviewing this Pull Request.

General

  • Ensure that the Pull Request has a descriptive title.
  • Ensure there is a link to an issue (except for internal cleanup and flaky test fixes), new features should have an RFC that documents use cases and test cases.

Tests

  • Bug fixes should have at least one unit or end-to-end test, enhancement and new features should have a sufficient number of tests.

Documentation

  • Apply the release notes (needs details) label if users need to know about this change.
  • New features should be documented.
  • There should be some code comments as to why things are implemented the way they are.
  • There should be a comment at the top of each new or modified test to explain what the test does.

New flags

  • Is this flag really necessary?
  • Flag names must be clear and intuitive, use dashes (-), and have a clear help text.

If a workflow is added or modified:

  • Each item in Jobs should be named in order to mark it as required.
  • If the workflow needs to be marked as required, the maintainer team must be notified.

Backward compatibility

  • Protobuf changes should be wire-compatible.
  • Changes to _vt tables and RPCs need to be backward compatible.
  • RPC changes should be compatible with vitess-operator
  • If a flag is removed, then it should also be removed from vitess-operator and arewefastyet, if used there.
  • vtctl command output order should be stable and awk-able.

@vitess-bot vitess-bot Bot added NeedsWebsiteDocsUpdate What it says NeedsDescriptionUpdate The description is not clear or comprehensive enough, and needs work NeedsIssue A linked issue is missing for this Pull Request NeedsBackportReason If backport labels have been applied to a PR, a justification is required labels Apr 29, 2026
@github-actions github-actions Bot added Component: Java Pull requests that update Java code Component: Examples Component: Documentation docs related issues/PRs Type: Dependencies Dependency updates labels Apr 29, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-SNAPSHOT to 24.0.0.
  • Update Go servenv version string and operator example image tags to v24.0.0 / v2.17.0.
  • Refresh v24.0.0 release 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.

Comment thread changelog/24.0/24.0.0/release_notes.md Outdated
Comment thread changelog/24.0/24.0.0/release_notes.md Outdated
Comment thread changelog/24.0/24.0.0/release_notes.md Outdated
Comment thread changelog/24.0/24.0.0/release_notes.md Outdated
@arthurschreiber arthurschreiber removed the NeedsBackportReason If backport labels have been applied to a PR, a justification is required label Apr 29, 2026
@arthurschreiber
Copy link
Copy Markdown
Member

🎉

@mattlord mattlord removed NeedsDescriptionUpdate The description is not clear or comprehensive enough, and needs work NeedsWebsiteDocsUpdate What it says NeedsIssue A linked issue is missing for this Pull Request labels Apr 29, 2026
Signed-off-by: Matt Lord <mattalord@gmail.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (release-24.0@cfeede6). Learn more about missing BASE report.

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           
Flag Coverage Δ
partial 55.16% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Matt Lord <mattalord@gmail.com>
Copilot AI review requested due to automatic review settings April 29, 2026 16:26
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 14 out of 14 changed files in this pull request and generated no new comments.

@mattlord mattlord merged commit e8d9fa8 into release-24.0 Apr 30, 2026
112 of 119 checks passed
@mattlord mattlord deleted the release-24.0-create-release-4 branch April 30, 2026 11:47
@promptless
Copy link
Copy Markdown
Contributor

promptless Bot commented Apr 30, 2026

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:

  • Marked v24.0 docs as "Stable" (was "Release Candidate")
  • Updated v23.0 docs to remove "Latest stable release" designation
  • Created a release announcement blog post covering major features, breaking changes, and notable improvements

Review: Vitess 24 GA Release Documentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Component: Documentation docs related issues/PRs Component: Examples Component: General Changes throughout the code base Component: Java Pull requests that update Java code Do Not Merge Type: Dependencies Dependency updates Type: Release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants