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 b3b25133 Add new controller release 1.1.0 (#269)
b3b25133 is described below
commit b3b25133ae4198e05ce28b114a9ce562608d6c1e
Author: hulk <[email protected]>
AuthorDate: Tue Jan 28 20:37:30 2025 +0800
Add new controller release 1.1.0 (#269)
---
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 397817cf..0bd22457 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.1.0',
+ vtag: '1.1.0'
+ },
{
version: '1.0.0',
vtag: '1.0.0'