Skip to content

docs: update quick start version from 5.3.2 to 5.4.0 - #761

Open
RongtongJin wants to merge 1 commit into
apache:new-official-websitefrom
RongtongJin:new-official-website-20260212-2
Open

docs: update quick start version from 5.3.2 to 5.4.0#761
RongtongJin wants to merge 1 commit into
apache:new-official-websitefrom
RongtongJin:new-official-website-20260212-2

Conversation

@RongtongJin

Copy link
Copy Markdown
Contributor

Please do not create a Pull Request without creating an issue first.

What is the purpose of the change

update quick start version from 5.3.2 to 5.4.0

Brief changelog

update quick start version from 5.3.2 to 5.4.0

Verifying this change

XXXX

Follow this checklist to help us incorporate your contribution quickly and easily:

  • Make sure there is a Github issue filed for the change (usually before you start working on it). Trivial changes like typos do not require a Github issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
  • Format the pull request title like [ISSUE #123] Fix UnknownException when host config not exist. Each commit in the pull request should have a meaningful subject line and body.
  • Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
  • Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add integration-test in test module.
  • Run mvn -B clean apache-rat:check findbugs:findbugs checkstyle:checkstyle to make sure basic checks pass. Run mvn clean install -DskipITs to make sure unit-test pass. Run mvn clean test-compile failsafe:integration-test to make sure integration-test pass.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

@RockteMQ-AI RockteMQ-AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Summary

Updates all quickstart documentation from RocketMQ 5.3.2 to 5.4.0 across 6 files (both English i18n and versioned docs). Clean, consistent version bump covering download links, directory names, and docker image tags.

Findings

  • [Info] Multiple files — The docker image tag is also updated to 5.4.0. Please confirm the apache/rocketmq:5.4.0 image is available on Docker Hub before merging.
  • [Info] versioned_docs/version-5.0/02-quickStart/02quickstartWithDocker.md — The broker.conf volume mount path still references rocketmq-5.3.2 in the comment on line ~84. Consider verifying all version references are consistent.

Overall a clean and necessary version update. LGTM. ✅


Automated review by RockteMQ-AI

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.

2 participants