File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,19 @@ Key highlights of this release:
3232## Releases
3333We recommend using stable releases for production deployment. Engineering builds are available for testing and evaluation purposes.
3434
35+ ### 2.8.8 (Public GA) {#2_8_8}
36+ Released on 12-10-2025. Installation options:
37+ * For Linux or Mac users: ` curl https://install.timeplus.com/2.8 | sh ` [ Downloads] ( /release-downloads#2_8_8 )
38+ * For Kubernetes users: helm install timeplus/timeplus-enterprise --version v7.0.29 ..
39+ * For Docker users (not recommended for production): ` docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.8.8 `
40+
41+ Component versions:
42+ * timeplusd 2.8.33
43+ * timeplus_web 2.8.18
44+ * timeplus_appserver 2.8.12
45+ * timeplus_connector 2.8.1
46+ * timeplus cli 2.8.0
47+
3548### 2.8.7 (Public GA) {#2_8_7}
3649Released on 11-28-2025. Installation options:
3750* For Linux or Mac users: ` curl https://install.timeplus.com/2.8 | sh ` [ Downloads] ( /release-downloads#2_8_7 )
Original file line number Diff line number Diff line change @@ -16,6 +16,12 @@ Released on 09-25-2025 ([Change logs](/enterprise-v3.0#3_0_1-preview_2)).
1616
1717## 2.8 {#2_8}
1818
19+ ### v2.8.8 {#2_8_8}
20+ Released on 12-10-2025 ([ Change logs] ( /enterprise-v2.8#2_8_8 ) ).
21+
22+ * Bare metal installation: [ Linux x86_64] ( https://d.timeplus.com/timeplus-enterprise-v2.8.8-linux-amd64.tar.gz ) | [ Linux ARM64] ( https://d.timeplus.com/timeplus-enterprise-v2.8.8-linux-arm64.tar.gz ) | [ macOS x86_64] ( https://d.timeplus.com/timeplus-enterprise-v2.8.8-darwin-amd64.tar.gz ) | [ macOS ARM64] ( https://d.timeplus.com/timeplus-enterprise-v2.8.8-darwin-arm64.tar.gz )
23+ * All-in-one Docker image (not recommended for production): ` docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.8.8 `
24+
1925### v2.8.7 {#2_8_7}
2026Released on 11-28-2025 ([ Change logs] ( /enterprise-v2.8#2_8_7 ) ).
2127
You can’t perform that action at this time.
0 commit comments