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 ec03b05e Add new release kvrocks controller 1.3.0 (#343)
ec03b05e is described below
commit ec03b05e6f79cbaf78f462ed220a3b62d69a6979
Author: hulk <[email protected]>
AuthorDate: Sun Dec 14 19:28:42 2025 +0800
Add new release kvrocks controller 1.3.0 (#343)
---
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'