Skip to content

Commit

Permalink
2.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jovezhong committed Feb 20, 2025
1 parent 91b926e commit 5ffdbb7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/enterprise-v2.6.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,34 @@ Key highlights of this release:
## Releases
We recommend using stable releases for production deployment. Engineering builds are available for testing and evaluation purposes.

### 2.6.3 {#2_6_3}
Released on 02-20-2025. Installation options:
* For Linux or Mac users: `curl https://install.timeplus.com/2.6 | sh` [Downloads](/release-downloads#2_6_2)
* For Kubernetes users: `helm install timeplus/timeplus-enterprise --version v5.0.8 ..`
* For Docker users (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.6.3`

Component versions:
* timeplusd 2.5.12
* timeplus_web 2.1.8
* timeplus_appserver 2.1.6
* timeplus_connector 2.1.1
* timeplus cli 1.2.11

#### Changelog {#changelog_2_6_3}

Compared to the [2.6.2](#2_6_2) release:
* timeplus_web 2.1.7 -> 2.1.8
* improved performance when there are 500+ streams

Upgrade Instructions:

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.

#### Known issues {#known_issue_2_6_3}
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.
2. Pulsar external stream functionality is limited to Linux bare metal builds and Linux-based Docker images, excluding macOS bare metal builds.
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.

### 2.6.2 {#2_6_2}
Released on 02-14-2025. Installation options:
* For Linux or Mac users: `curl https://install.timeplus.com/2.6 | sh` [Downloads](/release-downloads#2_6_2)
Expand Down
6 changes: 6 additions & 0 deletions docs/release-downloads.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Package Downloads

## v2.6.3 {#2_6_3}
Released on 02-19-2025 ([Change logs](/enterprise-v2.6#2_6_3)).

* 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)
* All-in-one Docker image (not recommended for production): `docker run -p 8000:8000 docker.timeplus.com/timeplus/timeplus-enterprise:2.6.3`

## v2.6.2 {#2_6_2}
Released on 02-14-2025 ([Change logs](/enterprise-v2.6#2_6_2)).

Expand Down

0 comments on commit 5ffdbb7

Please sign in to comment.