This is an automated email from the ASF dual-hosted git repository.

hulk pushed a commit to branch add-new-release-1-3-0
in repository https://gitbox.apache.org/repos/asf/kvrocks-website.git

commit c2da83a46786bd80c77f23f37e97bf338fb1f7ee
Author: git-hulk <[email protected]>
AuthorDate: Sun Dec 14 19:23:09 2025 +0800

    Add new release kvrocks controller 1.3.0
---
 src/components/Releases/kvrocks-controller.tsx | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/components/Releases/kvrocks-controller.tsx 
b/src/components/Releases/kvrocks-controller.tsx
index 746d9c1f..8baa87e0 100644
--- a/src/components/Releases/kvrocks-controller.tsx
+++ b/src/components/Releases/kvrocks-controller.tsx
@@ -1,6 +1,10 @@
 import React from "react";
 
 const controller_versions = [
+    {
+        version: '1.3.0',
+        vtag: '1.3.0'
+    },
     {
         version: '1.2.0',
         vtag: '1.2.0'

Reply via email to