Skip to content

Commit f0c7f88

Browse files
authored
Update enterprise-v2.8.md and release-downloads.md for v2.8.13 (#586)
1 parent 9542445 commit f0c7f88

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

docs/enterprise-v2.8.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,28 @@ Key highlights of this release:
3232
## Releases
3333
We recommend using stable releases for production deployment. Engineering builds are available for testing and evaluation purposes.
3434

35+
### 2.8.13 (Public GA) {#2_8_12}
36+
Released on 02-13-2026. Installation options:
37+
* For Linux or Mac users: `curl https://install.timeplus.com/2.8 | sh` [Downloads](/release-downloads#2_8_13)
38+
* For Kubernetes users: helm install timeplus/timeplus-enterprise --version v7.0.34 ..
39+
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.8.13`
40+
41+
Component versions:
42+
* timeplusd 2.8.37
43+
* timeplus_web 2.8.18
44+
* timeplus_appserver 2.8.13
45+
* timeplus_connector 2.8.1
46+
* timeplus cli 2.8.0
47+
48+
#### Changelog {#changelog_2_8_11}
49+
Compared to the [2.8.11](#2_8_11) release:
50+
* timeplusd 2.8.35 -> 2.8.37
51+
* Bugfixes
52+
* Fixed mutable stream stability issue.
53+
* Fixed secondary index build/cleanup issues.
54+
* Fixed mutable stream race conditions and alignment issue.
55+
* Improved part consistency.
56+
3557
### 2.8.11 (Public GA) {#2_8_11}
3658
Released on 01-29-2026. Installation options:
3759
* For Linux or Mac users: `curl https://install.timeplus.com/2.8 | sh` [Downloads](/release-downloads#2_8_11)

docs/release-downloads.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ Released on 09-25-2025 ([Change logs](/enterprise-v3.0#3_0_1-preview_2)).
2828

2929
## 2.8 {#2_8}
3030

31+
### v2.8.13 {#2_8_13}
32+
Released on 02-13-2026 ([Change logs](/enterprise-v2.8#2_8_13)).
33+
34+
* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v2.8.13-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v2.8.13-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v2.8.13-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v2.8.13-darwin-arm64.tar.gz)
35+
* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.8.13`
36+
37+
3138
### v2.8.10 {#2_8_10}
3239
Released on 01-18-2026 ([Change logs](/enterprise-v2.8#2_8_10)).
3340

0 commit comments

Comments
 (0)