This is an automated email from the ASF dual-hosted git repository.
hulk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git
The following commit(s) were added to refs/heads/main by this push:
new f265e53a Improve the controller vote call content (#342)
f265e53a is described below
commit f265e53a51381239adc29cf52683572d3904d69e
Author: hulk <[email protected]>
AuthorDate: Wed Dec 10 20:23:34 2025 +0800
Improve the controller vote call content (#342)
---
community/create-a-kvrocks-controller-release.md | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/community/create-a-kvrocks-controller-release.md
b/community/create-a-kvrocks-controller-release.md
index 8eceb61c..2b8e36fb 100644
--- a/community/create-a-kvrocks-controller-release.md
+++ b/community/create-a-kvrocks-controller-release.md
@@ -110,7 +110,11 @@ Hello Apache Kvrocks PMC and Community,
Git tag for the release:
-
https://github.com/apache/kvrocks-controller/releases/tag/${release_version}-rc${candidate_number}
+
https://github.com/apache/kvrocks-controller/releases/tag/v${release_version}-rc${candidate_number}
+
+ Docker images for the release candidate:
+
+ {docker_image_link}
Please download, verify, and test.
@@ -132,8 +136,11 @@ Hello Apache Kvrocks PMC and Community,
[ ] All source files have ASF headers
[ ] Can compile from source
[ ] All Tests Passed
+ [ ] Docker image with right version
+ [ ] Docker image contains license files
+ [ ] Docker image can work well
- More detailed checklist please refer to:
+ More detailed checklist, please refer to:
https://kvrocks.apache.org/community/verify-a-release-candidate
Thanks