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

twice 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 ded529c5 Add the new release 1.2.0 for controller (#328)
ded529c5 is described below

commit ded529c5946a56d3f961b95de50c1470f1657edf
Author: hulk <[email protected]>
AuthorDate: Sun Oct 12 14:12:12 2025 +0800

    Add the new release 1.2.0 for controller (#328)
---
 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 0bd22457..746d9c1f 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.2.0',
+        vtag: '1.2.0'
+    },
     {
         version: '1.1.0',
         vtag: '1.1.0'

Reply via email to