Skip to content

Commit c6b4f1d

Browse files
authored
Update release-downloads.md and enterprise-v3.0.md (#474)
1 parent 060bc71 commit c6b4f1d

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

docs/enterprise-v3.0.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,23 @@ Key highlights of the Timeplus 3.0 preview release include:
4545
## Releases
4646
We recommend using stable releases for production deployment. Engineering builds are available for testing and evaluation purposes.
4747

48+
### 3.0.1 (Preview) {#3_0_1-preview_2}
49+
Released on 09-25-2025. Installation options:
50+
* For Linux or Mac users: `curl https://install.timeplus.com/3.0 | sh` [Downloads](/release-downloads#3_0_1-preview_2)
51+
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.0.1-preview.2`
52+
* For Kubernetes users: helm install timeplus/timeplus-enterprise --version v10.0.1 .
53+
54+
Component versions:
55+
* timeplusd 3.0.1-rc.16
56+
* timeplus_appserver 3.0.3
57+
* timeplus_connector 3.0.0
58+
* timeplus cli 3.0.0
59+
4860
### 3.0.1 (Preview) {#3_0_1-preview_1}
4961
Released on 09-06-2025. Installation options:
5062
* For Linux or Mac users: `curl https://install.timeplus.com/3.0 | sh` [Downloads](/release-downloads#3_0_1-preview_1)
5163
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:3.0.1-preview.1`
52-
* We will provide new Helm Charts for Kubernetes deployment when v3.0 is GA.
64+
* For Kubernetes users: helm install timeplus/timeplus-enterprise --version v8.0.8 .
5365

5466
Component versions:
5567
* timeplusd 3.0.1-rc.8

docs/release-downloads.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
## 3.0 {#3_0}
44

5-
### v3.0.1-preview.1 {#3_0_1-preview_1}
6-
Released on 09-08-2025 ([Change logs](/enterprise-v3.0#3_0_1-preview_1)).
5+
### v3.0.1-preview.2 {#3_0_1-preview_2}
6+
Released on 09-25-2025 ([Change logs](/enterprise-v3.0#3_0_1-preview_2)).
77

8-
* 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)
9-
* 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`
8+
* 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)
9+
* 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`
1010

1111
## 2.8 {#2_8}
1212

0 commit comments

Comments
 (0)