From 61bd09aa4fb687fd4ad191cf9b00a3180821405a Mon Sep 17 00:00:00 2001 From: "kui.liu" <165614821+kuiliu88@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:30:18 +0400 Subject: [PATCH 1/3] Update release-downloads.md --- docs/release-downloads.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/release-downloads.md b/docs/release-downloads.md index d80fb810..049ae291 100644 --- a/docs/release-downloads.md +++ b/docs/release-downloads.md @@ -2,11 +2,11 @@ ## 3.0 {#3_0} -### v3.0.1-preview.1 {#3_0_1-preview_1} -Released on 09-08-2025 ([Change logs](/enterprise-v3.0#3_0_1-preview_1)). +### v3.0.1-preview.2 {#3_0_1-preview_2} +Released on 09-25-2025 ([Change logs](/enterprise-v3.0#3_0_1-preview_2)). -* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v3.0.1-preview.1-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v3.0.1-preview.1-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v3.0.1-preview.1-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v3.0.1-preview.1-darwin-arm64.tar.gz) -* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.0.1-preview.1` +* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v3.0.1-preview.2-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v3.0.1-preview.2-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v3.0.1-preview.2-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v3.0.1-preview.2-darwin-arm64.tar.gz) +* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.0.1-preview.2` ## 2.8 {#2_8} From 74e7d91e17536cbb295d42a9034d978e0cd7885b Mon Sep 17 00:00:00 2001 From: "kui.liu" <165614821+kuiliu88@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:32:33 +0400 Subject: [PATCH 2/3] Update enterprise-v3.0.md --- docs/enterprise-v3.0.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/enterprise-v3.0.md b/docs/enterprise-v3.0.md index 891370e7..4ebfa1a2 100644 --- a/docs/enterprise-v3.0.md +++ b/docs/enterprise-v3.0.md @@ -45,6 +45,18 @@ Key highlights of the Timeplus 3.0 preview release include: ## Releases We recommend using stable releases for production deployment. Engineering builds are available for testing and evaluation purposes. +### 3.0.1 (Preview) {#3_0_1-preview_2} +Released on 09-25-2025. Installation options: +* For Linux or Mac users: `curl https://install.timeplus.com/3.0 | sh` [Downloads](/release-downloads#3_0_1-preview_2) +* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.0.1-preview.2` +* We will provide new Helm Charts for Kubernetes deployment when v3.0 is GA. + +Component versions: +* timeplusd 3.0.1-rc.16 +* timeplus_appserver 3.0.3 +* timeplus_connector 3.0.0 +* timeplus cli 3.0.0 + ### 3.0.1 (Preview) {#3_0_1-preview_1} Released on 09-06-2025. Installation options: * For Linux or Mac users: `curl https://install.timeplus.com/3.0 | sh` [Downloads](/release-downloads#3_0_1-preview_1) From 49be29c1eed9cf4e4161e1be582856cc85146337 Mon Sep 17 00:00:00 2001 From: "kui.liu" <165614821+kuiliu88@users.noreply.github.com> Date: Thu, 25 Sep 2025 17:34:37 +0400 Subject: [PATCH 3/3] Update enterprise-v3.0.md --- docs/enterprise-v3.0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/enterprise-v3.0.md b/docs/enterprise-v3.0.md index 4ebfa1a2..500b9db2 100644 --- a/docs/enterprise-v3.0.md +++ b/docs/enterprise-v3.0.md @@ -49,7 +49,7 @@ We recommend using stable releases for production deployment. Engineering builds Released on 09-25-2025. Installation options: * For Linux or Mac users: `curl https://install.timeplus.com/3.0 | sh` [Downloads](/release-downloads#3_0_1-preview_2) * For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.0.1-preview.2` -* We will provide new Helm Charts for Kubernetes deployment when v3.0 is GA. +* For Kubernetes users: helm install timeplus/timeplus-enterprise --version v10.0.1 . Component versions: * timeplusd 3.0.1-rc.16 @@ -61,7 +61,7 @@ Component versions: Released on 09-06-2025. Installation options: * For Linux or Mac users: `curl https://install.timeplus.com/3.0 | sh` [Downloads](/release-downloads#3_0_1-preview_1) * For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.0.1-preview.1` -* We will provide new Helm Charts for Kubernetes deployment when v3.0 is GA. +* For Kubernetes users: helm install timeplus/timeplus-enterprise --version v8.0.8 . Component versions: * timeplusd 3.0.1-rc.8