Skip to content

Commit ff06e17

Browse files
authored
Update enterprise-v2.4.md and release-downloads.md (#379)
* Update enterprise-v2.4.md and download.md * Update release-downloads.md * Update enterprise-v2.4.md
1 parent d55b158 commit ff06e17

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

docs/enterprise-v2.4.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,28 @@ Key highlights of this release:
2828
## Releases
2929
Please use the stable releases for production deployment, while we also provide latest engineering builds for testing and evaluation.
3030

31+
### 2.4.29 (Stable) {#2_4_29}
32+
Built on 08-21-2025. You can install via:
33+
* For Linux or Mac users: `curl https://install.timeplus.com/2.4 | sh` [Downloads](/release-downloads#2_4_29)
34+
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v3.0.12 ..`
35+
* For Docker users (not for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.4.29`
36+
37+
Component versions:
38+
* timeplusd 2.3.37
39+
* timeplus_appserver 1.4.44
40+
* timeplus_web 1.4.33
41+
* timeplus_connector 1.5.5
42+
* timeplus cli 1.0.19
43+
44+
#### Changelog {#changelog_2_4_29}
45+
46+
Compared to the [2.4.28](#2_4_28) release:
47+
* timeplusd 2.3.36 -> 2.3.37
48+
* fix: truncate garbage data at tail for reverse indexes
49+
50+
#### Known issues {#known_issue_2_4_29}
51+
1. If you have deployed one of the [2.3.x releases](/enterprise-v2.3), you cannot reuse the data and configuration directly. Please have a clean installation of 2.4.x release, then use tools like [timeplus sync](/cli-sync) CLI or [Timeplus External Stream](/timeplus-external-stream) for migration.
52+
3153
### 2.4.28 (Stable) {#2_4_28}
3254
Built on 08-12-2025. You can install via:
3355
* For Linux or Mac users: `curl https://install.timeplus.com/2.4 | sh` [Downloads](/release-downloads#2_4_28)

docs/release-downloads.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,12 @@ Released on 11-15-2024 ([Change logs](/enterprise-v2.5#2_5_9)).
192192

193193
## 2.4 {#2_4}
194194

195+
### v2.4.29 {#2_4_29}
196+
Released on 08-21-2025 ([Change logs](/enterprise-v2.4#2_4_29)).
197+
198+
* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v2.4.29-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v2.4.29-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v2.4.29-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v2.4.29-darwin-arm64.tar.gz)
199+
* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.4.29`
200+
195201

196202
### v2.4.28 {#2_4_28}
197203
Released on 08-13-2025 ([Change logs](/enterprise-v2.4#2_4_28)).

0 commit comments

Comments
 (0)