Skip to content

Commit cc98083

Browse files
authored
Update enterprise-v2.8.md and release-downloads.md for v2.8.15 (#591)
* Update release-downloads.md for v2.8.15 * Update enterprise-v2.8.md
1 parent 911cefa commit cc98083

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

docs/enterprise-v2.8.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,27 @@ 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.15 (Public GA) {#2_8_15}
36+
Released on 03-17-2026. Installation options:
37+
* For Linux or Mac users: `curl https://install.timeplus.com/2.8 | sh` [Downloads](/release-downloads#2_8_15)
38+
* For Kubernetes users: helm install timeplus/timeplus-enterprise --version v7.0.37 ..
39+
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.8.15`
40+
41+
Component versions:
42+
* timeplusd 2.8.41
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_15}
49+
Compared to the [2.8.14](#2_8_14) release:
50+
* timeplusd 2.8.39 -> 2.8.41
51+
* Bugfixes
52+
* Upgraded Pulsar client to v4.0.1.
53+
* Fixed issue which DELETE is skipped on mutable stream in rare condition.
54+
* Fixed bootstrap race condition where timeplusd could restart in rare condition.
55+
3556
### 2.8.14 (Public GA) {#2_8_14}
3657
Released on 03-06-2026. Installation options:
3758
* For Linux or Mac users: `curl https://install.timeplus.com/2.8 | sh` [Downloads](/release-downloads#2_8_14)

docs/release-downloads.md

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

3535
## 2.8 {#2_8}
3636

37+
### v2.8.15 {#2_8_15}
38+
Released on 03-17-2026 ([Change logs](/enterprise-v2.8#2_8_15)).
39+
40+
* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v2.8.15-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v2.8.15-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v2.8.15-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v2.8.15-darwin-arm64.tar.gz)
41+
* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.8.15`
42+
3743
### v2.8.14 {#2_8_14}
3844
Released on 03-06-2026 ([Change logs](/enterprise-v2.8#2_8_14)).
3945

0 commit comments

Comments
 (0)