Skip to content

Commit 5ffdbb7

Browse files
author
Jove Zhong
committed
2.6.3
1 parent 91b926e commit 5ffdbb7

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/enterprise-v2.6.md

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

31+
### 2.6.3 {#2_6_3}
32+
Released on 02-20-2025. Installation options:
33+
* For Linux or Mac users: `curl https://install.timeplus.com/2.6 | sh` [Downloads](/release-downloads#2_6_2)
34+
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v5.0.8 ..`
35+
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.6.3`
36+
37+
Component versions:
38+
* timeplusd 2.5.12
39+
* timeplus_web 2.1.8
40+
* timeplus_appserver 2.1.6
41+
* timeplus_connector 2.1.1
42+
* timeplus cli 1.2.11
43+
44+
#### Changelog {#changelog_2_6_3}
45+
46+
Compared to the [2.6.2](#2_6_2) release:
47+
* timeplus_web 2.1.7 -> 2.1.8
48+
* improved performance when there are 500+ streams
49+
50+
Upgrade Instructions:
51+
52+
Users can upgrade from Timeplus Enterprise 2.5 to 2.6 by stopping components and replacing binary files, or by updating Docker/Kubernetes image versions while maintaining existing volumes.
53+
54+
#### Known issues {#known_issue_2_6_3}
55+
1. Direct upgrades from version 2.3 or earlier are not supported. Please perform a clean installation of 2.6.x and utilize [timeplus sync](/cli-sync) CLI or [Timeplus External Stream](/timeplus-external-stream) for data migration.
56+
2. Pulsar external stream functionality is limited to Linux bare metal builds and Linux-based Docker images, excluding macOS bare metal builds.
57+
3. The `timeplus_connector` component may experience health issues on Ubuntu Linux with x86_64 chips, affecting Redpanda Connect functionality. This issue is specific to Ubuntu and does not affect other Linux distributions.
58+
3159
### 2.6.2 {#2_6_2}
3260
Released on 02-14-2025. Installation options:
3361
* For Linux or Mac users: `curl https://install.timeplus.com/2.6 | sh` [Downloads](/release-downloads#2_6_2)

docs/release-downloads.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Package Downloads
22

3+
## v2.6.3 {#2_6_3}
4+
Released on 02-19-2025 ([Change logs](/enterprise-v2.6#2_6_3)).
5+
6+
* Bare metal installation: [Linux x86_64](https://d.timeplus.com/timeplus-enterprise-v2.6.3-linux-amd64.tar.gz) | [Linux ARM64](https://d.timeplus.com/timeplus-enterprise-v2.6.3-linux-arm64.tar.gz) | [macOS x86_64](https://d.timeplus.com/timeplus-enterprise-v2.6.3-darwin-amd64.tar.gz) | [macOS ARM64](https://d.timeplus.com/timeplus-enterprise-v2.6.3-darwin-arm64.tar.gz)
7+
* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.6.3`
8+
39
## v2.6.2 {#2_6_2}
410
Released on 02-14-2025 ([Change logs](/enterprise-v2.6#2_6_2)).
511

0 commit comments

Comments
 (0)